Public Member Functions

cern.laser.client.data.ResponsiblePerson Interface Reference

Inheritance diagram for cern.laser.client.data.ResponsiblePerson:
cern.laser.client.impl.data.ResponsiblePersonImpl

List of all members.

Public Member Functions

Integer getResponsibleId ()
String getFirstName ()
String getFamilyName ()
String getEMail ()
String getGsmNumber ()
String getPhoneNumber ()
Object clone () throws CloneNotSupportedException

Detailed Description

The alarm responisble person class.


Member Function Documentation

Object cern.laser.client.data.ResponsiblePerson.clone (  )  throws CloneNotSupportedException

Cloning method. The cloned object is a deep copy.

Returns:
a deep copy of the object
Exceptions:
CloneNotSupportedException if clone failed

Referenced by cern.laser.client.impl.data.SourceImpl.clone(), and cern.laser.client.impl.data.AlarmImpl.clone().

String cern.laser.client.data.ResponsiblePerson.getEMail (  ) 

Accessor method.

Returns:
the e-mail address
String cern.laser.client.data.ResponsiblePerson.getFamilyName (  ) 

Accessor method.

Returns:
the responsible family name
String cern.laser.client.data.ResponsiblePerson.getFirstName (  ) 

Accessor method.

Returns:
the responsible first name
String cern.laser.client.data.ResponsiblePerson.getGsmNumber (  ) 

Accessor method.

Returns:
the GSM number
String cern.laser.client.data.ResponsiblePerson.getPhoneNumber (  ) 

Accessor method.

Returns:
the telephone number
Integer cern.laser.client.data.ResponsiblePerson.getResponsibleId (  ) 

Accessor method.

Returns:
the responsible unique identifier

Referenced by cern.laser.client.impl.data.ResponsiblePersonImpl.equals().


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