@MappedSuperclass public abstract class TableColumnDefinitionEntity extends BuildtimeBaseEntity
限定符和类型 | 字段和说明 |
---|---|
protected String |
defaultValue |
static String |
DEFAULTVALUE |
protected int |
length |
static String |
LENGTH |
protected String |
name |
static String |
NAME |
protected boolean |
nullable |
static String |
NULLABLE |
protected String |
options |
static String |
OPTIONS |
static String |
REFERENCE_OBJECT_TYPE |
protected String |
referenceObjectType |
protected String |
type |
static String |
TYPE |
category, CATEGORY
COMPANY_ID, CREATE_IP, CREATE_TIME, CREATE_USER_FULL_NAME, CREATE_USER_ID, CREATE_USER_NAME, DELETE_IP, DELETE_TIME, DELETE_USER_FULL_NAME, DELETE_USER_ID, DELETE_USER_NAME, DELETED, DESCRIPTION, DTS_CREATION_BID, DTS_MODIFIED_BID, LM_IP, LM_TIME, LM_USER_FULL_NAME, LM_USER_ID, LM_USER_NAME, PLATFORM_ID, ROW_LOG_ID
构造器和说明 |
---|
TableColumnDefinitionEntity() |
限定符和类型 | 方法和说明 |
---|---|
String |
getDefaultValue() |
int |
getLength() |
String |
getName() |
String |
getOptions() |
String |
getReferenceObjectType() |
String |
getType() |
boolean |
isNullable() |
void |
setDefaultValue(String defaultValue) |
void |
setLength(int length) |
void |
setName(String name) |
void |
setNullable(boolean nullable) |
void |
setOptions(String options) |
void |
setReferenceObjectType(String referenceObjectType) |
void |
setType(String type) |
getCategory, setCategory
isNew
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
setCompanyId, setCreateBid, setCreateIp, setCreateTime, setCreateUserFullName, setCreateUserId, setCreateUserName, setDeleted, setDeleteIp, setDeleteTime, setDeleteUserFullName, setDeleteUserId, setDeleteUserName, setLastModifyIp, setLastModifyTime, setLastModifyUserFullName, setLastModifyUserId, setLastModifyUserName, setModifyBid, setPlatformId, setRowLogId
setId
getCompanyId, getCreateBid, getCreateIp, getCreateTime, getCreateUserFullName, getCreateUserId, getCreateUserName, getDeleteIp, getDeleteTime, getDeleteUserFullName, getDeleteUserId, getDeleteUserName, getDescription, getLastModifyIp, getLastModifyTime, getLastModifyUserFullName, getLastModifyUserId, getLastModifyUserName, getModifyBid, getPlatformId, getRowLogId, isDeleted, setDescription
protected String name
protected String type
protected String referenceObjectType
protected int length
protected boolean nullable
protected String defaultValue
protected String options
public String getOptions()
public void setOptions(String options)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public int getLength()
public void setLength(int length)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public String getReferenceObjectType()
public void setReferenceObjectType(String referenceObjectType)
public boolean isNullable()
public void setNullable(boolean nullable)
Copyright © 2019. All rights reserved.