类 SysExtendField
java.lang.Object
com.publiccms.entities.sys.SysExtendField
- 所有已实现的接口:
Serializable
SysExtendField generated by hbm2java
- 另请参阅:
-
字段概要
字段修饰符和类型字段说明private String
default value 默认值private @Length(max=300) String
description 描述private String
dictionary id 数据字典private Integer
image height 图片高度private SysExtendFieldId
idprivate String
input type 表单类型private Integer
max length 最大长度private boolean
multiple 多选private @NotNull @Length(max=20) String
name 名称private boolean
required 必填private boolean
searchable 可搜索private static final long
private int
sort 排序private String
sortable field 排序字段private Integer
image width 图片宽度 -
构造器概要
构造器构造器说明SysExtendField
(SysExtendFieldId id, boolean required, boolean searchable, String sortable, Integer maxlength, Integer width, Integer height, String name, String description, String inputType, String defaultValue, String dictionaryId, boolean multiple, int sort) SysExtendField
(String code, String inputType, boolean required, String name, String description, String defaultValue) SysExtendField
(String code, String inputType, String name, String description) -
方法概要
修饰符和类型方法说明getId()
getName()
int
getSort()
getWidth()
boolean
boolean
boolean
void
setDefaultValue
(String defaultValue) void
setDescription
(String description) void
setDictionaryId
(String dictionaryId) void
void
void
setInputType
(String inputType) void
setMaxlength
(Integer maxlength) void
setMultiple
(boolean multiple) void
void
setRequired
(boolean required) void
setSearchable
(boolean searchable) void
setSort
(int sort) void
setSortable
(String sortable) void
-
字段详细资料
-
serialVersionUID
private static final long serialVersionUID- 另请参阅:
-
id
id -
required
private boolean requiredrequired 必填 -
searchable
private boolean searchablesearchable 可搜索 -
sortable
sortable field 排序字段 -
maxlength
max length 最大长度 -
width
image width 图片宽度 -
height
image height 图片高度 -
name
name 名称 -
description
description 描述 -
inputType
input type 表单类型 -
defaultValue
default value 默认值 -
dictionaryId
dictionary id 数据字典 -
multiple
private boolean multiplemultiple 多选 -
sort
private int sortsort 排序
-
-
构造器详细资料
-
SysExtendField
public SysExtendField() -
SysExtendField
-
SysExtendField
-
SysExtendField
-
-
方法详细资料
-
getId
-
setId
-
isRequired
public boolean isRequired() -
setRequired
public void setRequired(boolean required) -
isSearchable
public boolean isSearchable() -
setSearchable
public void setSearchable(boolean searchable) -
getSortable
-
setSortable
-
getMaxlength
-
setMaxlength
-
getWidth
-
setWidth
-
getHeight
-
setHeight
-
getName
-
setName
-
getDescription
-
setDescription
-
getInputType
-
setInputType
-
getDefaultValue
-
setDefaultValue
-
getDictionaryId
-
setDictionaryId
-
isMultiple
public boolean isMultiple() -
setMultiple
public void setMultiple(boolean multiple) -
getSort
public int getSort() -
setSort
public void setSort(int sort)
-