Class LISArchiveDocumentDTO

java.lang.Object
de.aeb.xnsg.vcp.bf.lis.LISArchiveDocumentDTO
All Implemented Interfaces:
Serializable

public class LISArchiveDocumentDTO extends Object implements Serializable
DTO for document data that has been stored in an archive system e.g. Assist4ContentStorage and shall be accessed via VCP
See Also:
  • Field Details

    • documentName

      public String documentName
      the name of the document e.g. a file name with extension

      length=500

    • mimetype

      public String mimetype
      the mimetype of the archived document e.g. application/pdf or image/jpeg
    • byteSize

      public Integer byteSize
      the byte size of the archived document
    • documentStorageID

      public String documentStorageID
      the unique storage id of the document in the archive system

      length=50

    • roles

      public LISBinaryRoleDTO[] roles
      the roles for the binary to be displayed in the application
    • documentCategories

      public LISMODocumentCategoryDTO[] documentCategories
    • languageIsoCodes

      public String[] languageIsoCodes
      the languages for the binary to be displayed in the application
    • additionalFields

      public LISAdditionalFieldDTO[] additionalFields
      Additional fields of the document
  • Constructor Details

    • LISArchiveDocumentDTO

      public LISArchiveDocumentDTO()