jgd.schemas
Interface GoogleDesktopJournal

All Superinterfaces:
GoogleDesktopIndexable
All Known Implementing Classes:
GDCOMJournal

public interface GoogleDesktopJournal
extends GoogleDesktopIndexable


Method Summary
 java.lang.String get_categories()
          Journal categories.
 java.lang.String get_company()
          Journal company.
 java.lang.Integer get_duration()
          Journal duration (in minutes).
 java.lang.String get_folder_name()
          Journal's folder name.
 java.util.Date get_last_modified_time()
          Time when the journal was last modified.
 java.util.Date get_start_time()
          Journal start time.
 java.lang.String get_title()
          Journal's title.
 java.lang.String get_type()
          Journal's type.
 java.lang.String get_uri()
          Unique identifier.
 
Methods inherited from interface jgd.schemas.GoogleDesktopIndexable
get_content, get_cookie_raw, get_cookie, get_extra_binary_data, get_extra_data, get_format, get_native_size, get_other_indexed_data, get_thumbnail_format, get_thumbnail
 

Method Detail

get_uri

java.lang.String get_uri()
Unique identifier.
Required: Yes


get_last_modified_time

java.util.Date get_last_modified_time()
Time when the journal was last modified.
Required: Yes


get_company

java.lang.String get_company()
Journal company.
Required: No


get_categories

java.lang.String get_categories()
Journal categories.
Required: No


get_folder_name

java.lang.String get_folder_name()
Journal's folder name.
Required: No


get_start_time

java.util.Date get_start_time()
Journal start time.
Required: No


get_duration

java.lang.Integer get_duration()
Journal duration (in minutes).
Required: No


get_title

java.lang.String get_title()
Journal's title.
Required: No


get_type

java.lang.String get_type()
Journal's type.
Required: No



Copyright © 2007