jgd.schemas.comapi
Class GDCOMWebPage

java.lang.Object
  extended by jgd.schemas.comapi.GDCOMIndexed
      extended by jgd.schemas.comapi.GDCOMFile
          extended by jgd.schemas.comapi.GDCOMWebPage
All Implemented Interfaces:
IJGDResultItem, ResultsType.ResultType, GoogleDesktopFile, GoogleDesktopIndexable, GoogleDesktopWebPage

public class GDCOMWebPage
extends GDCOMFile
implements GoogleDesktopWebPage


Constructor Summary
GDCOMWebPage(com.jacob.com.Variant searchResultEntryVariant, java.lang.String schema)
           
 
Method Summary
 java.lang.Boolean get_bookmarked()
          Specifies if this web page is bookmarked.
 java.lang.Integer get_interaction_period()
          Amount of time the user interacted with the web page.
 
Methods inherited from class jgd.schemas.comapi.GDCOMFile
get_author, get_last_modified_time, get_title, get_uri, toString
 
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.GoogleDesktopFile
get_author, get_last_modified_time, get_title, get_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
 

Constructor Detail

GDCOMWebPage

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

get_bookmarked

public java.lang.Boolean get_bookmarked()
Description copied from interface: GoogleDesktopWebPage
Specifies if this web page is bookmarked.
Required: No

Specified by:
get_bookmarked in interface GoogleDesktopWebPage
See Also:
jgd.schemas.GoogleDesktopIndexable#get_bookmarked()

get_interaction_period

public java.lang.Integer get_interaction_period()
Description copied from interface: GoogleDesktopWebPage
Amount of time the user interacted with the web page.
Required: No

Specified by:
get_interaction_period in interface GoogleDesktopWebPage
Returns:
Documentation says Date type, but implementation returns VT_UI4
See Also:
jgd.schemas.GoogleDesktopIndexable#get_interaction_period()


Copyright © 2007