Package de.aeb.xnsg.rex.af
Class MatchHandlingEntryAFParmsDTO
java.lang.Object
de.aeb.xnsg.rex.af.MatchHandlingEntryAFParmsDTO
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionClient to identify the match to be displayed.
Example value: "APICLIENT"Reference comment to identify the match to be displayed.Partner system to identify the match to be displayed.Internal reference to identify the match to be displayed. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
referenceId
Internal reference to identify the match to be displayed. If this field is left empty, clientReferenceComment needs to be filled.
Example value: "customer.4711.aeb.123" -
clientReferenceComment
Reference comment to identify the match to be displayed. If this field is left empty, referenceId needs to be filled.
Example value: "Type: Customer, Id: 4711, Company name: AEB, Order number: 123" -
clientSystemId
Partner system to identify the match to be displayed. This field is not required, but should be transmitted if matches created by a partner system are supposed to be found.
Example value: "API-TEST" -
clientIdentCode
Client to identify the match to be displayed.
Example value: "APICLIENT"
-
-
Constructor Details
-
MatchHandlingEntryAFParmsDTO
public MatchHandlingEntryAFParmsDTO()
-