@Entity public class StorageFileViewEntity extends Object
| Constructor and Description |
|---|
StorageFileViewEntity() |
| Modifier and Type | Method and Description |
|---|---|
String |
getBusinessObjectDefinitionName() |
Date |
getCreatedDate() |
String |
getDataProviderCode() |
Long |
getFileSizeInBytes() |
String |
getNamespaceCode() |
String |
getStorageCode() |
Long |
getStorageFileId() |
void |
setBusinessObjectDefinitionName(String businessObjectDefinitionName) |
void |
setCreatedDate(Date createdDate) |
void |
setDataProviderCode(String dataProviderCode) |
void |
setFileSizeInBytes(Long fileSizeInBytes) |
void |
setNamespaceCode(String namespaceCode) |
void |
setStorageCode(String storageCode) |
void |
setStorageFileId(Long storageFileId) |
public Long getStorageFileId()
public void setStorageFileId(Long storageFileId)
public String getNamespaceCode()
public void setNamespaceCode(String namespaceCode)
public String getBusinessObjectDefinitionName()
public void setBusinessObjectDefinitionName(String businessObjectDefinitionName)
public String getDataProviderCode()
public void setDataProviderCode(String dataProviderCode)
public String getStorageCode()
public void setStorageCode(String storageCode)
public Long getFileSizeInBytes()
public void setFileSizeInBytes(Long fileSizeInBytes)
public Date getCreatedDate()
public void setCreatedDate(Date createdDate)
Copyright © 2019. All rights reserved.