com.funambol.email.engine.cache
Class CrcSyncItemInfo
java.lang.Object
com.funambol.email.engine.cache.CrcSyncItemInfo
- public class CrcSyncItemInfo
- extends java.lang.Object
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 |
CrcSyncItemInfo
public CrcSyncItemInfo()
CrcSyncItemInfo
public CrcSyncItemInfo(java.lang.String sKey,
long lastCrc)
- Parameters:
sKey
- StringlastCrc
- long
CrcSyncItemInfo
public CrcSyncItemInfo(com.funambol.framework.engine.SyncItemKey key,
long lastCrc)
- Parameters:
key
- SyncItemKeylastCrc
- long
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.