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:
  • Constructor Details

    • AUuidFileDTO

      public AUuidFileDTO(String fileName, int fileSize, Instant createdTimestamp, Instant modifiedTimestamp)
  • Method Details

    • getCreatedTimestamp

      public Instant getCreatedTimestamp()
    • getFileName

      public String getFileName()
    • getFileSize

      public int getFileSize()
    • getModifiedTimestamp

      public Instant getModifiedTimestamp()