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

Inheritance diagram for cern::laser::business::data::UserProperty:
Inheritance graph
[legend]
Collaboration diagram for cern::laser::business::data::UserProperty:
Collaboration graph
[legend]

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

static 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]

References getPropertyId().

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

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

Returns:
String

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"

Returns:
integer

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"

Returns:
String

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().


Member Data Documentation

Referenced by getName(), and setName().

Referenced by getPropertyId(), and setPropertyId().

Referenced by getStatusId(), and setStatusId().

Referenced by getValue(), and setValue().


The documentation for this class was generated from the following file:

Generated by  doxygen 1.6.2