jgd.schemas.comapi
Class GDCOMIM

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

public class GDCOMIM
extends GDCOMIndexed
implements GoogleDesktopIM


Constructor Summary
GDCOMIM(com.jacob.com.Variant searchResultEntryVariant, java.lang.String schema)
           
 
Method Summary
 java.lang.String get_buddy_name()
          Name or handle of the other user in the conversation.
 java.lang.Integer get_conversation_id()
          Id that can be used to group messages that are part of the same conversation.
 java.util.Date get_message_time()
          Time when the message was received in UTC.
 java.lang.String get_title()
          Title of the Instant Message.
 java.lang.String get_user_name()
          Name or handle of the user who is using the computer on which this event is being generated.
 java.lang.String toString()
          Buddy name & message 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

GDCOMIM

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

get_conversation_id

public java.lang.Integer get_conversation_id()
Description copied from interface: GoogleDesktopIM
Id that can be used to group messages that are part of the same conversation.
Required: No

Specified by:
get_conversation_id in interface GoogleDesktopIM
See Also:
jgd.schemas.GoogleDesktopIndexable#get_conversation_id()

get_message_time

public java.util.Date get_message_time()
Description copied from interface: GoogleDesktopIM
Time when the message was received in UTC.
Required: Yes

Specified by:
get_message_time in interface GoogleDesktopIM
See Also:
jgd.schemas.GoogleDesktopIndexable#get_message_time()

get_title

public java.lang.String get_title()
Description copied from interface: GoogleDesktopIM
Title of the Instant Message. This will usually be your choice, as IMs don't usually have actual titles.
Required: No

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

get_user_name

public java.lang.String get_user_name()
Description copied from interface: GoogleDesktopIM
Name or handle of the user who is using the computer on which this event is being generated.
Required: No

Specified by:
get_user_name in interface GoogleDesktopIM
See Also:
jgd.schemas.GoogleDesktopIndexable#get_user_name()

get_buddy_name

public java.lang.String get_buddy_name()
Description copied from interface: GoogleDesktopIM
Name or handle of the other user in the conversation.
Required: Yes

Specified by:
get_buddy_name in interface GoogleDesktopIM
See Also:
()

toString

public java.lang.String toString()
Buddy name & message time

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


Copyright © 2007