Package de.xima.fc.dao
Class AUuidFileDTO
- java.lang.Object
-
- de.xima.fc.dao.AUuidFileDTO
-
- All Implemented Interfaces:
Serializable
- Direct Known Subclasses:
BaseFormRecordAttachmentDTO
public abstract class AUuidFileDTO extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description AUuidFileDTO(String fileName, int fileSize, Instant createdTimestamp, Instant modifiedTimestamp)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Instant
getCreatedTimestamp()
String
getFileName()
int
getFileSize()
Instant
getModifiedTimestamp()
-