@Entity public class StoragePlatformEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
COLUMN_NAME
The name column.
|
static String |
GLACIER
The Glacier storage platform.
|
static String |
S3
The S3 storage platform.
|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
StoragePlatformEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
void |
setName(String name) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public static final String S3
public static final String GLACIER
public static final String COLUMN_NAME
Copyright © 2017. All rights reserved.