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 Details

    • matchFound

      public boolean matchFound
      The result of the match. True if found, false if not found.
    • wasGoodGuy

      public boolean wasGoodGuy
      True if no match found because the address is defined as GoodGuy else false.
    • referenceId

      public String referenceId
      In this field the same value is returned as passed with the corresponding AddressPatternDTO (length=255)
      See Also:
    • referenceComment

      public String referenceComment
      In this field the same value is returned as passed with the corresponding AddressPatternDTO. (length=3000)
      See Also:
  • Constructor Details

    • BatchMatchResultDTO

      public BatchMatchResultDTO()