Class ICSetDeclarationAttachmentsStatusRequestDTO
java.lang.Object
de.aeb.xnsg.foundation.bf.AbstractRequestDTO
de.aeb.xnsg.customs.requests.declaration.ICSetDeclarationAttachmentsStatusRequestDTO
- All Implemented Interfaces:
CustomsProcessTypeDTOProvider
public class ICSetDeclarationAttachmentsStatusRequestDTO
extends AbstractRequestDTO
implements CustomsProcessTypeDTOProvider
The request DTO to set the status of an attachment.
-
Field Summary
FieldsModifier and TypeFieldDescriptionCode of the attachment.String[]One or more unique business object ids of the desired declarations.The consignment id of the ERP system of the client.Specific customs process of the declarations to which the declaration attachments belong.The new status of the attachment.Fields inherited from class de.aeb.xnsg.foundation.bf.AbstractRequestDTO
clientIdentCode, clientSystemId, resultLanguageIsoCodes, userName -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
customsProcess
Specific customs process of the declarations to which the declaration attachments belong. -
businessObjectIds
One or more unique business object ids of the desired declarations. Either the businessObjectIds or the consignmentIdClientSystem must be filled.length=20
-
consignmentIdClientSystem
The consignment id of the ERP system of the client. Either the businessObjectId or the consignmentIdClientSystem must be filled.length=255
-
attachmentCode
Code of the attachment.length=250
-
statusCode
The new status of the attachment. Supported values are: NEW, PRINTED.length=20
-
-
Constructor Details
-
ICSetDeclarationAttachmentsStatusRequestDTO
public ICSetDeclarationAttachmentsStatusRequestDTO()
-
-
Method Details
-
getCustomsProcessType
- Specified by:
getCustomsProcessTypein interfaceCustomsProcessTypeDTOProvider
-