Package de.aeb.xnsg.ic.bf.dto.doctrans
Class ICDocumentExtractionDTO
java.lang.Object
de.aeb.xnsg.ic.bf.dto.doctrans.ICDocumentExtractionDTO
A document extraction with its current processing state and associated documents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCommercial reference provided at creation time.Consignment ID if the document extraction is linked to a consignment.Creation date of the document extraction.List of documents belonging to the document extraction (without content).Foreign ID provided at creation time.Document extraction ID.Profile code associated with the document extraction.Current processing status of the document extraction. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
Document extraction ID.length=20
-
foreignId
Foreign ID provided at creation time.length=255
-
createdAt
Creation date of the document extraction. -
consignmentId
Consignment ID if the document extraction is linked to a consignment.length=20
-
commercialReference
Commercial reference provided at creation time.length=70
-
status
Current processing status of the document extraction. -
profileCode
Profile code associated with the document extraction.length=50
-
documents
List of documents belonging to the document extraction (without content).
-
-
Constructor Details
-
ICDocumentExtractionDTO
public ICDocumentExtractionDTO()
-