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) |
| cern.laser.business.data.StatusImpl.StatusImpl | ( | Boolean | active, | |
| Boolean | masked, | |||
| Boolean | reduced, | |||
| Boolean | activeByBackup, | |||
| Boolean | terminatedByBackup, | |||
| String | sourceHostname, | |||
| Timestamp | sourceTimestamp, | |||
| Timestamp | userTimestamp, | |||
| Timestamp | systemTimestamp, | |||
| Properties | newUserProperties | |||
| ) |
References cern.laser.business.data.StatusImpl.setActivatedByBackup(), cern.laser.business.data.StatusImpl.setActive(), cern.laser.business.data.StatusImpl.setMasked(), cern.laser.business.data.StatusImpl.setProperties(), cern.laser.business.data.StatusImpl.setReduced(), cern.laser.business.data.StatusImpl.setSourceHostname(), cern.laser.business.data.StatusImpl.setSourceTimestamp(), cern.laser.business.data.StatusImpl.setSystemTimestamp(), cern.laser.business.data.StatusImpl.setTerminatedByBackup(), and cern.laser.business.data.StatusImpl.setUserTimestamp().
| Object cern.laser.business.data.StatusImpl.clone | ( | ) |
| 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"
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 | ( | ) |
| Properties cern.laser.business.data.StatusImpl.getProperties | ( | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.clone(), and cern.laser.business.data.StatusImpl.toString().
| 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"
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"
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.toString().
| String cern.laser.business.data.StatusImpl.getStatusId | ( | ) |
.id generator-class="assigned" column="STATUS_ID" unsaved-value="null"
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.equals(), cern.laser.business.data.StatusImpl.hashCode(), and cern.laser.business.data.StatusImpl.translateToUserProperties().
| Timestamp cern.laser.business.data.StatusImpl.getSystemTimestamp | ( | ) |
.property name="getSystemTimestamp" column="SYSTEM_TIMESTAMP" type="java.sql.Timestamp" not-null="false" unique="false"
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"
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 | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| void cern.laser.business.data.StatusImpl.setActive | ( | Boolean | newActive | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| void cern.laser.business.data.StatusImpl.setMasked | ( | Boolean | newMasked | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| void cern.laser.business.data.StatusImpl.setPersistentUserProperties | ( | Set | userProperties | ) |
| persistentUserProperties | The persistentUserProperties to set. |
| void cern.laser.business.data.StatusImpl.setProperties | ( | Properties | newProperties | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| void cern.laser.business.data.StatusImpl.setReduced | ( | Boolean | newReduced | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| void cern.laser.business.data.StatusImpl.setSourceHostname | ( | String | newSourceHostname | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| void cern.laser.business.data.StatusImpl.setSourceTimestamp | ( | Timestamp | newSourceTimestamp | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| void cern.laser.business.data.StatusImpl.setStatusId | ( | String | alarmId | ) |
Implements cern.laser.business.data.Status.
| void cern.laser.business.data.StatusImpl.setSystemTimestamp | ( | Timestamp | newSystemTimestamp | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| void cern.laser.business.data.StatusImpl.setTerminatedByBackup | ( | Boolean | newTerminatedByBackup | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| void cern.laser.business.data.StatusImpl.setUserTimestamp | ( | Timestamp | newUserTimestamp | ) |
Implements cern.laser.business.data.Status.
Referenced by cern.laser.business.data.StatusImpl.StatusImpl().
| String cern.laser.business.data.StatusImpl.toString | ( | ) |
References cern.laser.business.data.StatusImpl.getActive(), cern.laser.business.data.StatusImpl.getMasked(), cern.laser.business.data.StatusImpl.getProperties(), cern.laser.business.data.StatusImpl.getReduced(), cern.laser.business.data.StatusImpl.getSourceHostname(), cern.laser.business.data.StatusImpl.getSourceTimestamp(), cern.laser.business.data.StatusImpl.getSystemTimestamp(), and cern.laser.business.data.StatusImpl.getUserTimestamp().
| Set cern.laser.business.data.StatusImpl.translateToUserProperties | ( | Properties | newProperties | ) |
1.7.0