Class ICProducedDocumentBrokerDTO
java.lang.Object
de.aeb.xnsg.customs.dto.ext.broker.ICProducedDocumentBrokerDTO
DTO to hold data for produced documents.
-
Field Summary
FieldsModifier and TypeFieldDescriptionAmount which relates to the given document type.Additional free text field.Provides detailed information on the documentDocument line item number.Date of expiry.Date of information/issue.Issuing authority name.Quantity to be declared for the produced document, e.g. decrement quantity for licenses/quotas (SAD box 44).Free text field for a document reference.Code specifying the status of a document.Code specifying the name of a document. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
typeCode
Code specifying the name of a document. Qualifier has to be separated with a "/".length=9
-
reference
Free text field for a document reference.length=35
-
informationDate
Date of information/issue. -
expiryDate
Date of expiry. -
quantity
Quantity to be declared for the produced document, e.g. decrement quantity for licenses/quotas (SAD box 44). -
amount
Amount which relates to the given document type. -
complementaryInfo
Additional free text field.length=35
-
statusCode
Code specifying the status of a document.length=2
-
detail
Provides detailed information on the documentlength=12
-
issuingAuthorityName
Issuing authority name.length=70
-
documentLineItemNumber
Document line item number.length=5
-
-
Constructor Details
-
ICProducedDocumentBrokerDTO
public ICProducedDocumentBrokerDTO()
-