public class EntryChangeImpl extends AbstractControl implements EntryChange
| Modifier and Type | Field and Description |
|---|---|
private long |
changeNumber |
private ChangeType |
changeType
The changeType
|
private Dn |
previousDn
The previous Dn
|
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)
Sets the ChangeNumber
|
void |
setChangeType(ChangeType changeType)
Set the ChangeType
|
void |
setPreviousDn(Dn previousDn)
Sets the previous DN
|
String |
toString()
Return a String representing this EntryChangeControl.
|
getOid, isCritical, setCriticalclone, finalize, getClass, notify, notifyAll, wait, wait, waitgetOid, isCritical, setCriticalprivate ChangeType changeType
private long changeNumber
private Dn previousDn
public EntryChangeImpl()
public ChangeType getChangeType()
getChangeType in interface EntryChangepublic void setChangeType(ChangeType changeType)
setChangeType in interface EntryChangechangeType - Add, Delete; Modify or ModifyDNpublic Dn getPreviousDn()
getPreviousDn in interface EntryChangepublic void setPreviousDn(Dn previousDn)
setPreviousDn in interface EntryChangepreviousDn - The previous DNpublic long getChangeNumber()
getChangeNumber in interface EntryChangepublic void setChangeNumber(long changeNumber)
setChangeNumber in interface EntryChangechangeNumber - The ChanegNumberpublic 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–2022 The Apache Software Foundation. All rights reserved.