Class Dict
java.lang.Object
io.github.xezzon.zeroweb.dict.Dict
- All Implemented Interfaces:
io.github.xezzon.zeroweb.common.jpa.IEntity<String>, io.github.xezzon.zeroweb.core.trait.IDict, io.github.xezzon.zeroweb.core.tree.ITreeNode<Dict,String>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Methods inherited from class Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.github.xezzon.zeroweb.core.trait.IDict
getCode, getLabel, getTagMethods inherited from interface io.github.xezzon.zeroweb.common.jpa.IEntity
getIdMethods inherited from interface io.github.xezzon.zeroweb.core.tree.ITreeNode
getChildren, getId, getParentId, setChildren
-
Field Details
-
DICT_TAG
-
-
Constructor Details
-
Dict
public Dict()
-
-
Method Details
-
getOrdinal
public int getOrdinal()- Specified by:
getOrdinalin interfaceio.github.xezzon.zeroweb.core.trait.IDict
-