Klasse FuzzySearchParams

java.lang.Object
org.emau.icmvc.ttp.epix.pdqquery.model.FuzzySearchParams
Alle implementierten Schnittstellen:
Serializable

public class FuzzySearchParams extends Object implements Serializable
Siehe auch:
  • Konstruktordetails

    • FuzzySearchParams

      public FuzzySearchParams()
    • FuzzySearchParams

      public FuzzySearchParams(MatchTypeForSearch matchType, double thresholdPossibleMatch, double thresholdAutomaticMatch)
  • Methodendetails

    • getMatchType

      public MatchTypeForSearch getMatchType()
    • setMatchType

      public void setMatchType(MatchTypeForSearch matchType)
    • getThresholdPossibleMatch

      public double getThresholdPossibleMatch()
    • setThresholdPossibleMatch

      public void setThresholdPossibleMatch(double thresholdPossibleMatch)
    • getThresholdAutomaticMatch

      public double getThresholdAutomaticMatch()
    • setThresholdAutomaticMatch

      public void setThresholdAutomaticMatch(double thresholdAutomaticMatch)
    • hashCode

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • equals

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • toString

      public String toString()
      Setzt außer Kraft:
      toString in Klasse Object