|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.directory.shared.ldap.model.message.controls.AbstractControl
org.apache.directory.shared.ldap.extras.controls.SyncModifyDnImpl
public class SyncModifyDnImpl
A simple SyncModifyDn implementation to hold properties.
| Field Summary |
|---|
| Fields inherited from interface org.apache.directory.shared.ldap.extras.controls.SyncModifyDn |
|---|
OID |
| Constructor Summary | |
|---|---|
SyncModifyDnImpl()
Creates a new instance of SyncModifyDnImpl. |
|
SyncModifyDnImpl(boolean isCritical)
Creates a new instance of SyncModifyDnImpl. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object o)
|
String |
getEntryDn()
|
SyncModifyDnType |
getModDnType()
|
String |
getNewRdn()
|
String |
getNewSuperiorDn()
|
int |
hashCode()
|
boolean |
isDeleteOldRdn()
|
void |
setDeleteOldRdn(boolean deleteOldRdn)
|
void |
setEntryDn(String entryDn)
|
void |
setModDnType(SyncModifyDnType modDnType)
|
void |
setNewRdn(String newRdn)
|
void |
setNewSuperiorDn(String newSuperiorDn)
|
String |
toString()
|
| Methods inherited from class org.apache.directory.shared.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.shared.ldap.model.message.Control |
|---|
getOid, isCritical, setCritical |
| Constructor Detail |
|---|
public SyncModifyDnImpl()
public SyncModifyDnImpl(boolean isCritical)
isCritical - The critical flag| Method Detail |
|---|
public String getEntryDn()
getEntryDn in interface SyncModifyDnpublic void setEntryDn(String entryDn)
setEntryDn in interface SyncModifyDnentryDn - The Entry DNpublic String getNewSuperiorDn()
getNewSuperiorDn in interface SyncModifyDnpublic void setNewSuperiorDn(String newSuperiorDn)
setNewSuperiorDn in interface SyncModifyDnnewSuperiorDn - Sets the new Superior DNpublic String getNewRdn()
getNewRdn in interface SyncModifyDnpublic void setNewRdn(String newRdn)
setNewRdn in interface SyncModifyDnnewRdn - Sets the new namepublic boolean isDeleteOldRdn()
isDeleteOldRdn in interface SyncModifyDnpublic void setDeleteOldRdn(boolean deleteOldRdn)
setDeleteOldRdn in interface SyncModifyDndeleteOldRdn - The flag to tell the server to remove the attribute assoicated with the old namepublic SyncModifyDnType getModDnType()
getModDnType in interface SyncModifyDnpublic void setModDnType(SyncModifyDnType modDnType)
setModDnType in interface SyncModifyDnmodDnType - The MODDN operation typepublic int hashCode()
hashCode in class AbstractControlObject.hashCode()public boolean equals(Object o)
equals in class AbstractControlObject.equals(Object)public String toString()
toString in class AbstractControlObject.toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||