

Public Member Functions | |
| UserProperty (String name, String value, String statusId) | |
| String | getPropertyId () |
| void | setPropertyId (String newPropertyId) |
| String | getName () |
| void | setName (String newName) |
| String | getValue () |
| void | setValue (String newValue) |
| String | getStatusId () |
| void | setStatusId (String newAlarmId) |
| int | hashCode () |
| boolean | equals (Object obj) |
Private Member Functions | |
| UserProperty () | |
Static Private Member Functions | |
| static final String | stringValue (String name, String statusId) |
Private Attributes | |
| String | propertyId |
| String | name |
| String | value |
| String | statusId |
| cern::laser::business::data::UserProperty::UserProperty | ( | ) | [inline, private] |
| cern::laser::business::data::UserProperty::UserProperty | ( | String | name, | |
| String | value, | |||
| String | statusId | |||
| ) | [inline] |
References setName(), setPropertyId(), setStatusId(), setValue(), and stringValue().
| boolean cern::laser::business::data::UserProperty::equals | ( | Object | obj | ) | [inline] |
References getPropertyId().
| String cern::laser::business::data::UserProperty::getName | ( | ) | [inline] |
.property name="getName" column="NAME" not-null="true" unique="false"
References name.
| String cern::laser::business::data::UserProperty::getPropertyId | ( | ) | [inline] |
Note: unsaved-value An identifier property value that indicates that an instance is newly instantiated (unsaved), distinguishing it from transient instances that were saved or loaded in a previous session. If not specified you will get an exception like this: another object associated with the session has the same identifier
.id generator-class="assigned" column="PROPERTY_ID"
References propertyId.
Referenced by equals(), and hashCode().
| String cern::laser::business::data::UserProperty::getStatusId | ( | ) | [inline] |
.property name="getStatusId" column="STATUS_ID" not-null="true" unique="false"
References statusId.
| String cern::laser::business::data::UserProperty::getValue | ( | ) | [inline] |
.property name="getValue" column="VALUE" not-null="false" unique="false"
References value.
| int cern::laser::business::data::UserProperty::hashCode | ( | ) | [inline] |
References getPropertyId().
| void cern::laser::business::data::UserProperty::setName | ( | String | newName | ) | [inline] |
References name.
Referenced by UserProperty().
| void cern::laser::business::data::UserProperty::setPropertyId | ( | String | newPropertyId | ) | [inline] |
References propertyId.
Referenced by UserProperty().
| void cern::laser::business::data::UserProperty::setStatusId | ( | String | newAlarmId | ) | [inline] |
References statusId.
Referenced by UserProperty().
| void cern::laser::business::data::UserProperty::setValue | ( | String | newValue | ) | [inline] |
References value.
Referenced by UserProperty().
| static final String cern::laser::business::data::UserProperty::stringValue | ( | String | name, | |
| String | statusId | |||
| ) | [inline, static, private] |
Referenced by UserProperty().
String cern::laser::business::data::UserProperty::name [private] |
String cern::laser::business::data::UserProperty::propertyId [private] |
Referenced by getPropertyId(), and setPropertyId().
String cern::laser::business::data::UserProperty::statusId [private] |
Referenced by getStatusId(), and setStatusId().
String cern::laser::business::data::UserProperty::value [private] |
Referenced by getValue(), and setValue().
1.6.2