@Entity public class StorageUnitEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
StorageUnitEntity() |
| Modifier and Type | Method and Description |
|---|---|
BusinessObjectDataEntity |
getBusinessObjectData() |
String |
getDirectoryPath() |
Collection<StorageUnitStatusHistoryEntity> |
getHistoricalStatuses() |
Integer |
getId() |
StorageUnitEntity |
getParentStorageUnit() |
StorageUnitStatusEntity |
getStatus() |
StorageEntity |
getStorage() |
Collection<StorageFileEntity> |
getStorageFiles() |
void |
setBusinessObjectData(BusinessObjectDataEntity businessObjectData) |
void |
setDirectoryPath(String directoryPath) |
void |
setHistoricalStatuses(Collection<StorageUnitStatusHistoryEntity> historicalStatuses) |
void |
setId(Integer id) |
void |
setParentStorageUnit(StorageUnitEntity parentStorageUnit) |
void |
setStatus(StorageUnitStatusEntity status) |
void |
setStorage(StorageEntity storage) |
void |
setStorageFiles(Collection<StorageFileEntity> storageFiles) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Integer getId()
public void setId(Integer id)
public String getDirectoryPath()
public void setDirectoryPath(String directoryPath)
public Collection<StorageFileEntity> getStorageFiles()
public void setStorageFiles(Collection<StorageFileEntity> storageFiles)
public StorageEntity getStorage()
public void setStorage(StorageEntity storage)
public BusinessObjectDataEntity getBusinessObjectData()
public void setBusinessObjectData(BusinessObjectDataEntity businessObjectData)
public StorageUnitStatusEntity getStatus()
public void setStatus(StorageUnitStatusEntity status)
public Collection<StorageUnitStatusHistoryEntity> getHistoricalStatuses()
public void setHistoricalStatuses(Collection<StorageUnitStatusHistoryEntity> historicalStatuses)
public StorageUnitEntity getParentStorageUnit()
public void setParentStorageUnit(StorageUnitEntity parentStorageUnit)
Copyright © 2017. All rights reserved.