public interface SearchResult
Modifier and Type | Method and Description |
---|---|
List<DetailedScore> |
getDetailedScores()
Returns detailed scores.
|
com.onwbp.adaptation.PrimaryKey |
getPrimaryKey()
Returns the primary key of the record.
|
BigDecimal |
getScore()
Returns the final score.
|
com.onwbp.adaptation.PrimaryKey getPrimaryKey()
BigDecimal getScore()
List<DetailedScore> getDetailedScores()