Class ICDeclarationItemDTO
java.lang.Object
de.aeb.xnsg.customs.dto.declaration.ICDeclarationItemDTO
DTO to hold data of a declaration item.
-
Field Summary
FieldsModifier and TypeFieldDescriptionList of amount of moneys.List of classifications.Contains client specific fields (key/value pairs).String[]IDs of contained items from the sending client system.List of customs procedure codes.Data group for customs special procedures.Extension data for the declaration item.Goods description in requested languages.Gross mass of the item.Net mass of the item.List of involved parties.List of quantites.Sequence number of the item.Current status of the business object. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
sequenceNumber
Sequence number of the item.length=5
-
status
Current status of the business object. -
grossMass
Gross mass of the item. -
netMass
Net mass of the item. -
extension
Extension data for the declaration item. -
clientSystemIds
IDs of contained items from the sending client system. -
goodsDescription
Goods description in requested languages. -
classifications
List of classifications. -
quantities
List of quantites. -
amountsOfMoney
List of amount of moneys. -
parties
List of involved parties. -
customsProcedures
List of customs procedure codes. -
customsSpecialProcedures
Data group for customs special procedures. -
clientSpecificFields
Contains client specific fields (key/value pairs).
-
-
Constructor Details
-
ICDeclarationItemDTO
public ICDeclarationItemDTO()
-