public class EntryChangeImpl extends AbstractControl implements EntryChange
OID, UNDEFINED_CHANGE_NUMBER| Constructor and Description |
|---|
EntryChangeImpl()
Creates a new instance of EntryChangeControl.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
long |
getChangeNumber() |
ChangeType |
getChangeType() |
Dn |
getPreviousDn() |
int |
hashCode() |
void |
setChangeNumber(long changeNumber) |
void |
setChangeType(ChangeType changeType)
Set the ChangeType
|
void |
setPreviousDn(Dn previousDn) |
String |
toString()
Return a String representing this EntryChangeControl.
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalpublic EntryChangeImpl()
public ChangeType getChangeType()
getChangeType in interface EntryChangepublic void setChangeType(ChangeType changeType)
EntryChangesetChangeType in interface EntryChangechangeType - Add, Delete; Modify or ModifyDNpublic Dn getPreviousDn()
getPreviousDn in interface EntryChangepublic void setPreviousDn(Dn previousDn)
setPreviousDn in interface EntryChangepublic long getChangeNumber()
getChangeNumber in interface EntryChangepublic void setChangeNumber(long changeNumber)
setChangeNumber in interface EntryChangepublic int hashCode()
hashCode in class AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class AbstractControlObject.equals(Object)public String toString()
toString in class AbstractControlCopyright © 2003–2016 The Apache Software Foundation. All rights reserved.