Public Member Functions

cern.laser.client.data.Source Interface Reference

Inheritance diagram for cern.laser.client.data.Source:
cern.laser.client.impl.data.SourceImpl

List of all members.

Public Member Functions

String getSourceId ()
String getName ()
String getDescription ()
ResponsiblePerson getResponsiblePerson ()
Object clone () throws CloneNotSupportedException

Detailed Description

The alarm source class.


Member Function Documentation

Object cern.laser.client.data.Source.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.AlarmImpl.clone().

String cern.laser.client.data.Source.getDescription (  ) 

Accessor method.

Returns:
the source description
String cern.laser.client.data.Source.getName (  ) 

Accessor method.

Returns:
the source name
ResponsiblePerson cern.laser.client.data.Source.getResponsiblePerson (  ) 

Accessor method.

Returns:
the source responsible
String cern.laser.client.data.Source.getSourceId (  ) 

Accessor method.

Returns:
the source unique identifier

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


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