Class ConfigPropertyRepresentation


  • public class ConfigPropertyRepresentation
    extends Object
    Version:
    $Revision: 1 $
    Author:
    Bill Burke
    • Field Detail

      • label

        protected String label
      • helpText

        protected String helpText
      • defaultValue

        protected Object defaultValue
      • secret

        protected boolean secret
    • Constructor Detail

      • ConfigPropertyRepresentation

        public ConfigPropertyRepresentation()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getLabel

        public String getLabel()
      • setLabel

        public void setLabel​(String label)
      • getType

        public String getType()
      • setType

        public void setType​(String type)
      • getDefaultValue

        public Object getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(Object defaultValue)
      • getHelpText

        public String getHelpText()
      • setHelpText

        public void setHelpText​(String helpText)
      • setOptions

        public void setOptions​(List<String> options)
      • isSecret

        public boolean isSecret()
      • setSecret

        public void setSecret​(boolean secret)
      • setReadOnly

        public void setReadOnly​(boolean readOnly)
      • isReadOnly

        public boolean isReadOnly()