public interface EntityMeta extends org.beangle.commons.entity.Entity<Integer>
| Modifier and Type | Method and Description |
|---|---|
String |
getComments()
获得实体说明
|
String |
getName()
获得实体名称
|
String |
getRemark()
获得实体备注
|
void |
setComments(String comments)
设置实体说明
|
void |
setName(String name)
设置实体名称
|
void |
setRemark(String remark)
设置实体备注
|
String getName()
void setName(String name)
name - 实体名称String getComments()
void setComments(String comments)
comments - 实体说明String getRemark()
void setRemark(String remark)
remark - 实体备注Copyright © 2005–2018 The Beangle Software. All rights reserved.