Class BoardIssueReport
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.BoardIssueReport
A report of an issue with a board.
- Author:
- Donal Fellows
- 
Constructor SummaryConstructors
- 
Method Summary
- 
Constructor Details- 
BoardIssueReportpublic BoardIssueReport()Create a record.
- 
BoardIssueReportCreate a record from a row.- Parameters:
- row- The database row.
- See Also:
 
 
- 
- 
Method Details- 
getIdpublic int getId()- Returns:
- The report ID.
 
- 
getBoardIdpublic int getBoardId()- Returns:
- The board ID.
 
- 
getIssue- Returns:
- What did they report?
 
- 
getReporter- Returns:
- Who reported it?
 
- 
getTimestamp- Returns:
- When was it reported?
 
 
-