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:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription获得备注getMeta()获得实体元信息getName()获得属性名getType()获得属性类型voidsetComments(String comments) 设置备注voidsetMeta(EntityMeta meta) 设置实体元信息void设置属性名voidvoid设置属性类型Methods inherited from class org.beangle.commons.entity.pojo.NumberIdObject
equals, getId, hashCode, isPersisted, isTransient, setIdMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.beangle.commons.entity.Entity
getId, isPersisted, isTransient, setId
-
Constructor Details
-
PropertyMetaBean
public PropertyMetaBean() -
PropertyMetaBean
-
-
Method Details
-
getMeta
Description copied from interface:PropertyMeta获得实体元信息- Specified by:
getMetain interfacePropertyMeta- Returns:
- 实体元信息
-
setMeta
Description copied from interface:PropertyMeta设置实体元信息- Specified by:
setMetain interfacePropertyMeta- Parameters:
meta- 实体元信息
-
getName
Description copied from interface:PropertyMeta获得属性名- Specified by:
getNamein interfacePropertyMeta- Returns:
- 属性名
-
setName
Description copied from interface:PropertyMeta设置属性名- Specified by:
setNamein interfacePropertyMeta- Parameters:
name- 属性名
-
getType
Description copied from interface:PropertyMeta获得属性类型- Specified by:
getTypein interfacePropertyMeta- Returns:
- 属性类型
-
setType
Description copied from interface:PropertyMeta设置属性类型- Specified by:
setTypein interfacePropertyMeta- Parameters:
type- 属性类型
-
getComments
Description copied from interface:PropertyMeta获得备注- Specified by:
getCommentsin interfacePropertyMeta- Returns:
- 备注
-
setComments
Description copied from interface:PropertyMeta设置备注- Specified by:
setCommentsin interfacePropertyMeta- Parameters:
comments- 备注
-
getRemark
-
setRemark
-