Public Member Functions

cern.laser.business.data.StatusImpl Class Reference

Inheritance diagram for cern.laser.business.data.StatusImpl:
cern.laser.business.data.Status

List of all members.

Public Member Functions

 StatusImpl (Boolean active, Boolean masked, Boolean reduced, Boolean activeByBackup, Boolean terminatedByBackup, String sourceHostname, Timestamp sourceTimestamp, Timestamp userTimestamp, Timestamp systemTimestamp, Properties newUserProperties)
String getStatusId ()
void setStatusId (String alarmId)
Boolean getActive ()
Boolean getMasked ()
Boolean getReduced ()
Boolean getActivatedByBackup ()
void setActivatedByBackup (Boolean newActiveByBackup)
Boolean getTerminatedByBackup ()
void setTerminatedByBackup (Boolean newTerminatedByBackup)
String getSourceHostname ()
Timestamp getSourceTimestamp ()
Timestamp getUserTimestamp ()
void setUserTimestamp (Timestamp newUserTimestamp)
Timestamp getSystemTimestamp ()
void setActive (Boolean newActive)
void setMasked (Boolean newMasked)
void setReduced (Boolean newReduced)
void setSourceHostname (String newSourceHostname)
void setSourceTimestamp (Timestamp newSourceTimestamp)
void setSystemTimestamp (Timestamp newSystemTimestamp)
Properties getProperties ()
void setProperties (Properties newProperties)
Set translateToUserProperties (Properties newProperties)
int hashCode ()
boolean equals (Object obj)
Object clone ()
String toString ()
Set getPersistentUserProperties ()
void setPersistentUserProperties (Set userProperties)

Detailed Description

Version:
Revision:
1.3
Date:
2006/09/25 08:52:36
Author:
Katarina Sigerud .class table="ALARM_STATUS"

Constructor & Destructor Documentation


Member Function Documentation

boolean cern.laser.business.data.StatusImpl.equals ( Object  obj  ) 
Boolean cern.laser.business.data.StatusImpl.getActivatedByBackup (  ) 

.property name="getActivatedByBackup" column="ACTIVATED_BY_BACKUP" type="yes_no" not-null="false" unique="false"

Implements cern.laser.business.data.Status.

Boolean cern.laser.business.data.StatusImpl.getActive (  ) 

.property name="getActive" column="ACTIVE" type="yes_no" not-null="false" unique="false"

Returns:
Boolean

Implements cern.laser.business.data.Status.

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

Boolean cern.laser.business.data.StatusImpl.getMasked (  ) 

.property name="getMasked" column="MASKED" type="yes_no" not-null="false" unique="false"

Implements cern.laser.business.data.Status.

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

Set cern.laser.business.data.StatusImpl.getPersistentUserProperties (  ) 
Returns:
Returns the persistentUserProperties. .set name="getPersistentUserProperties" table="USER_PROPERTY" inverse="false" cascade="all-delete-orphan" lazy="false" .collection-key column="STATUS_ID" .collection-one-to-many class="cern.laser.business.data.UserProperty"
Collection
Properties cern.laser.business.data.StatusImpl.getProperties (  ) 
Boolean cern.laser.business.data.StatusImpl.getReduced (  ) 

.property name="getReduced" column="REDUCED" type="yes_no" not-null="false" unique="false"

Implements cern.laser.business.data.Status.

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

String cern.laser.business.data.StatusImpl.getSourceHostname (  ) 

.property name="getGlobalAcknowledged" column="GLOBAL_ACKNOWLEDGED" type="yes_no" not-null="false" unique="false" .property name="getSourceHostname" column="SOURCE_HOSTNAME" not-null="false" unique="false"

Returns:
String

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

Timestamp cern.laser.business.data.StatusImpl.getSourceTimestamp (  ) 

.property name="getSourceTimestamp" column="SOURCE_TIMESTAMP" type="java.sql.Timestamp" not-null="false" unique="false"

Returns:
Timestamp

Implements cern.laser.business.data.Status.

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

String cern.laser.business.data.StatusImpl.getStatusId (  ) 
Timestamp cern.laser.business.data.StatusImpl.getSystemTimestamp (  ) 

.property name="getSystemTimestamp" column="SYSTEM_TIMESTAMP" type="java.sql.Timestamp" not-null="false" unique="false"

Returns:
Timestamp

Implements cern.laser.business.data.Status.

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

Boolean cern.laser.business.data.StatusImpl.getTerminatedByBackup (  ) 

.property name="getTerminatedByBackup" column="TERMINATED_BY_BACKUP" type="yes_no" not-null="false" unique="false"

Implements cern.laser.business.data.Status.

Timestamp cern.laser.business.data.StatusImpl.getUserTimestamp (  ) 

.property name="getUserTimestamp" column="USER_TIMESTAMP" type="java.sql.Timestamp" not-null="false" unique="false"

Returns:
Timestamp

Implements cern.laser.business.data.Status.

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

int cern.laser.business.data.StatusImpl.hashCode (  ) 
void cern.laser.business.data.StatusImpl.setActivatedByBackup ( Boolean  newActiveByBackup  ) 
void cern.laser.business.data.StatusImpl.setActive ( Boolean  newActive  ) 
void cern.laser.business.data.StatusImpl.setMasked ( Boolean  newMasked  ) 
void cern.laser.business.data.StatusImpl.setPersistentUserProperties ( Set  userProperties  ) 
Parameters:
persistentUserProperties The persistentUserProperties to set.
void cern.laser.business.data.StatusImpl.setProperties ( Properties  newProperties  ) 
void cern.laser.business.data.StatusImpl.setReduced ( Boolean  newReduced  ) 
void cern.laser.business.data.StatusImpl.setSourceHostname ( String  newSourceHostname  ) 
void cern.laser.business.data.StatusImpl.setSourceTimestamp ( Timestamp  newSourceTimestamp  ) 
void cern.laser.business.data.StatusImpl.setStatusId ( String  alarmId  ) 
void cern.laser.business.data.StatusImpl.setSystemTimestamp ( Timestamp  newSystemTimestamp  ) 
void cern.laser.business.data.StatusImpl.setTerminatedByBackup ( Boolean  newTerminatedByBackup  ) 
void cern.laser.business.data.StatusImpl.setUserTimestamp ( Timestamp  newUserTimestamp  ) 
Set cern.laser.business.data.StatusImpl.translateToUserProperties ( Properties  newProperties  ) 

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