|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.morpho.morphosmart.sdk.ResultMatching
public class ResultMatching
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 |
---|
public ResultMatching()
Method Detail |
---|
public int getMatchingScore()
public void setMatchingScore(int matchingScore)
matchingScore
- Matching Scorepublic int getMatchingPKNumber()
public void setMatchingPKNumber(int matchingPKNumber)
matchingPKNumber
- Matching PK number
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |