Package net.sf.basedb.core
Class ReporterScore
java.lang.Object
net.sf.basedb.core.ReporterScore
Get information about the reporters and their score in a reporter list.
- Version:
- 2.0
- Author:
- Nicklas
- See Also:
- Last modified
- $Date: 2015-11-12 09:43:25 +0100 (to, 12 nov 2015) $
-
Field Summary
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) ReporterListScoreData
getData()
static ReporterScoreQuery
getQuery
(ReporterList reporterList) Get a query object configured to retrieve reporters.Get the reporter.getScore()
Get the score for this reporter or null if no score has been set.
-
Field Details
-
data
-
-
Constructor Details
-
ReporterScore
ReporterScore(ReporterListScoreData data)
-
-
Method Details
-
getQuery
Get a query object configured to retrieve reporters.- Returns:
- A
DataQuery
object
-
getData
ReporterListScoreData getData() -
getReporter
Get the reporter.- Returns:
- A
ReporterData
object
-
getScore
Get the score for this reporter or null if no score has been set. To set the score useReporterList.addReporter(ReporterData, Float)
- Returns:
- The score or null
-