
@Entity(name="org.beangle.ems.dictionary.model.CodeMeta")
public class CodeMeta
extends org.beangle.commons.entity.pojo.IntegerIdObject
| Constructor and Description |
|---|
CodeMeta() |
| Modifier and Type | Method and Description |
|---|---|
CodeCategory |
getCategory() |
String |
getClassName()
查询代码的类名
|
String |
getName()
代码名称
|
String |
getTitle() |
void |
setCategory(CodeCategory category) |
void |
setClassName(String className)
设置新的类名
|
void |
setName(String name)
设置代码名称
|
void |
setTitle(String title) |
public String getName()
public void setName(String name)
name - 新的代码名称public String getTitle()
public void setTitle(String title)
public String getClassName()
public void setClassName(String className)
className - 类路径全称public CodeCategory getCategory()
public void setCategory(CodeCategory category)
Copyright © 2005-2013 The Beangle Software Group. All Rights Reserved.