public class SingleResult extends Object
| Constructor and Description |
|---|
SingleResult(String Category,
String Column,
double Score,
String TableName,
String FamilyID) |
| Modifier and Type | Method and Description |
|---|---|
String |
getCategory() |
String |
getColumn() |
String |
getFamilyID() |
double |
getScore() |
String |
getStringScore() |
String |
getTablename() |
void |
setCategory(String category) |
void |
setColumn(String column) |
void |
setFamilyID(String familyID) |
void |
setScore(double score) |
void |
setTablename(String tablename) |
String |
toString() |
public void setCategory(String category)
public String getCategory()
public void setColumn(String column)
public String getColumn()
public void setScore(double score)
public double getScore()
public String getStringScore()
public void setTablename(String tablename)
public String getTablename()
public void setFamilyID(String familyID)
public String getFamilyID()
Copyright © 2015. All Rights Reserved.