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 | |
final String | stringValue (String name, String statusId) |
Private Attributes | |
String | propertyId |
String | name |
String | value |
String | statusId |
|
|
|
|
|
|
|
.property name="getName" column="NAME" not-null="true" unique="false"
|
|
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"
|
|
.property name="getStatusId" column="STATUS_ID" not-null="true" unique="false" |
|
.property name="getValue" column="VALUE" not-null="false" unique="false"
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|