Definition at line 30 of file Report.java.
Public Member Functions | |
Report (String id) | |
int | getAction () |
void | setAction (int action) |
String | getDescription () |
void | setDescription (String description) |
Date | getReportDate () |
void | setReportDate (Date reportDate) |
String | getId () |
boolean | equals (Object obj) |
int | hashCode () |
String | getTerminalUserId () |
void | setTerminalUserId (String terminalUserId) |
Static Public Attributes | |
static final String | REPORT_ACTION_LABEL_CATEGORY = "4" |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |