类 SysExtendField

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

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

    • serialVersionUID

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

      private SysExtendFieldId id
      id
    • required

      private boolean required
      required 必填
    • searchable

      private boolean searchable
      searchable 可搜索
    • sortable

      private String sortable
      sortable field 排序字段
    • maxlength

      private Integer maxlength
      max length 最大长度
    • width

      private Integer width
      image width 图片宽度
    • height

      private Integer height
      image height 图片高度
    • name

      @NotNull @Length(max=20) private @NotNull @Length(max=20) String name
      name 名称
    • description

      @Length(max=300) private @Length(max=300) String description
      description 描述
    • inputType

      private String inputType
      input type 表单类型
    • defaultValue

      private String defaultValue
      default value 默认值
    • dictionaryId

      private String dictionaryId
      dictionary id 数据字典
    • multiple

      private boolean multiple
      multiple 多选
    • sort

      private int sort
      sort 排序
  • 构造器详细资料

  • 方法详细资料

    • getId

      public SysExtendFieldId getId()
    • setId

      public void setId(SysExtendFieldId id)
    • isRequired

      public boolean isRequired()
    • setRequired

      public void setRequired(boolean required)
    • isSearchable

      public boolean isSearchable()
    • setSearchable

      public void setSearchable(boolean searchable)
    • getSortable

      public String getSortable()
    • setSortable

      public void setSortable(String sortable)
    • getMaxlength

      public Integer getMaxlength()
    • setMaxlength

      public void setMaxlength(Integer maxlength)
    • getWidth

      public Integer getWidth()
    • setWidth

      public void setWidth(Integer width)
    • getHeight

      public Integer getHeight()
    • setHeight

      public void setHeight(Integer height)
    • getName

      public String getName()
    • setName

      public void setName(String name)
    • getDescription

      public String getDescription()
    • setDescription

      public void setDescription(String description)
    • getInputType

      public String getInputType()
    • setInputType

      public void setInputType(String inputType)
    • getDefaultValue

      public String getDefaultValue()
    • setDefaultValue

      public void setDefaultValue(String defaultValue)
    • getDictionaryId

      public String getDictionaryId()
    • setDictionaryId

      public void setDictionaryId(String dictionaryId)
    • isMultiple

      public boolean isMultiple()
    • setMultiple

      public void setMultiple(boolean multiple)
    • getSort

      public int getSort()
    • setSort

      public void setSort(int sort)