Class AbstractClassDescriptor.SimpleDnValueMutator

    • Constructor Summary

      Constructors 
      Constructor Description
      SimpleDnValueMutator​(java.lang.String value)
      Creates a new simple dn value mutator.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method 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.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleDnValueMutator

        public SimpleDnValueMutator​(java.lang.String value)
        Creates a new simple dn value mutator.
        Parameters:
        value - that is the DN
    • Method Detail

      • getValue

        public java.lang.String getValue​(java.lang.Object object)
        Description copied from interface: DnValueMutator
        Returns the DN value for the supplied object.
        Specified by:
        getValue in interface DnValueMutator
        Parameters:
        object - to return the DN of
        Returns:
        DN value
      • setValue

        public void setValue​(java.lang.Object object,
                             java.lang.String value)
        Description copied from interface: DnValueMutator
        Set the DN value for the supplied object.
        Specified by:
        setValue in interface DnValueMutator
        Parameters:
        object - to set the DN on
        value - of the DN