cern::laser::business::data::AlarmImpl Class Reference

Inheritance diagram for cern::laser::business::data::AlarmImpl:
Inheritance graph
[legend]
Collaboration diagram for cern::laser::business::data::AlarmImpl:
Collaboration graph
[legend]

List of all members.

Public Member Functions

 AlarmImpl (String alarmId, String systemName, String identifier, String problemDescription, Integer priority, String cause, String action, String consequence, String piquetGSM, String piquetEmail, String helpURLString, Boolean instant, Source source, Location location, ResponsiblePerson responsiblePerson, Set categories, Status status, Triplet triplet, boolean nodeParent, boolean multiplicityParent, boolean nodeChild, boolean multiplicityChild)
 AlarmImpl ()
 AlarmImpl (AlarmDefinition definition, Source source, ResponsiblePerson responsiblePerson)
String getAlarmId ()
String getAction ()
Collection getCategories ()
void setCategories (Collection newCategories)
String getCause ()
String getConsequence ()
String getIdentifier ()
Boolean getInstant ()
void setHelpURL (URL newHelpURL)
URL getHelpURL ()
Location getLocation ()
String[] getMultiplicityChildren ()
boolean hasMultiplicityChildren ()
boolean hasMultiplicityParents ()
String[] getMultiplicityParents ()
void addMultiplicityChild (Alarm multiplicityChild)
void removeMultiplicityChild (Alarm multiplicityChild)
String[] getNodeChildren ()
boolean hasNodeChildren ()
String[] getNodeParents ()
boolean hasNodeParents ()
void addNodeChild (Alarm nodeChild)
void removeNodeChild (Alarm nodeChild)
Integer getMultiplicityThreshold ()
void setMultiplicityThreshold (Integer multiplicityThreshold)
String getPiquetEmail ()
String getPiquetGSM ()
Integer getPriority ()
String getProblemDescription ()
ResponsiblePerson getResponsiblePerson ()
Source getSource ()
Status getStatus ()
void setStatus (Status status)
String getSystemName ()
Triplet getTriplet ()
AlarmDefinition getDefinition ()
void setDefinition (AlarmDefinition definition)
void setAction (String action)
void setAlarmId (String alarmId)
void setCause (String cause)
void setConsequence (String consequence)
void setIdentifier (String identifier)
void setInstant (Boolean instant)
void setLocation (Location location)
void setPiquetEmail (String piquetEmail)
void setPiquetGSM (String piquetGSM)
void setPriority (Integer priority)
void setProblemDescription (String problemDescription)
void setResponsiblePerson (ResponsiblePerson responsiblePerson)
void setSource (Source source)
void setSystemName (String systemName)
void setTriplet (Triplet triplet)
Object clone ()
String toString ()
int hashCode ()
boolean equals (Object obj)
String getHelpURLString ()
void setHelpURLString (String newHelpURL)
Set getMultiplicityChildrenIds ()
void setMultiplicityChildrenIds (Set newMultiplicityChildrenIds)
Set getMultiplicityParentIds ()
void setMultiplicityParentIds (Set newMultiplicityParentIds)
Set getNodeChildrenIds ()
void setNodeChildrenIds (Set newNnodeChildrenIds)
Set getNodeParentIds ()
void setNodeParentIds (Set newNodeParentIds)

Private Member Functions

String getFaultFamily ()
void setFaultFamily (String faultFamily)
String getFaultMember ()
void setFaultMember (String faultMember)
Integer getFaultCode ()
void setFaultCode (Integer faultCode)

Private Attributes

String alarmId
String systemName
String identifier
String problemDescription
Integer priority
String cause
String action
String consequence
String piquetGSM
String piquetEmail
String helpURLString
Boolean instant
Source source
Location location
ResponsiblePerson responsiblePerson
Set categories
Set nodeParentIds
Set nodeChildrenIds
Set multiplicityParentIds
Set multiplicityChildrenIds
Integer multiplicityThreshold
Status status = Status.INITIAL_STATUS
Triplet triplet = new Triplet()

Detailed Description

Version:
Revision
1.8
Date
2006/09/25 08:52:36
Author:
Niall Stapley
Katarina Sigerud

.class table="ALARM_DEFINITION"


Constructor & Destructor Documentation

cern::laser::business::data::AlarmImpl::AlarmImpl ( String  alarmId,
String  systemName,
String  identifier,
String  problemDescription,
Integer  priority,
String  cause,
String  action,
String  consequence,
String  piquetGSM,
String  piquetEmail,
String  helpURLString,
Boolean  instant,
Source  source,
Location  location,
ResponsiblePerson  responsiblePerson,
Set  categories,
Status  status,
Triplet  triplet,
boolean  nodeParent,
boolean  multiplicityParent,
boolean  nodeChild,
boolean  multiplicityChild 
) [inline]
Parameters:
alarmId 
systemName 
identifier 
problemDescription 
priority 
cause 
action 
consequence 
piquetGSM 
piquetEmail 
helpURLString 
instant 
source 
location 
responsiblePerson 
categories 
multiplicityThreshold 
status 
triplet 

References multiplicityChildrenIds, multiplicityParentIds, nodeChildrenIds, and nodeParentIds.

cern::laser::business::data::AlarmImpl::AlarmImpl (  )  [inline]

Empty constructor for Hibernate.

cern::laser::business::data::AlarmImpl::AlarmImpl ( AlarmDefinition  definition,
Source  source,
ResponsiblePerson  responsiblePerson 
) [inline]

Member Function Documentation

void cern::laser::business::data::AlarmImpl::addMultiplicityChild ( Alarm  multiplicityChild  )  [inline, virtual]

Sets up the bi-directional relation between the multiplicity parent and the multiplicity child

Parameters:
multiplicityChild the alarm to add to this alarm as a multiplicity child. This alarm will at the same time be added to the child's multiplicity parents.

Implements cern::laser::business::data::Alarm.

References cern::laser::business::data::Alarm::getAlarmId(), getAlarmId(), and getMultiplicityChildrenIds().

Referenced by cern::laser::business::pojo::AlarmDefinitionServiceImpl::createMultiplicityLinkInternal(), com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules(), and cl::utfsm::acs::acg::dao::ACSAlarmDAOImpl::loadReductionRules().

void cern::laser::business::data::AlarmImpl::addNodeChild ( Alarm  nodeChild  )  [inline, virtual]

Sets up the bi-directional relation between the node parent and the node child

Parameters:
nodeChild the alarm to add to this alarm as a node child. This alarm will at the same time be added to the child's node parents.

Implements cern::laser::business::data::Alarm.

References cern::laser::business::data::Alarm::getAlarmId(), getAlarmId(), and getNodeChildrenIds().

Referenced by com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::loadReductionRules(), and cl::utfsm::acs::acg::dao::ACSAlarmDAOImpl::loadReductionRules().

Object cern::laser::business::data::AlarmImpl::clone (  )  [inline]
boolean cern::laser::business::data::AlarmImpl::equals ( Object  obj  )  [inline]
String cern::laser::business::data::AlarmImpl::getAction (  )  [inline, virtual]
Returns:
Returns the action. .property name="getAction" column="ACTION" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References action.

Referenced by getDefinition().

String cern::laser::business::data::AlarmImpl::getAlarmId (  )  [inline, virtual]
Collection cern::laser::business::data::AlarmImpl::getCategories (  )  [inline, virtual]
Returns:
Returns the categories. .set name="getCategories" table="ALARM_CATEGORY" inverse="true" lazy="true" .collection-key column="ALARM_ID" .collection-many-to-many column="CATEGORY_ID" class="cern.laser.business.data.CategoryImpl"

Implements cern::laser::business::data::Alarm.

References categories.

Referenced by toString().

String cern::laser::business::data::AlarmImpl::getCause (  )  [inline, virtual]
Returns:
Returns the cause. .property name="getCause" column="CAUSE" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References cause.

Referenced by getDefinition().

String cern::laser::business::data::AlarmImpl::getConsequence (  )  [inline, virtual]
Returns:
Returns the consequence. .property name="getConsequence" column="CONSEQUENCE" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References consequence.

Referenced by getDefinition().

AlarmDefinition cern::laser::business::data::AlarmImpl::getDefinition (  )  [inline, virtual]
Returns:

Implements cern::laser::business::data::Alarm.

References getAction(), cern::laser::business::data::Location::getBuilding(), cern::laser::business::data::Building::getBuildingNumber(), getCause(), getConsequence(), getFaultCode(), getFaultFamily(), getFaultMember(), cern::laser::business::data::Location::getFloor(), getHelpURLString(), getIdentifier(), getInstant(), cern::laser::business::data::Location::getMnemonic(), getPiquetGSM(), cern::laser::business::data::Location::getPosition(), getPriority(), getProblemDescription(), getResponsiblePerson(), cern::laser::business::data::Location::getRoom(), getSource(), getSystemName(), location, cern::laser::business::definition::data::AlarmDefinition::setAction(), cern::laser::business::definition::data::AlarmDefinition::setBuilding(), cern::laser::business::definition::data::AlarmDefinition::setCause(), cern::laser::business::definition::data::AlarmDefinition::setConsequence(), cern::laser::business::definition::data::AlarmDefinition::setFloor(), cern::laser::business::definition::data::AlarmDefinition::setHelpURL(), cern::laser::business::definition::data::AlarmDefinition::setIdentifier(), cern::laser::business::definition::data::AlarmDefinition::setInstant(), cern::laser::business::definition::data::AlarmDefinition::setMnemonic(), cern::laser::business::definition::data::AlarmDefinition::setPiquetGSM(), cern::laser::business::definition::data::AlarmDefinition::setPosition(), cern::laser::business::definition::data::AlarmDefinition::setPriority(), cern::laser::business::definition::data::AlarmDefinition::setProblemDescription(), cern::laser::business::definition::data::AlarmDefinition::setResponsiblePersonId(), cern::laser::business::definition::data::AlarmDefinition::setRoom(), cern::laser::business::definition::data::AlarmDefinition::setSourceName(), and cern::laser::business::definition::data::AlarmDefinition::setSystemName().

Integer cern::laser::business::data::AlarmImpl::getFaultCode (  )  [inline, private]
Returns:
Returns the faultCode. .property name="getFaultCode" column="FAULT_CODE" not-null="false" unique="false"

References cern::laser::business::data::Triplet::getFaultCode(), and triplet.

Referenced by getDefinition().

String cern::laser::business::data::AlarmImpl::getFaultFamily (  )  [inline, private]
Returns:
Returns the faultFamily. .property name="getFaultFamily" column="FAULT_FAMILY" not-null="false" unique="true"

References cern::laser::business::data::Triplet::getFaultFamily(), and triplet.

Referenced by getDefinition().

String cern::laser::business::data::AlarmImpl::getFaultMember (  )  [inline, private]
Returns:
Returns the faultMember. .property name="getFaultMember" column="FAULT_MEMBER" not-null="false" unique="false"

References cern::laser::business::data::Triplet::getFaultMember(), and triplet.

Referenced by getDefinition().

URL cern::laser::business::data::AlarmImpl::getHelpURL (  )  [inline, virtual]

Returns the help URL for this alarm, or null if there is none or if it is malformed.

Returns:
the help URL for this alarm, or null if there is none or if it is malformed.

Implements cern::laser::business::data::Alarm.

References getHelpURLString().

String cern::laser::business::data::AlarmImpl::getHelpURLString (  )  [inline]

.property name="getHelpURLString" column="HELP_URL" not-null="false" unique="false"

Returns:
url .property name="getHelpURL" column="HELP_URL" type="cern.laser.business.data.customtypes.JavaNetURLUserType" not-null="false" unique="false"

References helpURLString.

Referenced by getDefinition(), and getHelpURL().

String cern::laser::business::data::AlarmImpl::getIdentifier (  )  [inline, virtual]
Returns:
Returns the identifier. .property name="getIdentifier" column="IDENTIFIER" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References getTriplet(), and cern::laser::business::data::Triplet::toIdentifier().

Referenced by getDefinition().

Boolean cern::laser::business::data::AlarmImpl::getInstant (  )  [inline, virtual]
Returns:
Returns the instant. .property name="getInstant" column="INSTANT" type="yes_no" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References instant.

Referenced by getDefinition().

Location cern::laser::business::data::AlarmImpl::getLocation (  )  [inline, virtual]
Returns:
Returns the location. This was mapped as one-to-one, but in the future the table Location will have its own id. .many-to-one column="LOCATION_ID" class="cern.laser.business.data.Location" cascade="all" unique="true"

Implements cern::laser::business::data::Alarm.

References location.

String [] cern::laser::business::data::AlarmImpl::getMultiplicityChildren (  )  [inline, virtual]

Returns the ids of the multiplicity children alarms.

Returns:
the ids of the multiplicity children alarms.

Implements cern::laser::business::data::Alarm.

References getMultiplicityChildrenIds().

Set cern::laser::business::data::AlarmImpl::getMultiplicityChildrenIds (  )  [inline]

Returns the ids of the associated multiplicity children

Returns:
the ids of the associated multiplicity children

.set name="getMultiplicityChildrenIds" table="MULTIPLICITY_REDUCTION" inverse="true" lazy="true" .collection-key column="PARENT_ID" .collection-element column="CHILD_ID" type="string"

References multiplicityChildrenIds.

Referenced by addMultiplicityChild(), clone(), getMultiplicityChildren(), hasMultiplicityChildren(), removeMultiplicityChild(), and toString().

Set cern::laser::business::data::AlarmImpl::getMultiplicityParentIds (  )  [inline]

Returns the ids of the associated multiplicity parents

Returns:
the ids of the associated multiplicity parents

.set name="getMultiplicityParentIds" table="MULTIPLICITY_REDUCTION" inverse="false" lazy="true" .collection-key column="CHILD_ID" .collection-element column="PARENT_ID" type="string"

References multiplicityParentIds.

Referenced by clone(), getMultiplicityParents(), hasMultiplicityParents(), and toString().

String [] cern::laser::business::data::AlarmImpl::getMultiplicityParents (  )  [inline, virtual]

Returns the ids of the multiplicity parent alarms.

Returns:
the ids of the multiplicity parent alarms.

Implements cern::laser::business::data::Alarm.

References getMultiplicityParentIds().

Integer cern::laser::business::data::AlarmImpl::getMultiplicityThreshold (  )  [inline, virtual]

.property name="getMultiplicityThreshold" column="MULTIPLICITY_THRESHOLD" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References multiplicityThreshold.

String [] cern::laser::business::data::AlarmImpl::getNodeChildren (  )  [inline, virtual]

Returns the ids of the node children alarms.

Returns:
the ids of the node children alarms.

Implements cern::laser::business::data::Alarm.

References getNodeChildrenIds().

Set cern::laser::business::data::AlarmImpl::getNodeChildrenIds (  )  [inline]

Returns the ids of the associated node children

Returns:
the ids of the associated node children

.set name="getNodeChildrenIds" table="NODE_REDUCTION" inverse="true" lazy="true" .collection-key column="PARENT_ID" .collection-element column="CHILD_ID" type="string"

References nodeChildrenIds.

Referenced by addNodeChild(), clone(), getNodeChildren(), hasNodeChildren(), removeNodeChild(), and toString().

Set cern::laser::business::data::AlarmImpl::getNodeParentIds (  )  [inline]

Returns the ids of the associated node parents

Returns:
the ids of the associated node parents

.set name="getNodeParentIds" table="NODE_REDUCTION" inverse="false" lazy="true" .collection-key column="CHILD_ID" .collection-element column="PARENT_ID" type="string"

References nodeParentIds.

Referenced by clone(), getNodeParents(), hasNodeParents(), and toString().

String [] cern::laser::business::data::AlarmImpl::getNodeParents (  )  [inline, virtual]

Returns the ids of the node parent alarms.

Returns:
the ids of the node parent alarms.

Implements cern::laser::business::data::Alarm.

References getNodeParentIds().

String cern::laser::business::data::AlarmImpl::getPiquetEmail (  )  [inline, virtual]

.property name="getPiquetEmail" column="PIQUET_EMAIL" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References piquetEmail.

String cern::laser::business::data::AlarmImpl::getPiquetGSM (  )  [inline, virtual]

.property name="getPiquetGSM" column="PIQUET_PORTABLE_PHONE" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References piquetGSM.

Referenced by getDefinition().

Integer cern::laser::business::data::AlarmImpl::getPriority (  )  [inline, virtual]
String cern::laser::business::data::AlarmImpl::getProblemDescription (  )  [inline, virtual]

.property name="getProblemDescription" column="PROBLEM_DESCRIPTION" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References problemDescription.

Referenced by getDefinition().

ResponsiblePerson cern::laser::business::data::AlarmImpl::getResponsiblePerson (  )  [inline, virtual]

.many-to-one name="getResponsiblePerson" column="RESPONSIBLE_ID" class="cern.laser.business.data.ResponsiblePerson" not-null="false"

Implements cern::laser::business::data::Alarm.

References responsiblePerson.

Referenced by getDefinition().

Source cern::laser::business::data::AlarmImpl::getSource (  )  [inline, virtual]

.many-to-one name="getSource" column="SOURCE_ID" class="cern.laser.business.data.Source"

Implements cern::laser::business::data::Alarm.

References source.

Referenced by getDefinition().

Status cern::laser::business::data::AlarmImpl::getStatus (  )  [inline, virtual]
Returns:
Returns the status. .many-to-one column="STATUS_ID" class="cern.laser.business.data.StatusImpl" cascade="all" unique="true"

Implements cern::laser::business::data::Alarm.

References status.

Referenced by cern::laser::business::pojo::AlarmPublisherImpl::publish(), and cern::laser::business::pojo::AlarmPublisherImpl::sendInit().

String cern::laser::business::data::AlarmImpl::getSystemName (  )  [inline, virtual]
Returns:
Returns the systemName. .property name="getSystemName" column="SYSTEM_NAME" not-null="false" unique="false"

Implements cern::laser::business::data::Alarm.

References systemName.

Referenced by getDefinition().

Triplet cern::laser::business::data::AlarmImpl::getTriplet (  )  [inline, virtual]
int cern::laser::business::data::AlarmImpl::hashCode (  )  [inline]

References getAlarmId().

boolean cern::laser::business::data::AlarmImpl::hasMultiplicityChildren (  )  [inline, virtual]
boolean cern::laser::business::data::AlarmImpl::hasMultiplicityParents (  )  [inline, virtual]
boolean cern::laser::business::data::AlarmImpl::hasNodeChildren (  )  [inline, virtual]
Returns:

Implements cern::laser::business::data::Alarm.

References getNodeChildrenIds().

boolean cern::laser::business::data::AlarmImpl::hasNodeParents (  )  [inline, virtual]
Returns:

Implements cern::laser::business::data::Alarm.

References getNodeParentIds().

void cern::laser::business::data::AlarmImpl::removeMultiplicityChild ( Alarm  multiplicityChild  )  [inline, virtual]

Removes the bi-directional relation between the multiplicity parent and the multiplicity child

Parameters:
multiplicityChild the alarm to remove from this alarm as a multiplicity child. This alarm will at the same time be removed from the child's multiplicity parents.

Implements cern::laser::business::data::Alarm.

References getMultiplicityChildrenIds().

void cern::laser::business::data::AlarmImpl::removeNodeChild ( Alarm  nodeChild  )  [inline, virtual]

Removes the bi-directional relation between the node parent and the multiplicity child

Parameters:
nodeChild the alarm to remove from this alarm as a node child. This alarm will at the same time be removed from the child's node parents.

Implements cern::laser::business::data::Alarm.

References getNodeChildrenIds().

void cern::laser::business::data::AlarmImpl::setAction ( String  action  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setAlarmId ( String  alarmId  )  [inline, virtual]
Parameters:
alarmId The alarmId to set.

Implements cern::laser::business::data::Alarm.

Referenced by AlarmImpl(), and com::cosylab::acs::laser::dao::ACSAlarmDAOImpl::getAlarm().

void cern::laser::business::data::AlarmImpl::setCategories ( Collection  newCategories  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setCause ( String  cause  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setConsequence ( String  consequence  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setDefinition ( AlarmDefinition  definition  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setFaultCode ( Integer  faultCode  )  [inline, private]
Parameters:
faultCode The faultCode to set.

References cern::laser::business::data::Triplet::setFaultCode(), and triplet.

void cern::laser::business::data::AlarmImpl::setFaultFamily ( String  faultFamily  )  [inline, private]
Parameters:
faultFamily The faultFamily to set.

References cern::laser::business::data::Triplet::setFaultFamily(), and triplet.

void cern::laser::business::data::AlarmImpl::setFaultMember ( String  faultMember  )  [inline, private]
Parameters:
faultMember The faultMember to set.

References cern::laser::business::data::Triplet::setFaultMember(), and triplet.

void cern::laser::business::data::AlarmImpl::setHelpURL ( URL  newHelpURL  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setHelpURLString ( String  newHelpURL  )  [inline]
Parameters:
newHelpURL The helpURLString to set.

References helpURLString.

Referenced by setHelpURL().

void cern::laser::business::data::AlarmImpl::setIdentifier ( String  identifier  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setInstant ( Boolean  instant  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setLocation ( Location  location  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setMultiplicityChildrenIds ( Set  newMultiplicityChildrenIds  )  [inline]
void cern::laser::business::data::AlarmImpl::setMultiplicityParentIds ( Set  newMultiplicityParentIds  )  [inline]
void cern::laser::business::data::AlarmImpl::setMultiplicityThreshold ( Integer  multiplicityThreshold  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setNodeChildrenIds ( Set  newNnodeChildrenIds  )  [inline]
void cern::laser::business::data::AlarmImpl::setNodeParentIds ( Set  newNodeParentIds  )  [inline]
void cern::laser::business::data::AlarmImpl::setPiquetEmail ( String  piquetEmail  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setPiquetGSM ( String  piquetGSM  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setPriority ( Integer  priority  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setProblemDescription ( String  problemDescription  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setResponsiblePerson ( ResponsiblePerson  responsiblePerson  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setSource ( Source  source  )  [inline, virtual]
void cern::laser::business::data::AlarmImpl::setStatus ( Status  status  )  [inline, virtual]
Parameters:
status The status to set.

Implements cern::laser::business::data::Alarm.

Referenced by clone().

void cern::laser::business::data::AlarmImpl::setSystemName ( String  systemName  )  [inline, virtual]
Parameters:
systemName The systemName to set.

Implements cern::laser::business::data::Alarm.

Referenced by AlarmImpl(), clone(), and setDefinition().

void cern::laser::business::data::AlarmImpl::setTriplet ( Triplet  triplet  )  [inline, virtual]
String cern::laser::business::data::AlarmImpl::toString (  )  [inline]

Member Data Documentation

Referenced by getAction(), and toString().

Referenced by toString().

Referenced by clone(), getCategories(), and setCategories().

Referenced by getCause(), and toString().

Referenced by getConsequence(), and toString().

Referenced by toString().

Referenced by getInstant(), and toString().

Referenced by getPiquetEmail().

Referenced by getPiquetGSM(), and toString().

Referenced by getPriority(), and toString().

Referenced by getProblemDescription(), and toString().

Referenced by clone(), getSource(), and toString().

Referenced by AlarmImpl(), clone(), getStatus(), and toString().

Referenced by clone(), getSystemName(), and toString().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2