Package io.github.xezzon.zeroweb.dict
Class Dict
java.lang.Object
io.github.xezzon.zeroweb.dict.Dict
- All Implemented Interfaces:
io.github.xezzon.tao.dict.IDict
,io.github.xezzon.tao.tree.TreeNode<Dict,
,String> io.github.xezzon.zeroweb.common.jpa.IEntity<String>
@Entity
public class Dict
extends Object
implements io.github.xezzon.zeroweb.common.jpa.IEntity<String>, io.github.xezzon.tao.dict.IDict, io.github.xezzon.tao.tree.TreeNode<Dict,String>
字典
字典是一组提供给用户选择的值。
- Author:
- xezzon
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface io.github.xezzon.tao.dict.IDict
getCode, getLabel, getTag
Methods inherited from interface io.github.xezzon.zeroweb.common.jpa.IEntity
getId
Methods inherited from interface io.github.xezzon.tao.tree.TreeNode
getChildren, getId, getParentId, isLeaf, setChildren
-
Field Details
-
DICT_TAG
- See Also:
-
-
Constructor Details
-
Dict
public Dict()
-
-
Method Details
-
getOrdinal
public int getOrdinal()- Specified by:
getOrdinal
in interfaceio.github.xezzon.tao.dict.IDict
-