jgd.schemas
Interface GoogleDesktopFile

All Superinterfaces:
GoogleDesktopIndexable
All Known Subinterfaces:
GoogleDesktopMediaFile, GoogleDesktopTextFile, GoogleDesktopWebPage
All Known Implementing Classes:
GDCOMFile, GDCOMMediaFile, GDCOMTextFile, GDCOMWebPage

public interface GoogleDesktopFile
extends GoogleDesktopIndexable


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.
 
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()
The file's URI.
Required: Yes


get_last_modified_time

java.util.Date get_last_modified_time()
When the file was last modified in UTC.
Required: Yes


get_title

java.lang.String get_title()
What title you choose to give the file, usually its filename.
Required: No


get_author

java.lang.String get_author()
The file's author.
Required: No



Copyright © 2007