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 Summary
FieldsModifier and TypeFieldDescriptionCode of the attachment.The unique business object id of the desired declaration.Specific customs process of the declaration to which the declaration attachment belongs.When opening the attachment it is set automatically to printed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
customsProcess
Specific customs process of the declaration to which the declaration attachment belongs. -
businessObjectId
The unique business object id of the desired declaration.length=50
-
attachmentCode
Code of the attachment.length=250
- See Also:
-
setPrinted
When opening the attachment it is set automatically to printed.
-
-
Constructor Details
-
ICDeclarationAttachmentParmsDTO
public ICDeclarationAttachmentParmsDTO()
-
-
Method Details
-
getCustomsProcessType
- Specified by:
getCustomsProcessTypein interfaceCustomsProcessTypeDTOProvider
-