Package org.beangle.ems.meta.model
Class EntityMetaBean
java.lang.Object
org.beangle.commons.entity.pojo.NumberIdObject<Integer>
org.beangle.commons.entity.pojo.IntegerIdObject
org.beangle.ems.meta.model.EntityMetaBean
- All Implemented Interfaces:
Serializable,Entity<Integer>,EntityMeta
@Entity(name="org.beangle.ems.meta.EntityMeta")
public class EntityMetaBean
extends IntegerIdObject
implements EntityMeta
实体元信息
- See Also:
-
Field Summary
Fields inherited from class org.beangle.commons.entity.pojo.NumberIdObject
id -
Constructor Summary
Constructors -
Method Summary
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
-
EntityMetaBean
public EntityMetaBean() -
EntityMetaBean
-
-
Method Details
-
getName
Description copied from interface:EntityMeta获得实体名称- Specified by:
getNamein interfaceEntityMeta- Returns:
- 实体名称
-
setName
Description copied from interface:EntityMeta设置实体名称- Specified by:
setNamein interfaceEntityMeta- Parameters:
name- 实体名称
-
getComments
Description copied from interface:EntityMeta获得实体说明- Specified by:
getCommentsin interfaceEntityMeta- Returns:
- 实体说明
-
setComments
Description copied from interface:EntityMeta设置实体说明- Specified by:
setCommentsin interfaceEntityMeta- Parameters:
comments- 实体说明
-
getRemark
Description copied from interface:EntityMeta获得实体备注- Specified by:
getRemarkin interfaceEntityMeta- Returns:
- 实体备注
-
setRemark
Description copied from interface:EntityMeta设置实体备注- Specified by:
setRemarkin interfaceEntityMeta- Parameters:
remark- 实体备注
-