Class Property


  • public class Property
    extends Object
    • Field Detail

      • value

        protected String value
      • description

        protected String description
    • Constructor Detail

      • Property

        public Property()
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String value)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String value)