Class BatchMatchResultDTO

java.lang.Object
de.aeb.xnsg.rex.bf.BatchMatchResultDTO
All Implemented Interfaces:
Serializable

public class BatchMatchResultDTO extends Object implements Serializable
Data transfer object for match results of a batch match of one address.
See Also:
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    boolean
    The result of the screening.
    Copied from the corresponding field in in the request, allowing to correlate the results to the request.

    Example value: "Customer no.: 4711, Client: 800, User: BEN003, Pc: PC-PHILIPP"
    Maximum length: 3,000
    Copied from the corresponding field in the request, allowing to correlate the results to the request.

    Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP"
    Maximum length: 255
    boolean
    true, if a Good Guy was defined for this address.
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • matchFound

      public boolean matchFound
      The result of the screening. true if one or more matching restricted party addresses were found, false if not.
    • wasGoodGuy

      public boolean wasGoodGuy
      true, if a Good Guy was defined for this address. Otherwise false is returned.
    • referenceId

      public String referenceId
      Copied from the corresponding field in the request, allowing to correlate the results to the request.

      Example value: "CUSNO=4711;CLIENT=800;USER=BEN003;PC=PC-PHILIPP"
      Maximum length: 255
      See Also:
    • referenceComment

      public String referenceComment
      Copied from the corresponding field in in the request, allowing to correlate the results to the request.

      Example value: "Customer no.: 4711, Client: 800, User: BEN003, Pc: PC-PHILIPP"
      Maximum length: 3,000
      See Also:
  • Constructor Details

    • BatchMatchResultDTO

      public BatchMatchResultDTO()