Class OrphanFileEntity
java.lang.Object
org.exoplatform.commons.file.storage.entity.OrphanFileEntity
Entity for Deleted Files. Created by The eXo Platform SAS Author :
eXoPlatform exo@exoplatform.com
-
Constructor Summary
ConstructorsConstructorDescriptionOrphanFileEntity(long id, long fileId, String checksum, Date deletedDate) OrphanFileEntity(long id, String checksum, Date deletedDate) -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetChecksum(String checksum) voidsetDeletedDate(Date deletedDate) voidsetFileInfoEntity(FileInfoEntity fileInfoEntity) void
-
Constructor Details
-
OrphanFileEntity
public OrphanFileEntity() -
OrphanFileEntity
-
OrphanFileEntity
-
-
Method Details
-
getDeletedDate
-
setDeletedDate
-
getFileInfoEntity
-
setFileInfoEntity
-
getId
-
setId
-
getChecksum
-
setChecksum
-