Main Page | Namespace List | Class Hierarchy | Alphabetical List | Class List | File List | Namespace Members | Class Members | File Members | Related Pages

cern::laser::business::data::UserProperty Class Reference

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)

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

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  )  [inline, private]
 

cern::laser::business::data::UserProperty::UserProperty String  name,
String  value,
String  statusId
[inline]
 


Member Function Documentation

boolean cern::laser::business::data::UserProperty::equals Object  obj  )  [inline]
 

String cern::laser::business::data::UserProperty::getName  )  [inline]
 

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

Returns:
String

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"

Returns:
integer

String cern::laser::business::data::UserProperty::getStatusId  )  [inline]
 

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

String cern::laser::business::data::UserProperty::getValue  )  [inline]
 

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

Returns:
String

int cern::laser::business::data::UserProperty::hashCode  )  [inline]
 

void cern::laser::business::data::UserProperty::setName String  newName  )  [inline]
 

void cern::laser::business::data::UserProperty::setPropertyId String  newPropertyId  )  [inline]
 

void cern::laser::business::data::UserProperty::setStatusId String  newAlarmId  )  [inline]
 

void cern::laser::business::data::UserProperty::setValue String  newValue  )  [inline]
 

final String cern::laser::business::data::UserProperty::stringValue String  name,
String  statusId
[inline, static, private]
 


Member Data Documentation

String cern::laser::business::data::UserProperty::name [private]
 

String cern::laser::business::data::UserProperty::propertyId [private]
 

String cern::laser::business::data::UserProperty::statusId [private]
 

String cern::laser::business::data::UserProperty::value [private]
 


The documentation for this class was generated from the following file:
Generated on Thu Apr 30 03:08:45 2009 for ACS Java API by doxygen 1.3.8