Package de.aeb.xnsg.vcp.bf.lis
Class LISArchiveDocumentDTO
java.lang.Object
de.aeb.xnsg.vcp.bf.lis.LISArchiveDocumentDTO
- All Implemented Interfaces:
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 Summary
FieldsModifier and TypeFieldDescriptionAdditional fields of the documentthe byte size of the archived documentthe name of the document e.g. a file name with extensionthe unique storage id of the document in the archive systemString[]the languages for the binary to be displayed in the applicationthe mimetype of the archived document e.g. application/pdf or image/jpegthe roles for the binary to be displayed in the application -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
documentName
the name of the document e.g. a file name with extensionlength=500
-
mimetype
the mimetype of the archived document e.g. application/pdf or image/jpeg -
byteSize
the byte size of the archived document -
documentStorageID
the unique storage id of the document in the archive systemlength=50
-
roles
the roles for the binary to be displayed in the application -
documentCategories
-
languageIsoCodes
the languages for the binary to be displayed in the application -
additionalFields
Additional fields of the document
-
-
Constructor Details
-
LISArchiveDocumentDTO
public LISArchiveDocumentDTO()
-