@Entity public class BusinessObjectFormatEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
BusinessObjectFormatEntity() |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Long getId()
public void setId(Long id)
public BusinessObjectDefinitionEntity getBusinessObjectDefinition()
public void setBusinessObjectDefinition(BusinessObjectDefinitionEntity businessObjectDefinition)
public Integer getBusinessObjectDefinitionId()
public void setBusinessObjectDefinitionId(Integer businessObjectDefinitionId)
public String getUsage()
public void setUsage(String usage)
public FileTypeEntity getFileType()
public void setFileType(FileTypeEntity fileType)
public String getFileTypeCode()
public void setFileTypeCode(String fileTypeCode)
public Integer getBusinessObjectFormatVersion()
public void setBusinessObjectFormatVersion(Integer businessObjectFormatVersion)
public Boolean getLatestVersion()
public void setLatestVersion(Boolean latestVersion)
public String getDescription()
public Collection<BusinessObjectFormatAttributeEntity> getAttributes()
public void setAttributes(Collection<BusinessObjectFormatAttributeEntity> attributes)
public void setDescription(String description)
public String getPartitionKey()
public void setPartitionKey(String partitionKey)
public String getNullValue()
public void setNullValue(String nullValue)
public String getDelimiter()
public void setDelimiter(String delimiter)
public String getCollectionItemsDelimiter()
public void setCollectionItemsDelimiter(String collectionItemsDelimiter)
public String getMapKeysDelimiter()
public void setMapKeysDelimiter(String mapKeysDelimiter)
public String getEscapeCharacter()
public void setEscapeCharacter(String escapeCharacter)
public PartitionKeyGroupEntity getPartitionKeyGroup()
public void setPartitionKeyGroup(PartitionKeyGroupEntity partitionKeyGroup)
public Collection<BusinessObjectDataAttributeDefinitionEntity> getAttributeDefinitions()
public void setAttributeDefinitions(Collection<BusinessObjectDataAttributeDefinitionEntity> attributeDefinitions)
public Collection<SchemaColumnEntity> getSchemaColumns()
public void setSchemaColumns(Collection<SchemaColumnEntity> schemaColumns)
public List<BusinessObjectFormatEntity> getBusinessObjectFormatParents()
public void setBusinessObjectFormatParents(List<BusinessObjectFormatEntity> businessObjectFormatParents)
public List<BusinessObjectFormatEntity> getBusinessObjectFormatChildren()
public void setBusinessObjectFormatChildren(List<BusinessObjectFormatEntity> businessObjectFormatChildren)
public Collection<BusinessObjectFormatExternalInterfaceEntity> getBusinessObjectFormatExternalInterfaces()
public void setBusinessObjectFormatExternalInterfaces(Collection<BusinessObjectFormatExternalInterfaceEntity> businessObjectFormatExternalInterfaces)
public Boolean isRecordFlag()
public void setRecordFlag(Boolean recordFlag)
public Integer getRetentionPeriodInDays()
public void setRetentionPeriodInDays(Integer retentionPeriodInDays)
public RetentionTypeEntity getRetentionType()
public void setRetentionType(RetentionTypeEntity retentionType)
public Boolean isAllowNonBackwardsCompatibleChanges()
public void setAllowNonBackwardsCompatibleChanges(Boolean allowNonBackwardsCompatibleChanges)
public String getDocumentSchema()
public void setDocumentSchema(String documentSchema)
public String getDocumentSchemaUrl()
public void setDocumentSchemaUrl(String documentSchemaUrl)
public String getCustomRowFormat()
public void setCustomRowFormat(String customRowFormat)
public String getCustomClusteredBy()
public void setCustomClusteredBy(String customClusteredBy)
public String getRelationalSchemaName()
public void setRelationalSchemaName(String relationalSchemaName)
public String getRelationalTableName()
public void setRelationalTableName(String relationalTableName)
Copyright © 2021. All rights reserved.