com.funambol.domino.engine.cache
Class SyncItemInfo

java.lang.Object
  extended bycom.funambol.domino.engine.cache.SyncItemInfo

public class SyncItemInfo
extends java.lang.Object


Constructor Summary
SyncItemInfo()
           
SyncItemInfo(java.lang.String sKey, java.sql.Timestamp lastModified)
           
SyncItemInfo(com.funambol.framework.engine.SyncItemKey key, java.sql.Timestamp lastModified)
           
 
Method Summary
 com.funambol.framework.engine.SyncItemKey getKey()
           
 java.sql.Timestamp getLastModified()
           
 void setKey(java.lang.String key)
           
 void setKey(com.funambol.framework.engine.SyncItemKey key)
           
 void setLastModified(java.sql.Timestamp lastModified)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncItemInfo

public SyncItemInfo()

SyncItemInfo

public SyncItemInfo(java.lang.String sKey,
                    java.sql.Timestamp lastModified)
Parameters:
sKey - String
lastModified - Timestamp

SyncItemInfo

public SyncItemInfo(com.funambol.framework.engine.SyncItemKey key,
                    java.sql.Timestamp lastModified)
Parameters:
key - SyncItemKey
lastModified - Timestamp
Method Detail

getLastModified

public java.sql.Timestamp getLastModified()
Returns:
Timestamp

setLastModified

public void setLastModified(java.sql.Timestamp lastModified)
Parameters:
lastModified - Timestamp

getKey

public com.funambol.framework.engine.SyncItemKey getKey()
Returns:
SyncItemKey

setKey

public void setKey(com.funambol.framework.engine.SyncItemKey key)
Parameters:
key - SyncItemKey

setKey

public void setKey(java.lang.String key)
Parameters:
key - String


Copyright © 2003-2006 Funambol.