Public Member Functions | |
ResponsiblePersonDefinition () | |
ResponsiblePersonDefinition (Integer responsibleId, String firstName, String familyName, String eMail, String gsmNumber, String phoneNumber, URL whoURL) | |
Integer | getResponsibleId () |
void | setResponsibleId (Integer newResponsibleId) |
String | getFirstName () |
void | setFirstName (String newFirstName) |
String | getFamilyName () |
void | setFamilyName (String newFamilyName) |
String | getEMail () |
void | setEMail (String newEMail) |
String | getGsmNumber () |
void | setGsmNumber (String newGsmNumber) |
String | getPhoneNumber () |
void | setPhoneNumber (String newPhoneNumber) |
URL | getWhoURL () |
void | setWhoURL (URL newWhoURL) |
void | validate () throws LaserDefinitionNotValidException |
String | toString () |
Private Attributes | |
Integer | responsibleId |
String | firstName |
String | familyName |
String | |
String | gsmNumber |
String | phoneNumber |
URL | whoURL |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Implements cern::laser::business::definition::data::LaserDefinition.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|