类 CmsDictionary
java.lang.Object
com.publiccms.entities.cms.CmsDictionary
- 所有已实现的接口:
Serializable
CmsDictionary generated by hbm2java
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private @jakarta.validation.constraints.Max(10L) int
child depthprivate CmsDictionaryId
private @NotNull @Length(max=100) String
nameprivate static final long
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明int
getId()
getName()
void
setChildDepth
(int childDepth) void
setId
(CmsDictionaryId id) void
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
id
-
name
name
名称
名前
-
childDepth
@Max(10L) private @jakarta.validation.constraints.Max(10L) int childDepthchild depth子级深度
-
-
构造器详细资料
-
CmsDictionary
public CmsDictionary() -
CmsDictionary
-
-
方法详细资料
-
getId
-
setId
-
getName
-
setName
-
getChildDepth
public int getChildDepth() -
setChildDepth
public void setChildDepth(int childDepth)
-