public class DmDictionary extends Object implements Serializable
| Constructor and Description |
|---|
DmDictionary() |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
canEqual(Object other) |
boolean |
equals(Object o) |
String |
getDictionaryDes()
字典描述
|
Long |
getDictionaryId()
字典标识
|
String |
getDictionaryKey()
字典编码
|
Long |
getDictionaryLength()
字典编码长度
|
String |
getDictionaryName()
字典名称
|
Long |
getDictionaryType()
字典类型
|
int |
hashCode() |
void |
setDictionaryDes(String dictionaryDes)
字典描述
|
void |
setDictionaryId(Long dictionaryId)
字典标识
|
void |
setDictionaryKey(String dictionaryKey)
字典编码
|
void |
setDictionaryLength(Long dictionaryLength)
字典编码长度
|
void |
setDictionaryName(String dictionaryName)
字典名称
|
void |
setDictionaryType(Long dictionaryType)
字典类型
|
String |
toString() |
public Long getDictionaryId()
public String getDictionaryKey()
public String getDictionaryName()
public Long getDictionaryLength()
public Long getDictionaryType()
public String getDictionaryDes()
public void setDictionaryId(Long dictionaryId)
public void setDictionaryKey(String dictionaryKey)
public void setDictionaryName(String dictionaryName)
public void setDictionaryLength(Long dictionaryLength)
public void setDictionaryType(Long dictionaryType)
public void setDictionaryDes(String dictionaryDes)
protected boolean canEqual(Object other)
Copyright © 2025. All rights reserved.