Class BaseProperty

    • Field Detail

      • value

        protected String value
      • attribute

        protected String attribute
    • Constructor Detail

      • BaseProperty

        public BaseProperty()
      • BaseProperty

        public BaseProperty​(String name,
                            String value)
    • Method Detail

      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getAttribute

        public String getAttribute()
      • setAttribute

        public void setAttribute​(String attribute)