@Entity public class SchemaColumnEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
SchemaColumnEntity() |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectFormatEntity |
getBusinessObjectFormat() |
String |
getDefaultValue() |
String |
getDescription() |
Long |
getId() |
String |
getName() |
Integer |
getPartitionLevel() |
Integer |
getPosition() |
Boolean |
getRequired() |
String |
getSize() |
String |
getType() |
void |
setBusinessObjectFormat(BusinessObjectFormatEntity businessObjectFormat) |
void |
setDefaultValue(String defaultValue) |
void |
setDescription(String description) |
void |
setId(Long id) |
void |
setName(String name) |
void |
setPartitionLevel(Integer partitionLevel) |
void |
setPosition(Integer position) |
void |
setRequired(Boolean required) |
void |
setSize(String size) |
void |
setType(String type) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Long getId()
public void setId(Long id)
public BusinessObjectFormatEntity getBusinessObjectFormat()
public void setBusinessObjectFormat(BusinessObjectFormatEntity businessObjectFormat)
public String getName()
public void setName(String name)
public String getType()
public void setType(String type)
public String getSize()
public void setSize(String size)
public Boolean getRequired()
public void setRequired(Boolean required)
public String getDefaultValue()
public void setDefaultValue(String defaultValue)
public Integer getPosition()
public void setPosition(Integer position)
public Integer getPartitionLevel()
public void setPartitionLevel(Integer partitionLevel)
public String getDescription()
public void setDescription(String description)
Copyright © 2021. All rights reserved.