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

cern::laser::test::SimpleDemoBean Class Reference

List of all members.

Public Member Functions

 SimpleDemoBean ()
 SimpleDemoBean (String name)
String getName ()
void setName (String newName)
double getValue ()
void setValue (double newValue)
String[] getNodeActions ()

Static Public Attributes

final String PROP_NAME = "name"
final String PROP_VALUE = "value"

Private Attributes

double value
String name = "hello"

Static Private Attributes

int counter

Constructor & Destructor Documentation

cern::laser::test::SimpleDemoBean::SimpleDemoBean  )  [inline]
 

creates a bean with a default name which can be modified with the setName(String) method

cern::laser::test::SimpleDemoBean::SimpleDemoBean String  name  )  [inline]
 

constructs a bean with a given name

Parameters:
name the initial value of the name property


Member Function Documentation

String cern::laser::test::SimpleDemoBean::getName  )  [inline]
 

getter method

Returns:
the name property

String [] cern::laser::test::SimpleDemoBean::getNodeActions  )  [inline]
 

double cern::laser::test::SimpleDemoBean::getValue  )  [inline]
 

accessor methods

Returns:
the current value

void cern::laser::test::SimpleDemoBean::setName String  newName  )  [inline]
 

Setter method

Parameters:
name the new value of the name

void cern::laser::test::SimpleDemoBean::setValue double  newValue  )  [inline]
 


Member Data Documentation

int cern::laser::test::SimpleDemoBean::counter [static, private]
 

String cern::laser::test::SimpleDemoBean::name = "hello" [private]
 

final String cern::laser::test::SimpleDemoBean::PROP_NAME = "name" [static]
 

final String cern::laser::test::SimpleDemoBean::PROP_VALUE = "value" [static]
 

double cern::laser::test::SimpleDemoBean::value [private]
 


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