public class Candidate extends Object implements Serializable
| Constructor and Description |
|---|
Candidate(String table,
String pkey2,
List<Match> list,
double totalscore) |
| Modifier and Type | Method and Description |
|---|---|
Match[] |
getAttributeMatches() |
String |
getPkey() |
double |
getScore() |
String |
getTable() |
void |
setAttributeMatches(Match[] attributeMatches) |
void |
setPkey(String pkey) |
void |
setScore(double score) |
void |
setTable(String table) |
public void setAttributeMatches(Match[] attributeMatches)
public Match[] getAttributeMatches()
public void setScore(double score)
public double getScore()
public void setPkey(String pkey)
public String getPkey()
public void setTable(String table)
public String getTable()
Copyright © 2021. All rights reserved.