com.funambol.email.engine.cache
Class CrcSyncItemInfo

java.lang.Object
  extended bycom.funambol.email.engine.cache.CrcSyncItemInfo

public class CrcSyncItemInfo
extends java.lang.Object


Constructor Summary
CrcSyncItemInfo()
           
CrcSyncItemInfo(java.lang.String sKey, long lastCrc)
           
CrcSyncItemInfo(com.funambol.framework.engine.SyncItemKey key, long lastCrc)
           
 
Method Summary
 com.funambol.framework.engine.SyncItemKey getKey()
           
 long getLastCrc()
           
 void setKey(java.lang.String key)
           
 void setKey(com.funambol.framework.engine.SyncItemKey key)
           
 void setLastCrc(long lastCrc)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrcSyncItemInfo

public CrcSyncItemInfo()

CrcSyncItemInfo

public CrcSyncItemInfo(java.lang.String sKey,
                       long lastCrc)
Parameters:
sKey - String
lastCrc - long

CrcSyncItemInfo

public CrcSyncItemInfo(com.funambol.framework.engine.SyncItemKey key,
                       long lastCrc)
Parameters:
key - SyncItemKey
lastCrc - long
Method Detail

getLastCrc

public long getLastCrc()
Returns:
lastCrc long

setLastCrc

public void setLastCrc(long lastCrc)
Parameters:
lastCrc - long

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.