Class MatchHandlingEntryAFParmsDTO

java.lang.Object
de.aeb.xnsg.rex.af.MatchHandlingEntryAFParmsDTO
All Implemented Interfaces:
Serializable

public class MatchHandlingEntryAFParmsDTO extends Object implements Serializable
See Also:
  • Field Details

    • referenceId

      public String 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

      public String 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

      public String 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

      public String clientIdentCode
      Client to identify the match to be displayed.

      Example value: "APICLIENT"
  • Constructor Details

    • MatchHandlingEntryAFParmsDTO

      public MatchHandlingEntryAFParmsDTO()