|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ldaptive.AttributeModification
public class AttributeModification
Contains the data required to modify an ldap attribute.
| Constructor Summary | |
|---|---|
AttributeModification()
Default constructor. |
|
AttributeModification(AttributeModificationType type,
LdapAttribute attr)
Creates a new attribute modification. |
|
| Method Summary | |
|---|---|
LdapAttribute |
getAttribute()
Returns the ldap attribute. |
AttributeModificationType |
getAttributeModificationType()
Returns the attribute modification type. |
void |
setAttribute(LdapAttribute attr)
Sets the ldap attribute. |
void |
setAttributeModificationType(AttributeModificationType type)
Sets the attribute modification type. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public AttributeModification()
public AttributeModification(AttributeModificationType type,
LdapAttribute attr)
type - attribute modification typeattr - to modify| Method Detail |
|---|
public AttributeModificationType getAttributeModificationType()
public void setAttributeModificationType(AttributeModificationType type)
type - attribute modification typepublic LdapAttribute getAttribute()
public void setAttribute(LdapAttribute attr)
attr - ldap attributepublic String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||