public class SyncStateValueImpl extends AbstractControl implements SyncStateValue
Control implementation.| Modifier and Type | Field and Description |
|---|---|
private byte[] |
cookie
The Sync cookie
|
private byte[] |
entryUuid
The entryUUID
|
private SyncStateTypeEnum |
type
The syncStateEnum type
|
OID| Constructor and Description |
|---|
SyncStateValueImpl()
SyncStateValueImpl
Creates a new instance of SyncDoneValueImpl.
|
SyncStateValueImpl(boolean isCritical)
Creates a new instance of SyncStateValueImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o) |
byte[] |
getCookie() |
byte[] |
getEntryUUID() |
SyncStateTypeEnum |
getSyncStateType() |
int |
hashCode() |
void |
setCookie(byte[] cookie) |
void |
setEntryUUID(byte[] entryUUID)
set the entryUUID
|
void |
setSyncStateType(SyncStateTypeEnum syncStateType)
set the syncState's type
|
java.lang.String |
toString()
Return a String representing a Control
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalprivate SyncStateTypeEnum type
private byte[] cookie
private byte[] entryUuid
public SyncStateValueImpl()
public SyncStateValueImpl(boolean isCritical)
isCritical - The critical flagpublic byte[] getCookie()
getCookie in interface SyncStateValuepublic void setCookie(byte[] cookie)
setCookie in interface SyncStateValuecookie - the cookie to setpublic SyncStateTypeEnum getSyncStateType()
getSyncStateType in interface SyncStateValuepublic void setSyncStateType(SyncStateTypeEnum syncStateType)
setSyncStateType in interface SyncStateValuesyncStateType - the syncState's typepublic byte[] getEntryUUID()
getEntryUUID in interface SyncStateValuepublic void setEntryUUID(byte[] entryUUID)
setEntryUUID in interface SyncStateValueentryUUID - the entryUUIDpublic int hashCode()
hashCode in class AbstractControlObject.hashCode()public boolean equals(java.lang.Object o)
equals in class AbstractControlObject.equals(Object)public java.lang.String toString()
AbstractControltoString in class AbstractControlObject.toString()