@TableName(value="sys_dic")
public class SysDic
extends top.ibase4j.core.base.BaseModel
Constructor and Description |
---|
SysDic() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object that) |
String |
getCode() |
String |
getCodeText() |
Boolean |
getEditable() |
String |
getParentCode() |
String |
getParentType() |
Integer |
getSortNo() |
String |
getType() |
int |
hashCode() |
void |
setCode(String code) |
void |
setCodeText(String codeText) |
void |
setEditable(Boolean editable) |
void |
setParentCode(String parentCode) |
void |
setParentType(String parentType) |
void |
setSortNo(Integer sortNo) |
void |
setType(String type) |
String |
toString() |
public String getType()
public void setType(String type)
type
- the type to setpublic String getCode()
public void setCode(String code)
code
- the value for sys_dic.code_public String getCodeText()
public void setCodeText(String codeText)
codeText
- the value for sys_dic.code_textpublic Integer getSortNo()
public void setSortNo(Integer sortNo)
sortNo
- the value for sys_dic.sort_nopublic Boolean getEditable()
public void setEditable(Boolean editable)
editable
- the value for sys_dic.editable_public String getParentType()
public void setParentType(String parentType)
public String getParentCode()
public void setParentCode(String parentCode)
Copyright © 2018. All rights reserved.