|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Title: OpenMobileIS project source
Description: Base interface to identify Atomic Object. All object managed by the synchronisation procesus
are Atomic Object. To be synchronised Object must implements this interface..
Field Summary | |
static short |
ADD
|
static short |
DELETE
|
static short |
REPLACE
|
static long |
serialVersionUID
|
Method Summary | |
boolean |
equals(java.lang.Object obj)
|
java.lang.String |
getCheckSum()
return the checksum of the atomic Object. |
long |
getCreationDate()
return the atomic Object creation date. |
short |
getModificationType()
return the last modification type (ADD, REPLACE, DELETE). |
long |
getModifSyncNumber()
return the sync number of the last modification. |
java.lang.String |
getUID()
return the Atomic Object UID. |
int |
hashCode()
|
void |
setCheckSum(java.lang.String sum)
set the checksum of the atomic Object. |
void |
setModificationType(short type)
Update the sync number with last synchro number. |
void |
setModifSyncNumber(long ts)
set the synchro number of the last modification. |
Field Detail |
public static final long serialVersionUID
public static final short ADD
public static final short REPLACE
public static final short DELETE
Method Detail |
public java.lang.String getUID()
public java.lang.String getCheckSum()
public void setCheckSum(java.lang.String sum)
public long getCreationDate()
public long getModifSyncNumber()
public void setModifSyncNumber(long ts)
public short getModificationType()
public void setModificationType(short type) throws DatabaseException
DatabaseException
public boolean equals(java.lang.Object obj)
public int hashCode()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |