|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.api.ldap.model.message.controls.AbstractControl
org.apache.directory.api.ldap.extras.controls.SyncStateValueImpl
public class SyncStateValueImpl
A simple SyncStateValue Control implementation.
| Field Summary |
|---|
| Fields inherited from interface org.apache.directory.api.ldap.extras.controls.SyncStateValue |
|---|
OID |
| Constructor Summary | |
|---|---|
SyncStateValueImpl()
SyncStateValueImpl Creates a new instance of SyncDoneValueImpl. |
|
SyncStateValueImpl(boolean isCritical)
Creates a new instance of SyncStateValueImpl. |
|
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class org.apache.directory.api.ldap.model.message.controls.AbstractControl |
|---|
getOid, isCritical, setCritical |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.apache.directory.api.ldap.model.message.Control |
|---|
getOid, isCritical, setCritical |
| Constructor Detail |
|---|
public SyncStateValueImpl()
public SyncStateValueImpl(boolean isCritical)
isCritical - The critical flag| Method Detail |
|---|
public 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 org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.equals(Object)public String toString()
toString in class org.apache.directory.api.ldap.model.message.controls.AbstractControlObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||