Package org.beangle.ems.config.model
Class PropertyConfigItemBean
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Integer>
-
- org.beangle.commons.entity.pojo.IntegerIdObject
-
- org.beangle.ems.config.model.PropertyConfigItemBean
-
- All Implemented Interfaces:
Serializable,Entity<Integer>
@Entity(name="org.beangle.ems.config.model.PropertyConfigItemBean") public class PropertyConfigItemBean extends IntegerIdObject
系统配置项- Author:
- chaostone
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id
-
-
Constructor Summary
Constructors Constructor Description PropertyConfigItemBean()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()StringgetName()StringgetType()StringgetValue()voidsetDescription(String description)voidsetName(String name)voidsetType(String type)voidsetValue(String value)-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
-
-
-
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)
-
-