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 Summary
FieldsModifier and TypeFieldDescriptionThe business object UID of the consignment.
This field is mandatory.The specific customs process.
This field is mandatory.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
customsProcess
The specific customs process.
This field is mandatory. -
consignmentUid
The business object UID of the consignment.
This field is mandatory.
-
-
Constructor Details
-
ICGetDeclarationsStubsRequestDTO
public ICGetDeclarationsStubsRequestDTO()
-
-
Method Details
-
getCustomsProcessType
- Specified by:
getCustomsProcessTypein interfaceCustomsProcessTypeDTOProvider
-