@Entity public class Dictionary extends UUIDEntity<Dictionary>
| 构造器和说明 |
|---|
Dictionary() |
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getCode() |
String |
getKey() |
Integer |
getShowOrder() |
String |
getValue() |
String |
getValueEnUs() |
void |
setCode(String code) |
void |
setKey(String key) |
void |
setShowOrder(Integer showOrder) |
void |
setValue(String value) |
void |
setValueEnUs(String valueEnUs) |
compareTo, equals, getId, hashCode, setId, setSerializableIdpublic String getCode()
public void setCode(String code)
public String getKey()
public void setKey(String key)
public String getValue()
public void setValue(String value)
public String getValueEnUs()
public void setValueEnUs(String valueEnUs)
public Integer getShowOrder()
public void setShowOrder(Integer showOrder)
Copyright © 2018 Euler Project. All rights reserved.