类 CmsDictionary

java.lang.Object
com.publiccms.entities.cms.CmsDictionary
所有已实现的接口:
Serializable

@Entity public class CmsDictionary extends Object implements Serializable
CmsDictionary generated by hbm2java
另请参阅:
  • 字段详细资料

    • serialVersionUID

      private static final long serialVersionUID
      另请参阅:
    • id

      private CmsDictionaryId id
    • name

      @NotNull @Length(max=100) private @NotNull @Length(max=100) String name

      name

      名称

      名前

    • childDepth

      @Max(10L) private @jakarta.validation.constraints.Max(10L) int childDepth
      child depth

      子级深度

  • 构造器详细资料

    • CmsDictionary

      public CmsDictionary()
    • CmsDictionary

      public CmsDictionary(CmsDictionaryId id, String name, int childDepth)
  • 方法详细资料

    • getId

      public CmsDictionaryId getId()
    • setId

      public void setId(CmsDictionaryId id)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getChildDepth

      public int getChildDepth()
    • setChildDepth

      public void setChildDepth(int childDepth)