Class PropertyEntity


  • @Entity
    public class PropertyEntity
    extends Object
    • Constructor Detail

      • PropertyEntity

        public PropertyEntity()
    • Method Detail

      • getId

        public Long getId()
      • setId

        public void setId​(Long id)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getType

        public Class getType()
      • setType

        public void setType​(Class type)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)