jgd.schemas.comapi
Class GDCOMNote

java.lang.Object
  extended by jgd.schemas.comapi.GDCOMIndexed
      extended by jgd.schemas.comapi.GDCOMNote
All Implemented Interfaces:
IJGDResultItem, ResultsType.ResultType, GoogleDesktopIndexable, GoogleDesktopNote

public class GDCOMNote
extends GDCOMIndexed
implements GoogleDesktopNote


Constructor Summary
GDCOMNote(com.jacob.com.Variant searchResultEntryVariant, java.lang.String schema)
           
 
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.
 java.lang.String toString()
          URI & last time
 
Methods inherited from class jgd.schemas.comapi.GDCOMIndexed
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, getCacheUrl, getCategory, getDocId, getEventId, getFlags, getFrom, getIcon, getId, getMessageId, getPropertyVariant, getPropertyVT_ARRAY, getPropertyVT_BOOL, getPropertyVT_BSTR, getPropertyVT_DATE, getPropertyVT_UI2, getPropertyVT_UI4, getPropertyVT_UI8, getSchema, getSnippet, getThumbnail, getTime, getTimestamp, getTitle, getUrl, setCacheUrl, setCategory, setDocId, setEventId, setFlags, setFrom, setIcon, setId, setMessageId, setSnippet, setThumbnail, setTime, setTitle, setUrl
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
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
 

Constructor Detail

GDCOMNote

public GDCOMNote(com.jacob.com.Variant searchResultEntryVariant,
                 java.lang.String schema)
Method Detail

get_uri

public java.lang.String get_uri()
Description copied from interface: GoogleDesktopNote
Unique identifier.
Required: Yes

Specified by:
get_uri in interface GoogleDesktopNote
See Also:
jgd.schemas.GoogleDesktopIndexable#get_uri()

get_last_modified_time

public java.util.Date get_last_modified_time()
Description copied from interface: GoogleDesktopNote
Time when the note was last modified.
Required: Yes

Specified by:
get_last_modified_time in interface GoogleDesktopNote
See Also:
jgd.schemas.GoogleDesktopIndexable#get_last_modified_time()

get_notes

public java.lang.String get_notes()
Description copied from interface: GoogleDesktopNote
Notes.
Required: No

Specified by:
get_notes in interface GoogleDesktopNote
See Also:
jgd.schemas.GoogleDesktopIndexable#get_notes()

get_categories

public java.lang.String get_categories()
Description copied from interface: GoogleDesktopNote
Note categories.
Required: No

Specified by:
get_categories in interface GoogleDesktopNote
See Also:
jgd.schemas.GoogleDesktopIndexable#get_categories()

get_date

public java.util.Date get_date()
Description copied from interface: GoogleDesktopNote
Note date.
Required: No

Specified by:
get_date in interface GoogleDesktopNote
See Also:
jgd.schemas.GoogleDesktopIndexable#get_date()

get_folder_name

public java.lang.String get_folder_name()
Description copied from interface: GoogleDesktopNote
Note's folder name.
Required: No

Specified by:
get_folder_name in interface GoogleDesktopNote
See Also:
()

get_title

public java.lang.String get_title()
Description copied from interface: GoogleDesktopNote
Note's title.
Required: No

Specified by:
get_title in interface GoogleDesktopNote
See Also:
jgd.schemas.GoogleDesktopIndexable#get_title()

toString

public java.lang.String toString()
URI & last time

Overrides:
toString in class GDCOMIndexed
See Also:
GDCOMIndexed.toString()


Copyright © 2007