public class FieldInfo extends AbstractModel
Constructor and Description |
---|
FieldInfo() |
FieldInfo(FieldInfo source)
NOTE: Any ambiguous key set via .set("AnyKey", "value") will be a shallow copy,
and any explicit key, i.e Foo, set via .setFoo("value") will be a deep copy.
|
Modifier and Type | Method and Description |
---|---|
String |
getFieldName()
Get 表格字段名称
|
Long |
getFieldSize()
Get 字段长度
|
String |
getFieldType()
Get 字段类型
|
String |
getIsPrimaryKey()
Get 字段是否是主键字段
|
void |
setFieldName(String FieldName)
Set 表格字段名称
|
void |
setFieldSize(Long FieldSize)
Set 字段长度
|
void |
setFieldType(String FieldType)
Set 字段类型
|
void |
setIsPrimaryKey(String IsPrimaryKey)
Set 字段是否是主键字段
|
void |
toMap(HashMap<String,String> map,
String prefix)
Internal implementation, normal users should not use it.
|
any, fromJsonString, getBinaryParams, getMultipartRequestParams, set, setParamArrayObj, setParamArraySimple, setParamObj, setParamSimple, toJsonString
public FieldInfo()
public FieldInfo(FieldInfo source)
public String getFieldName()
public void setFieldName(String FieldName)
FieldName
- 表格字段名称public String getIsPrimaryKey()
public void setIsPrimaryKey(String IsPrimaryKey)
IsPrimaryKey
- 字段是否是主键字段public String getFieldType()
public void setFieldType(String FieldType)
FieldType
- 字段类型public Long getFieldSize()
public void setFieldSize(Long FieldSize)
FieldSize
- 字段长度Copyright © 2022. All rights reserved.