public interface DynamicFormColumnEntity extends org.hswebframework.web.commons.entity.GenericEntity<String>
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
alias
别名
|
static String |
columnName
数据库列
|
static String |
dataType
数据类型
|
static String |
describe
备注
|
static String |
dictConfig
数据字典配置
|
static String |
formId
表单ID
|
static String |
javaType
java类型
|
static String |
jdbcType
jdbc类型
|
static String |
length
长度
|
static String |
name
字段名称
|
static String |
precision
精度
|
static String |
properties
其他配置
|
static String |
scale
小数点位数
|
static String |
sortIndex
排序序号
|
| 限定符和类型 | 方法和说明 |
|---|---|
String |
getAlias() |
String |
getColumnName() |
String |
getDataType() |
String |
getDescribe() |
String |
getDictConfig() |
String |
getFormId() |
String |
getJavaType() |
String |
getJdbcType() |
Integer |
getLength() |
String |
getName() |
Integer |
getPrecision() |
Integer |
getScale() |
Long |
getSortIndex() |
List<String> |
getValidator() |
void |
setAlias(String alias) |
void |
setColumnName(String columnName) |
void |
setDataType(String dataType) |
void |
setDescribe(String describe) |
void |
setDictConfig(String dictConfig) |
void |
setFormId(String formId) |
void |
setJavaType(String javaType) |
void |
setJdbcType(String jdbcType) |
void |
setLength(Integer length) |
void |
setName(String name) |
void |
setPrecision(Integer precision) |
void |
setScale(Integer scale) |
void |
setSortIndex(Long sortIndex) |
void |
setValidator(List<String> validator) |
@NotBlank(groups=org.hswebframework.web.validator.group.CreateGroup.class) String getFormId()
void setFormId(String formId)
formId - 表单ID@NotBlank(groups=org.hswebframework.web.validator.group.CreateGroup.class) String getName()
void setName(String name)
name - 字段名称@NotBlank(groups=org.hswebframework.web.validator.group.CreateGroup.class) String getColumnName()
void setColumnName(String columnName)
columnName - 数据库列String getDescribe()
void setDescribe(String describe)
describe - 备注String getAlias()
void setAlias(String alias)
alias - 别名@NotBlank(groups=org.hswebframework.web.validator.group.CreateGroup.class) String getJavaType()
void setJavaType(String javaType)
javaType - java类型@NotBlank(groups=org.hswebframework.web.validator.group.CreateGroup.class) String getJdbcType()
void setJdbcType(String jdbcType)
jdbcType - jdbc类型String getDataType()
void setDataType(String dataType)
dataType - 数据类型Integer getLength()
void setLength(Integer length)
length - 长度Integer getPrecision()
void setPrecision(Integer precision)
precision - 精度Integer getScale()
void setScale(Integer scale)
scale - 小数点位数void setDictConfig(String dictConfig)
String getDictConfig()
Long getSortIndex()
void setSortIndex(Long sortIndex)
Copyright © 2016–2020. All rights reserved.