@Entity public class BusinessObjectDefinitionSampleDataFileEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
BusinessObjectDefinitionSampleDataFileEntity() |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDefinitionEntity |
getBusinessObjectDefinition() |
String |
getDirectoryPath() |
String |
getFileName() |
Long |
getFileSizeBytes() |
Long |
getId() |
StorageEntity |
getStorage() |
void |
setBusinessObjectDefinition(BusinessObjectDefinitionEntity businessObjectDefinition) |
void |
setDirectoryPath(String directoryPath) |
void |
setFileName(String fileName) |
void |
setFileSizeBytes(Long fileSizeBytes) |
void |
setId(Long id) |
void |
setStorage(StorageEntity storage) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public BusinessObjectDefinitionSampleDataFileEntity()
public Long getId()
public void setId(Long id)
public BusinessObjectDefinitionEntity getBusinessObjectDefinition()
public void setBusinessObjectDefinition(BusinessObjectDefinitionEntity businessObjectDefinition)
public String getFileName()
public void setFileName(String fileName)
public String getDirectoryPath()
public void setDirectoryPath(String directoryPath)
public Long getFileSizeBytes()
public void setFileSizeBytes(Long fileSizeBytes)
public StorageEntity getStorage()
public void setStorage(StorageEntity storage)
Copyright © 2021. All rights reserved.