Class LISBinaryDTO

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

public class LISBinaryDTO extends Object implements Serializable
DTO for binaries e.g. document, images.
See Also:
  • Field Details

    • content

      public byte[] content
      binary content e.g. a pdf document or an image.
    • name

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

      length=500

    • mimetype

      public String mimetype
      the mimetype of the binary e.g. application/pdf or image/jpeg

      Note: This field fills the "description" of the document object

      length=250

    • roles

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

      public LISMODocumentCategoryDTO[] documentCategories
      the documentCategories for the binary to be displayed in the application
    • 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

    • LISBinaryDTO

      public LISBinaryDTO()