@Entity public class StorageFileEntity extends AuditableEntity
| Modifier and Type | Field and Description |
|---|---|
static String |
TABLE_NAME
The table name.
|
| Constructor and Description |
|---|
StorageFileEntity() |
| Modifier and Type | Method and Description |
|---|---|
Long |
getFileSizeBytes() |
Integer |
getId() |
String |
getPath() |
Long |
getRowCount() |
StorageUnitEntity |
getStorageUnit() |
Integer |
getStorageUnitId() |
void |
setFileSizeBytes(Long fileSizeBytes) |
void |
setId(Integer id) |
void |
setPath(String path) |
void |
setRowCount(Long rowCount) |
void |
setStorageUnit(StorageUnitEntity storageUnit) |
void |
setStorageUnitId(Integer storageUnitId) |
getCreatedBy, getCreatedOn, getUpdatedBy, getUpdatedOn, setCreatedBy, setCreatedOn, setUpdatedBy, setUpdatedOnpublic static final String TABLE_NAME
public Integer getId()
public void setId(Integer id)
public String getPath()
public void setFileSizeBytes(Long fileSizeBytes)
public Long getFileSizeBytes()
public Long getRowCount()
public void setRowCount(Long rowCount)
public void setPath(String path)
public StorageUnitEntity getStorageUnit()
public void setStorageUnit(StorageUnitEntity storageUnit)
public Integer getStorageUnitId()
public void setStorageUnitId(Integer storageUnitId)
Copyright © 2019. All rights reserved.