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>

@Entity public class Dict extends Object implements io.github.xezzon.zeroweb.common.jpa.IEntity<String>, io.github.xezzon.zeroweb.core.trait.IDict, io.github.xezzon.zeroweb.core.tree.ITreeNode<Dict,String>

字典

字典是一组提供给用户选择的值。

Author:
xezzon
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    字典目的 tag 字段的值
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    int
     

    Methods inherited from class Object

    equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

    Methods inherited from interface io.github.xezzon.zeroweb.core.trait.IDict

    getCode, getLabel, getTag

    Methods inherited from interface io.github.xezzon.zeroweb.common.jpa.IEntity

    getId

    Methods inherited from interface io.github.xezzon.zeroweb.core.tree.ITreeNode

    getChildren, getId, getParentId, setChildren
  • Field Details

  • Constructor Details

    • Dict

      public Dict()
  • Method Details

    • getOrdinal

      public int getOrdinal()
      Specified by:
      getOrdinal in interface io.github.xezzon.zeroweb.core.trait.IDict