Public Member Functions

cern.laser.business.data.ResponsiblePerson Class Reference

Inherits java::io::Serializable.

List of all members.

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 ()

Detailed Description

Version:
Revision:
1.3
Date:
2008/02/04 14:42:14
Author:
Niall Stapley
Katarina Sigerud

.class table="PUBLIC_PERS_INFO" mutable="false"


Constructor & Destructor Documentation

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 
)

Member Function Documentation

Object cern.laser.business.data.ResponsiblePerson.clone (  ) 
String cern.laser.business.data.ResponsiblePerson.getEMail (  ) 
Returns:
Returns the eMail. .property name="getEMail" column="EMAIL" not-null="false" unique="false"

Referenced by cern.laser.business.data.ResponsiblePerson.toString().

String cern.laser.business.data.ResponsiblePerson.getFamilyName (  ) 
Returns:
Returns the familyName. .property name="getFamilyName" column="NAME" not-null="false" unique="false"

Referenced by cern.laser.business.data.ResponsiblePerson.toString().

String cern.laser.business.data.ResponsiblePerson.getFirstName (  ) 
Returns:
Returns the firstName. .property name="getFirstName" column="FIRST_NAME" not-null="false" unique="false"

Referenced by cern.laser.business.data.ResponsiblePerson.toString().

String cern.laser.business.data.ResponsiblePerson.getGsmNumber (  ) 
Returns:
Returns the gsmNumber. .property name="getGsmNumber" column="PORTABLE_PHONE" not-null="false" unique="false"

Referenced by cern.laser.business.data.ResponsiblePerson.toString().

String cern.laser.business.data.ResponsiblePerson.getPhoneNumber (  ) 
Returns:
Returns the phoneNumber. .property name="getPhoneNumber" column="TEL_1" not-null="false" unique="false"

Referenced by cern.laser.business.data.ResponsiblePerson.toString().

Integer cern.laser.business.data.ResponsiblePerson.getResponsibleId (  ) 
void cern.laser.business.data.ResponsiblePerson.setEMail ( String  mail  ) 
Parameters:
mail The eMail to set.

Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().

void cern.laser.business.data.ResponsiblePerson.setFamilyName ( String  familyName  ) 
Parameters:
familyName The familyName to set.

Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().

void cern.laser.business.data.ResponsiblePerson.setFirstName ( String  firstName  ) 
Parameters:
firstName The firstName to set.

Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().

void cern.laser.business.data.ResponsiblePerson.setGsmNumber ( String  gsmNumber  ) 
Parameters:
gsmNumber The gsmNumber to set.

Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().

void cern.laser.business.data.ResponsiblePerson.setPhoneNumber ( String  phoneNumber  ) 
Parameters:
phoneNumber The phoneNumber to set.

Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().

void cern.laser.business.data.ResponsiblePerson.setResponsibleId ( Integer  responsibleId  ) 
Parameters:
responsibleId The responsibleId to set.

Referenced by cern.laser.business.data.ResponsiblePerson.ResponsiblePerson().

String cern.laser.business.data.ResponsiblePerson.toString (  ) 

The documentation for this class was generated from the following file:
 All Classes Namespaces Files Functions Variables Enumerations Properties