Class ICDocumentExtractionDTO

java.lang.Object
de.aeb.xnsg.ic.bf.dto.doctrans.ICDocumentExtractionDTO

public class ICDocumentExtractionDTO extends Object
A document extraction with its current processing state and associated documents.
  • Field Details

    • id

      public String id
      Document extraction ID.

      length=20

    • foreignId

      public String foreignId
      Foreign ID provided at creation time.

      length=255

    • createdAt

      public LocalDate createdAt
      Creation date of the document extraction.
    • consignmentId

      public String consignmentId
      Consignment ID if the document extraction is linked to a consignment.

      length=20

    • commercialReference

      public String commercialReference
      Commercial reference provided at creation time.

      length=70

    • status

      Current processing status of the document extraction.
    • profileCode

      public String 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()