Class PropertyConfigItemBean

  • All Implemented Interfaces:
    Serializable, org.beangle.commons.entity.Entity<Integer>

    @Entity(name="org.beangle.ems.config.model.PropertyConfigItemBean")
    public class PropertyConfigItemBean
    extends org.beangle.commons.entity.pojo.IntegerIdObject
    系统配置项
    Author:
    chaostone
    See Also:
    Serialized Form
    • Constructor Detail

      • PropertyConfigItemBean

        public PropertyConfigItemBean()
    • Method Detail

      • getDescription

        public String getDescription()
      • setDescription

        public void setDescription​(String description)
      • getName

        public String getName()
      • setName

        public void setName​(String name)
      • getValue

        public String getValue()
      • setValue

        public void setValue​(String value)
      • getType

        public String getType()
      • setType

        public void setType​(String type)