Class ICDeclarationAttachmentParmsDTO

java.lang.Object
de.aeb.xnsg.customs.requests.declaration.ICDeclarationAttachmentParmsDTO
All Implemented Interfaces:
CustomsProcessTypeDTOProvider

public class ICDeclarationAttachmentParmsDTO extends Object implements CustomsProcessTypeDTOProvider
Identifies a declaration attachment to be opened.
  • Field Details

    • customsProcess

      public ICCustomsProcessTypeDTO customsProcess
      Specific customs process of the declaration to which the declaration attachment belongs.
    • businessObjectId

      public String businessObjectId
      The unique business object id of the desired declaration.

      length=50

    • attachmentCode

      public String attachmentCode
      Code of the attachment.

      length=250

      See Also:
    • setPrinted

      public Boolean setPrinted
      When opening the attachment it is set automatically to printed.
  • Constructor Details

    • ICDeclarationAttachmentParmsDTO

      public ICDeclarationAttachmentParmsDTO()
  • Method Details