Class ControllerSetting


  • public class ControllerSetting
    extends step.core.accessors.AbstractIdentifiableObject
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected java.lang.String key  
      protected java.lang.String value  
      • Fields inherited from class step.core.accessors.AbstractIdentifiableObject

        customFields, ID
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getKey()  
      java.lang.String getValue()  
      void setKey​(java.lang.String key)  
      void setValue​(java.lang.String value)  
      • Methods inherited from class step.core.accessors.AbstractIdentifiableObject

        addCustomField, computeCustomFieldIfAbsent, equals, getCustomField, getCustomField, getCustomFields, getId, hashCode, setCustomFields, setId
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • key

        protected java.lang.String key
      • value

        protected java.lang.String value
    • Constructor Detail

      • ControllerSetting

        public ControllerSetting​(java.lang.String key,
                                 java.lang.String value)
      • ControllerSetting

        public ControllerSetting()
    • Method Detail

      • getKey

        public java.lang.String getKey()
      • setKey

        public void setKey​(java.lang.String key)
      • getValue

        public java.lang.String getValue()
      • setValue

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