Public Member Functions

cern.laser.business.data.AlarmChange Class Reference

Inherits java::io::Serializable.

List of all members.

Public Member Functions

 AlarmChange (Alarm current, Alarm previous)
String getAlarmId ()
Alarm getCurrent ()
void setCurrent (AlarmImpl newCurrent)
Alarm getPrevious ()
void setPrevious (AlarmImpl newPrevious)
int hashCode ()
boolean equals (Object obj)
String toString ()

Constructor & Destructor Documentation

cern.laser.business.data.AlarmChange.AlarmChange ( Alarm  current,
Alarm  previous 
)

Member Function Documentation

boolean cern.laser.business.data.AlarmChange.equals ( Object  obj  ) 
String cern.laser.business.data.AlarmChange.getAlarmId (  ) 
Alarm cern.laser.business.data.AlarmChange.getCurrent (  ) 
Alarm cern.laser.business.data.AlarmChange.getPrevious (  ) 
int cern.laser.business.data.AlarmChange.hashCode (  ) 
void cern.laser.business.data.AlarmChange.setCurrent ( AlarmImpl  newCurrent  ) 
void cern.laser.business.data.AlarmChange.setPrevious ( AlarmImpl  newPrevious  ) 
String cern.laser.business.data.AlarmChange.toString (  ) 

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