public class TColumn extends AbstractModel
Constructor and Description |
---|
TColumn() |
TColumn(TColumn 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 |
getComment()
Get 字段描述
|
String |
getDefault()
Get 字段默认值
|
String |
getName()
Get 字段名称
|
Boolean |
getNotNull()
Get 字段是否是非空
|
String |
getType()
Get 字段类型
|
void |
setComment(String Comment)
Set 字段描述
|
void |
setDefault(String Default)
Set 字段默认值
|
void |
setName(String Name)
Set 字段名称
|
void |
setNotNull(Boolean NotNull)
Set 字段是否是非空
|
void |
setType(String Type)
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 TColumn()
public TColumn(TColumn source)
public String getName()
public void setName(String Name)
Name
- 字段名称public String getType()
public void setType(String Type)
Type
- 字段类型public String getComment()
public void setComment(String Comment)
Comment
- 字段描述public String getDefault()
public void setDefault(String Default)
Default
- 字段默认值public Boolean getNotNull()
public void setNotNull(Boolean NotNull)
NotNull
- 字段是否是非空Copyright © 2023. All rights reserved.