protected class AbstractClassDescriptor.SimpleDnValueMutator extends java.lang.Object implements DnValueMutator
Entry configuration. Setter method is a no-op.| Modifier and Type | Field and Description |
|---|---|
private java.lang.String |
dn
DN value to store.
|
| Constructor and Description |
|---|
SimpleDnValueMutator(java.lang.String value)
Creates a new simple dn value mutator.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getValue(java.lang.Object object)
Returns the DN value for the supplied object.
|
void |
setValue(java.lang.Object object,
java.lang.String value)
Set the DN value for the supplied object.
|
public SimpleDnValueMutator(java.lang.String value)
value - that is the DNpublic java.lang.String getValue(java.lang.Object object)
DnValueMutatorgetValue in interface DnValueMutatorobject - to return the DN ofpublic void setValue(java.lang.Object object,
java.lang.String value)
DnValueMutatorsetValue in interface DnValueMutatorobject - to set the DN onvalue - of the DN