com.morpho.morphosmart.sdk
Class ResultMatching

java.lang.Object
  extended by com.morpho.morphosmart.sdk.ResultMatching

public class ResultMatching
extends java.lang.Object

This class store a matching score and number of PKs as a result of matching operation.


Constructor Summary
ResultMatching()
           
 
Method Summary
 int getMatchingPKNumber()
           
 int getMatchingScore()
           
 void setMatchingPKNumber(int matchingPKNumber)
           
 void setMatchingScore(int matchingScore)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ResultMatching

public ResultMatching()
Method Detail

getMatchingScore

public int getMatchingScore()
Returns:
Matching Score

setMatchingScore

public void setMatchingScore(int matchingScore)
Parameters:
matchingScore - Matching Score

getMatchingPKNumber

public int getMatchingPKNumber()
Returns:
Matching PK number

setMatchingPKNumber

public void setMatchingPKNumber(int matchingPKNumber)
Parameters:
matchingPKNumber - Matching PK number