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