jgd.schemas
Interface GoogleDesktopNote

All Superinterfaces:
GoogleDesktopIndexable
All Known Implementing Classes:
GDCOMNote

public interface GoogleDesktopNote
extends GoogleDesktopIndexable


Method Summary
 java.lang.String get_categories()
          Note categories.
 java.util.Date get_date()
          Note date.
 java.lang.String get_folder_name()
          Note's folder name.
 java.util.Date get_last_modified_time()
          Time when the note was last modified.
 java.lang.String get_notes()
          Notes.
 java.lang.String get_title()
          Note's title.
 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 note was last modified.
Required: Yes


get_notes

java.lang.String get_notes()
Notes.
Required: No


get_categories

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


get_date

java.util.Date get_date()
Note date.
Required: No


get_folder_name

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


get_title

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



Copyright © 2007