local.tomas.mobile.sync.obj.desktop
Class OutlookSyncObject
java.lang.Object
local.tomas.mobile.sync.obj.desktop.OutlookSyncObject
- All Implemented Interfaces:
- SyncObject
- Direct Known Subclasses:
- OutlookRecurrableObject, OutlookSyncContact
public abstract class OutlookSyncObject
- extends java.lang.Object
- implements SyncObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutlookSyncObject
public OutlookSyncObject()
getDispatch
protected abstract com.jacob.com.Dispatch getDispatch()
getOutlookInstance
protected abstract OutlookInstance getOutlookInstance()
getAttribute
public <T> T getAttribute(java.lang.String name,
java.lang.Class<T> type)
- Specified by:
getAttribute in interface SyncObject
setAttribute
public <T> void setAttribute(java.lang.String name,
T value,
java.lang.Class<T> type)
- Specified by:
setAttribute in interface SyncObject
getUID
public java.lang.String getUID()
- Specified by:
getUID in interface SyncObject
getLastModificationTime
public java.sql.Timestamp getLastModificationTime()
- Specified by:
getLastModificationTime in interface SyncObject
Copyright © 2007 null. All Rights Reserved.