Class ICLicenseDTO
java.lang.Object
de.aeb.xnsg.customs.dto.consignment.ICLicenseDTO
DTO to hold data of an license for a transaction.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe country of the customs process for which the applies, e.g.The decrement quantity booked from the license.The decrement value booked from the license.Encodes country specific data.@Valid ICPartyDTOHolder of the license.End of the validity of the license.The license item number.The license number or the ID of a license exception (US) or a common license (EU).A code for the customs system for the license type.
E.g., for EU and GB, this is the concatenation of code/qualifier of a produced document for the license type.Start of the validity of the license. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
customsProcessCountryCode
The country of the customs process for which the applies, e.g. "US", "GB" or "DE". The special value "EU" is used for licenses which may be used for declarations in all EU countries.length=2
-
licenseTypeCode
A code for the customs system for the license type.
E.g., for EU and GB, this is the concatenation of code/qualifier of a produced document for the license type.length=81
-
licenseNumber
The license number or the ID of a license exception (US) or a common license (EU).length=100
-
licenseItemNumber
The license item number.length=100
-
licenseValidFromDate
Start of the validity of the license. -
licenseExpirationDate
End of the validity of the license. -
holder
Holder of the license. -
decrementValue
The decrement value booked from the license. -
decrementQuantity
The decrement quantity booked from the license. -
extension
Encodes country specific data.
-
-
Constructor Details
-
ICLicenseDTO
public ICLicenseDTO()
-