Inherits java::io::Serializable.
Public Member Functions | |
| ResponsiblePerson () | |
| ResponsiblePerson (Integer responsibleId, String familyName, String firstName, String email, String gsm, String phone) | |
| String | getEMail () |
| String | getFamilyName () |
| String | getFirstName () |
| String | getGsmNumber () |
| String | getPhoneNumber () |
| Integer | getResponsibleId () |
| void | setEMail (String mail) |
| void | setFamilyName (String familyName) |
| void | setFirstName (String firstName) |
| void | setGsmNumber (String gsmNumber) |
| void | setPhoneNumber (String phoneNumber) |
| void | setResponsibleId (Integer responsibleId) |
| Object | clone () |
| String | toString () |
.class table="PUBLIC_PERS_INFO" mutable="false"
| cern.laser.business.data.ResponsiblePerson.ResponsiblePerson | ( | ) |
Empty constructor for Hibernate.
| cern.laser.business.data.ResponsiblePerson.ResponsiblePerson | ( | Integer | responsibleId, | |
| String | familyName, | |||
| String | firstName, | |||
| String | email, | |||
| String | gsm, | |||
| String | phone | |||
| ) |
| responsible_id | ||
| string | ||
| string2 | ||
| string3 | ||
| string4 | ||
| string5 |
References cern.laser.business.data.ResponsiblePerson.setEMail(), cern.laser.business.data.ResponsiblePerson.setFamilyName(), cern.laser.business.data.ResponsiblePerson.setFirstName(), cern.laser.business.data.ResponsiblePerson.setGsmNumber(), cern.laser.business.data.ResponsiblePerson.setPhoneNumber(), and cern.laser.business.data.ResponsiblePerson.setResponsibleId().
| Object cern.laser.business.data.ResponsiblePerson.clone | ( | ) |
Referenced by cern.laser.business.data.Source.clone(), and cern.laser.business.data.AlarmImpl.clone().
| String cern.laser.business.data.ResponsiblePerson.getEMail | ( | ) |
Referenced by cern.laser.business.data.ResponsiblePerson.toString().
| String cern.laser.business.data.ResponsiblePerson.getFamilyName | ( | ) |
Referenced by cern.laser.business.data.ResponsiblePerson.toString().
| String cern.laser.business.data.ResponsiblePerson.getFirstName | ( | ) |
Referenced by cern.laser.business.data.ResponsiblePerson.toString().
| String cern.laser.business.data.ResponsiblePerson.getGsmNumber | ( | ) |
Referenced by cern.laser.business.data.ResponsiblePerson.toString().
| String cern.laser.business.data.ResponsiblePerson.getPhoneNumber | ( | ) |
Referenced by cern.laser.business.data.ResponsiblePerson.toString().
| Integer cern.laser.business.data.ResponsiblePerson.getResponsibleId | ( | ) |
.id generator-class="assigned" column="IDENT"
Referenced by com.cosylab.acs.laser.dao.ACSAlarmDAOImpl.encodeToXML(), cern.laser.business.data.ResponsiblePerson.toString(), and cern.laser.business.pojo.AlarmDefinitionServiceImpl.updateAlarm().
| void cern.laser.business.data.ResponsiblePerson.setEMail | ( | String | ) |
| The eMail to set. |
Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().
| void cern.laser.business.data.ResponsiblePerson.setFamilyName | ( | String | familyName | ) |
| familyName | The familyName to set. |
Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().
| void cern.laser.business.data.ResponsiblePerson.setFirstName | ( | String | firstName | ) |
| firstName | The firstName to set. |
Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().
| void cern.laser.business.data.ResponsiblePerson.setGsmNumber | ( | String | gsmNumber | ) |
| gsmNumber | The gsmNumber to set. |
Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().
| void cern.laser.business.data.ResponsiblePerson.setPhoneNumber | ( | String | phoneNumber | ) |
| phoneNumber | The phoneNumber to set. |
Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().
| void cern.laser.business.data.ResponsiblePerson.setResponsibleId | ( | Integer | responsibleId | ) |
| responsibleId | The responsibleId to set. |
Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().
| String cern.laser.business.data.ResponsiblePerson.toString | ( | ) |
References cern.laser.business.data.ResponsiblePerson.getEMail(), cern.laser.business.data.ResponsiblePerson.getFamilyName(), cern.laser.business.data.ResponsiblePerson.getFirstName(), cern.laser.business.data.ResponsiblePerson.getGsmNumber(), cern.laser.business.data.ResponsiblePerson.getPhoneNumber(), and cern.laser.business.data.ResponsiblePerson.getResponsibleId().
1.7.0