Class ICGetDeclarationsStubsRequestDTO

java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.declaration.ICGetDeclarationsStubsRequestDTO
All Implemented Interfaces:
CustomsProcessTypeDTOProvider

public class ICGetDeclarationsStubsRequestDTO extends AbstractRequestDTO implements CustomsProcessTypeDTOProvider
Request parameter for de.aeb.xnsg.customs.declarationservice.bf.IDeclarationServiceCoreBF#getDeclarationStubs(ICGetDeclarationsStubRequestDTO).
  • Field Details

    • customsProcess

      public ICCustomsProcessTypeDTO customsProcess
      The specific customs process.
      This field is mandatory.
    • consignmentUid

      public String consignmentUid
      The business object UID of the consignment.
      This field is mandatory.
  • Constructor Details

    • ICGetDeclarationsStubsRequestDTO

      public ICGetDeclarationsStubsRequestDTO()
  • Method Details