@Entity public class StorageEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
MANAGED_EXTERNAL_STORAGE
Our official S3 managed "external" bucket for herd.
|
static String |
MANAGED_LOADING_DOCK_STORAGE
Our official S3 managed "loading dock" bucket for herd.
|
static String |
MANAGED_STORAGE
Our official S3 managed bucket for herd.
|
static String |
SAMPLE_DATA_FILE_STORAGE
Our official S3 sample file
|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
StorageEntity() |
| Modifier and Type | Method and Description |
|---|---|
Collection<StorageAttributeEntity> |
getAttributes() |
String |
getName() |
StoragePlatformEntity |
getStoragePlatform() |
String |
getStoragePlatformCode() |
void |
setAttributes(Collection<StorageAttributeEntity> attributes) |
void |
setName(String name) |
void |
setStoragePlatform(StoragePlatformEntity storagePlatform) |
void |
setStoragePlatformCode(String storagePlatformCode) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public static final String MANAGED_STORAGE
public static final String MANAGED_EXTERNAL_STORAGE
public static final String MANAGED_LOADING_DOCK_STORAGE
public static final String SAMPLE_DATA_FILE_STORAGE
public String getName()
public void setName(String name)
public StoragePlatformEntity getStoragePlatform()
public void setStoragePlatform(StoragePlatformEntity storagePlatform)
public String getStoragePlatformCode()
public void setStoragePlatformCode(String storagePlatformCode)
public Collection<StorageAttributeEntity> getAttributes()
public void setAttributes(Collection<StorageAttributeEntity> attributes)
Copyright © 2021. All rights reserved.