Definition at line 31 of file Contact.java.
Public Member Functions | |
Contact (String id) | |
Array | getAllReports () |
void | addReport (Report report) |
void | removeReport (String reportid) |
Report | getReportById (String reportid) |
String | getFirstname () |
void | setFirstname (String firstname) |
int | getFunction () |
void | setFunction (int function) |
String | getLastname () |
void | setLastname (String lastname) |
String | getId () |
boolean | equals (Object obj) |
int | hashCode () |
Static Public Attributes | |
static final String | CONTACT_FUNCTION_LABEL_CATEGORY = "2" |
Static Package Attributes | |
static final long | serialVersionUID = 5521257935120563452L |