public class CustomizedTableColumnDefinition extends BuildtimeObjectBaseImpl<CustomizedTableColumnDefinitionEntity>
限定符和类型 | 字段和说明 |
---|---|
static String |
OPTIONS_SPLITOR |
entityClass
构造器和说明 |
---|
CustomizedTableColumnDefinition() |
CustomizedTableColumnDefinition(CustomizedTableColumnDefinitionEntity colObjectEntity) |
限定符和类型 | 方法和说明 |
---|---|
protected void |
entityReseted() |
String |
getDefaultValue() |
int |
getLength() |
String |
getName() |
String |
getOptions() |
List<String> |
getOptionsAsList() |
com.ags.lumosframework.common.IObjectType |
getReferenceObjectType() |
long |
getTableDefinitionId() |
CustomizedColumnType |
getType() |
boolean |
isNullable() |
void |
setDefaultValue(String defaultValue) |
void |
setLength(int length) |
void |
setName(String columnName) |
void |
setNullable(boolean allowNull) |
void |
setOptions(String options) |
void |
setReferenceObjectType(com.ags.lumosframework.common.IObjectType referenceObjectType) |
void |
setTableDefinitionId(long tableDefinitionId) |
void |
setType(CustomizedColumnType columnType) |
getCategory, setCategory
equals, getCEF, getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getEntityClass, getId, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getObjectType, getPlatformId, getRowLogId, hashCode, isDeleted, isNew, refresh, refresh, setCEF, setDescription, toString
getInternalObject, getService, getServiceByDomainObject, setInternalObject
public CustomizedTableColumnDefinition(CustomizedTableColumnDefinitionEntity colObjectEntity)
public CustomizedTableColumnDefinition()
public String getName()
public void setName(String columnName)
public CustomizedColumnType getType()
public void setType(CustomizedColumnType columnType)
public int getLength()
public void setLength(int length)
public com.ags.lumosframework.common.IObjectType getReferenceObjectType()
public void setReferenceObjectType(com.ags.lumosframework.common.IObjectType referenceObjectType)
protected void entityReseted()
public String getOptions()
public void setOptions(String options)
public boolean isNullable()
public void setNullable(boolean allowNull)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public long getTableDefinitionId()
public void setTableDefinitionId(long tableDefinitionId)
Copyright © 2019. All rights reserved.