Class BoardIssueReport
java.lang.Object
uk.ac.manchester.spinnaker.alloc.model.BoardIssueReport
A report of an issue with a board.
- Author:
- Donal Fellows
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BoardIssueReport
public BoardIssueReport()Create a record. -
BoardIssueReport
Create a record from a row.- Parameters:
row
- The database row.- See Also:
-
-
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?
-