public class SyncStateValueImpl extends AbstractControl implements SyncStateValue
Control implementation.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(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
|
String |
toString()
Return a String representing a Control
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalpublic 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(Object o)
equals in class AbstractControlObject.equals(Object)public String toString()
AbstractControltoString in class AbstractControlObject.toString()Copyright © 2021. All rights reserved.