Class BoardIssueReport
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.BoardIssueReport
public class BoardIssueReport extends Object
A report of an issue with a board.
- Author:
- Donal Fellows
-
Constructor Summary
Constructors Constructor Description BoardIssueReport()
Create a record.BoardIssueReport(Row row)
Create a record from a row. -
Method Summary
Modifier and Type Method Description int
getBoardId()
int
getId()
String
getIssue()
String
getReporter()
Instant
getTimestamp()
-
Constructor Details
-
BoardIssueReport
public BoardIssueReport()Create a record. -
BoardIssueReport
Create a record from a row.- Parameters:
row
- The database row.- See Also:
SQLQueries.GET_BOARD_REPORTS
-
-
Method Details
-
getId
public int getId()- Returns:
- The report ID.
-
getBoardId
public int getBoardId()- Returns:
- The board ID.
-
getIssue
- Returns:
- What did they report?
-
getReporter
- Returns:
- Who reported it?
-
getTimestamp
- Returns:
- When was it reported?
-