Package de.aeb.xnsg.expctrl.af
Class TransactionCheckResultParmsDTO
java.lang.Object
de.aeb.xnsg.expctrl.af.TransactionCheckResultParmsDTO
Parameters for the check result application.
-
Field Summary
FieldsModifier and TypeFieldDescriptionThe id of a specific item of the transaction.Ident code of a Compliance profile.The unique id for the transaction. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
transactionReferenceId
The unique id for the transaction. -
itemReferenceId
The id of a specific item of the transaction. Optional. If this field is empty, the whole transaction will be shown, if this field is filled, only the specified item will be shown. -
profileIdentCode
Ident code of a Compliance profile. Optional. If presented, the value must be a valid ident code of a profile customized in Trade Compliance Management and must belong to the current client. If this field is filled, only items with a relation to this profile will be shown.
-
-
Constructor Details
-
TransactionCheckResultParmsDTO
public TransactionCheckResultParmsDTO()
-