类 PropertyConfigItemBean

所有已实现的接口:
Serializable, Entity<Integer>

@Entity(name="org.beangle.ems.config.model.PropertyConfigItemBean") public class PropertyConfigItemBean extends IntegerIdObject
系统配置项
作者:
chaostone
另请参阅:
  • 构造器详细资料

    • PropertyConfigItemBean

      public PropertyConfigItemBean()
  • 方法详细资料

    • 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)