Class AdminProperty


  • public class AdminProperty
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      AdminProperty​(java.lang.String propertyName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getPropertyName()  
      java.lang.String getValue()  
      void setValue​(java.lang.String value)  
      • Methods inherited from class java.lang.Object

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

      • AdminProperty

        public AdminProperty​(java.lang.String propertyName)
    • Method Detail

      • getPropertyName

        public java.lang.String getPropertyName()
      • getValue

        public java.lang.String getValue()
      • setValue

        public void setValue​(java.lang.String value)