Katarina Sigerud
|
Empty constructor for Hibernate. |
|
|
|
Sets up the bi-directional relationship between this source and the given alarm. If the alarm is already associate to a source, it is removed from the old source.
|
|
|
|
|
|
Returns the ids of the alarms for this source, or an empty collection if there are none.
|
|
|
|
|
|
|
|
.property name="getPhysicalMachine" column="HOSTNAME" not-null="false" unique="false"
|
|
|
|
|
|
.id generator-class="assigned" column="SOURCE_ID"
|
|
.many-to-one column="STATUS_ID" class="cern.laser.business.data.SourceStatus" cascade="all" unique="true" |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|