Package org.beangle.ems.meta.model
Class PropertyMetaBean
- java.lang.Object
-
- org.beangle.commons.entity.pojo.NumberIdObject<Integer>
-
- org.beangle.commons.entity.pojo.IntegerIdObject
-
- org.beangle.ems.meta.model.PropertyMetaBean
-
- All Implemented Interfaces:
Serializable,Entity<Integer>,PropertyMeta
@Entity(name="org.beangle.ems.meta.PropertyMeta") public class PropertyMetaBean extends IntegerIdObject implements PropertyMeta
属性元数据实现- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id
-
-
Constructor Summary
Constructors Constructor Description PropertyMetaBean()PropertyMetaBean(Integer id)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetComments()获得备注EntityMetagetMeta()获得实体元信息StringgetName()获得属性名StringgetRemark()StringgetType()获得属性类型voidsetComments(String comments)设置备注voidsetMeta(EntityMeta meta)设置实体元信息voidsetName(String name)设置属性名voidsetRemark(String remark)voidsetType(String type)设置属性类型-
Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setId
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
-
-
-
Constructor Detail
-
PropertyMetaBean
public PropertyMetaBean()
-
PropertyMetaBean
public PropertyMetaBean(Integer id)
-
-
Method Detail
-
getMeta
public EntityMeta getMeta()
Description copied from interface:PropertyMeta获得实体元信息- Specified by:
getMetain interfacePropertyMeta- Returns:
- 实体元信息
-
setMeta
public void setMeta(EntityMeta meta)
Description copied from interface:PropertyMeta设置实体元信息- Specified by:
setMetain interfacePropertyMeta- Parameters:
meta- 实体元信息
-
getName
public String getName()
Description copied from interface:PropertyMeta获得属性名- Specified by:
getNamein interfacePropertyMeta- Returns:
- 属性名
-
setName
public void setName(String name)
Description copied from interface:PropertyMeta设置属性名- Specified by:
setNamein interfacePropertyMeta- Parameters:
name- 属性名
-
getType
public String getType()
Description copied from interface:PropertyMeta获得属性类型- Specified by:
getTypein interfacePropertyMeta- Returns:
- 属性类型
-
setType
public void setType(String type)
Description copied from interface:PropertyMeta设置属性类型- Specified by:
setTypein interfacePropertyMeta- Parameters:
type- 属性类型
-
getComments
public String getComments()
Description copied from interface:PropertyMeta获得备注- Specified by:
getCommentsin interfacePropertyMeta- Returns:
- 备注
-
setComments
public void setComments(String comments)
Description copied from interface:PropertyMeta设置备注- Specified by:
setCommentsin interfacePropertyMeta- Parameters:
comments- 备注
-
getRemark
public String getRemark()
-
setRemark
public void setRemark(String remark)
-
-