jgd.schemas.comapi
Class GDCOMFile

java.lang.Object
  extended by jgd.schemas.comapi.GDCOMIndexed
      extended by jgd.schemas.comapi.GDCOMFile
All Implemented Interfaces:
IJGDResultItem, ResultsType.ResultType, GoogleDesktopFile, GoogleDesktopIndexable
Direct Known Subclasses:
GDCOMMediaFile, GDCOMTextFile, GDCOMWebPage

public class GDCOMFile
extends GDCOMIndexed
implements GoogleDesktopFile


Constructor Summary
GDCOMFile(com.jacob.com.Variant searchResultEntryVariant, java.lang.String schema)
           
 
Method Summary
 java.lang.String get_author()
          The file's author.
 java.util.Date get_last_modified_time()
          When the file was last modified in UTC.
 java.lang.String get_title()
          What title you choose to give the file, usually its filename.
 java.lang.String get_uri()
          The file's URI.
 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

GDCOMFile

public GDCOMFile(com.jacob.com.Variant searchResultEntryVariant,
                 java.lang.String schema)
Parameters:
searchResultEntryVariant -
schema -
Method Detail

get_uri

public java.lang.String get_uri()
Description copied from interface: GoogleDesktopFile
The file's URI.
Required: Yes

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

get_last_modified_time

public java.util.Date get_last_modified_time()
Description copied from interface: GoogleDesktopFile
When the file was last modified in UTC.
Required: Yes

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

get_title

public java.lang.String get_title()
Description copied from interface: GoogleDesktopFile
What title you choose to give the file, usually its filename.
Required: No

Specified by:
get_title in interface GoogleDesktopFile
See Also:
()

get_author

public java.lang.String get_author()
Description copied from interface: GoogleDesktopFile
The file's author.
Required: No

Specified by:
get_author in interface GoogleDesktopFile
See Also:
jgd.schemas.GoogleDesktopIndexable#get_author()

toString

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

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


Copyright © 2007