@Entity(name="org.beangle.ems.meta.EntityMeta") public class EntityMetaBean extends IntegerIdObject implements EntityMeta
id| Constructor and Description |
|---|
EntityMetaBean() |
EntityMetaBean(Integer id) |
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
获得实体说明
|
String |
getName()
获得实体名称
|
String |
getRemark()
获得实体备注
|
void |
setComments(String comments)
设置实体说明
|
void |
setName(String name)
设置实体名称
|
void |
setRemark(String remark)
设置实体备注
|
equals, getId, hashCode, isPersisted, isTransient, setIdclone, finalize, getClass, notify, notifyAll, toString, wait, wait, waitgetId, isPersisted, isTransient, setIdpublic EntityMetaBean()
public EntityMetaBean(Integer id)
public String getName()
EntityMetagetName in interface EntityMetapublic void setName(String name)
EntityMetasetName in interface EntityMetaname - 实体名称public String getComments()
EntityMetagetComments in interface EntityMetapublic void setComments(String comments)
EntityMetasetComments in interface EntityMetacomments - 实体说明public String getRemark()
EntityMetagetRemark in interface EntityMetapublic void setRemark(String remark)
EntityMetasetRemark in interface EntityMetaremark - 实体备注Copyright © 2005–2019 The Beangle Software. All rights reserved.