public class SearchResult extends HasEntryData
Modifier and Type | Field and Description |
---|---|
static long |
serialVersionUID |
Constructor and Description |
---|
SearchResult() |
Modifier and Type | Method and Description |
---|---|
String |
getAlignment() |
String |
geteValue() |
LinkedList<String> |
getMatchDetails() |
float |
getMaxScore() |
int |
getNident() |
RegistryPartner |
getPartner() |
int |
getQueryLength() |
float |
getScore() |
void |
setAlignment(String alignment) |
void |
seteValue(String eValue) |
void |
setMaxScore(float maxScore) |
void |
setNident(int nident) |
void |
setPartner(RegistryPartner partner) |
void |
setQueryLength(int queryLength) |
void |
setScore(float score) |
getEntryInfo, setEntryInfo
public static final long serialVersionUID
public float getScore()
public void setScore(float score)
public float getMaxScore()
public void setMaxScore(float maxScore)
public String geteValue()
public void seteValue(String eValue)
public LinkedList<String> getMatchDetails()
public String getAlignment()
public void setAlignment(String alignment)
public int getQueryLength()
public void setQueryLength(int queryLength)
public RegistryPartner getPartner()
public void setPartner(RegistryPartner partner)
public int getNident()
public void setNident(int nident)
Copyright © 2017. All rights reserved.