Public Member Functions

cern.laser.business.data.UserProperty Class Reference

Inherits java::io::Serializable.

List of all members.

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)

Detailed Description

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

Constructor & Destructor Documentation

cern.laser.business.data.UserProperty.UserProperty ( String  name,
String  value,
String  statusId 
)

Member Function Documentation

boolean cern.laser.business.data.UserProperty.equals ( Object  obj  ) 
String cern.laser.business.data.UserProperty.getName (  ) 

.property name="getName" column="NAME" not-null="true" unique="false"

Returns:
String
String cern.laser.business.data.UserProperty.getPropertyId (  ) 

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"

Returns:
integer

Referenced by cern.laser.business.data.UserProperty.equals(), and cern.laser.business.data.UserProperty.hashCode().

String cern.laser.business.data.UserProperty.getStatusId (  ) 

.property name="getStatusId" column="STATUS_ID" not-null="true" unique="false"

String cern.laser.business.data.UserProperty.getValue (  ) 

.property name="getValue" column="VALUE" not-null="false" unique="false"

Returns:
String
int cern.laser.business.data.UserProperty.hashCode (  ) 
void cern.laser.business.data.UserProperty.setName ( String  newName  ) 
void cern.laser.business.data.UserProperty.setPropertyId ( String  newPropertyId  ) 
void cern.laser.business.data.UserProperty.setStatusId ( String  newAlarmId  ) 
void cern.laser.business.data.UserProperty.setValue ( String  newValue  ) 

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