Class MatchingDTO

java.lang.Object
org.emau.icmvc.ttp.epix.common.model.config.MatchingDTO
All Implemented Interfaces:
Serializable

public class MatchingDTO extends Object implements Serializable
See Also:
  • Constructor Details

    • MatchingDTO

      public MatchingDTO()
    • MatchingDTO

      public MatchingDTO(double thresholdPossibleMatch, double thresholdAutomaticMatch, boolean useCEMFIM, int parallelMatchingAfter, List<FieldDTO> fields)
    • MatchingDTO

      public MatchingDTO(MatchingDTO dto)
  • Method Details

    • getThresholdPossibleMatch

      public double getThresholdPossibleMatch()
    • setThresholdPossibleMatch

      public void setThresholdPossibleMatch(double thresholdPossibleMatch)
    • getThresholdAutomaticMatch

      public double getThresholdAutomaticMatch()
    • setThresholdAutomaticMatch

      public void setThresholdAutomaticMatch(double thresholdAutomaticMatch)
    • isUseCEMFIM

      public boolean isUseCEMFIM()
    • setUseCEMFIM

      public void setUseCEMFIM(boolean useCEMFIM)
    • getParallelMatchingAfter

      public int getParallelMatchingAfter()
    • setParallelMatchingAfter

      public void setParallelMatchingAfter(int parallelMatchingAfter)
    • getFields

      public List<FieldDTO> getFields()
    • setFields

      public void setFields(List<FieldDTO> fields)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • equals

      public boolean equals(Object obj)
      Overrides:
      equals in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object