public class SyncDoneValueImpl extends AbstractControl implements SyncDoneValue
SyncDoneValue implementation to store control properties.OID| Constructor and Description |
|---|
SyncDoneValueImpl()
Creates a new instance of SyncDoneValueImpl.
|
SyncDoneValueImpl(boolean isCritical)
Creates a new instance of SyncDoneValueImpl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
byte[] |
getCookie() |
int |
hashCode() |
boolean |
isRefreshDeletes() |
void |
setCookie(byte[] cookie) |
void |
setRefreshDeletes(boolean refreshDeletes) |
String |
toString()
Return a String representing a Control
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalpublic SyncDoneValueImpl()
public SyncDoneValueImpl(boolean isCritical)
isCritical - The critical flagpublic byte[] getCookie()
getCookie in interface SyncDoneValuepublic void setCookie(byte[] cookie)
setCookie in interface SyncDoneValuecookie - cookie to be setpublic boolean isRefreshDeletes()
isRefreshDeletes in interface SyncDoneValuepublic void setRefreshDeletes(boolean refreshDeletes)
setRefreshDeletes in interface SyncDoneValuerefreshDeletes - set the refreshDeletes flagpublic 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.