@Entity public class BusinessObjectDefinitionColumnEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
BusinessObjectDefinitionColumnEntity() |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDefinitionEntity |
getBusinessObjectDefinition() |
Collection<BusinessObjectDefinitionColumnChangeEventEntity> |
getChangeEvents() |
String |
getDescription() |
Integer |
getId() |
String |
getName() |
Collection<SchemaColumnEntity> |
getSchemaColumns() |
void |
setBusinessObjectDefinition(BusinessObjectDefinitionEntity businessObjectDefinition) |
void |
setChangeEvents(Collection<BusinessObjectDefinitionColumnChangeEventEntity> changeEvents) |
void |
setDescription(String description) |
void |
setId(Integer id) |
void |
setName(String name) |
void |
setSchemaColumns(Collection<SchemaColumnEntity> schemaColumns) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public BusinessObjectDefinitionColumnEntity()
public Integer getId()
public void setId(Integer id)
public BusinessObjectDefinitionEntity getBusinessObjectDefinition()
public void setBusinessObjectDefinition(BusinessObjectDefinitionEntity businessObjectDefinition)
public String getName()
public void setName(String name)
public String getDescription()
public void setDescription(String description)
public Collection<SchemaColumnEntity> getSchemaColumns()
public void setSchemaColumns(Collection<SchemaColumnEntity> schemaColumns)
public Collection<BusinessObjectDefinitionColumnChangeEventEntity> getChangeEvents()
public void setChangeEvents(Collection<BusinessObjectDefinitionColumnChangeEventEntity> changeEvents)
Copyright © 2019. All rights reserved.