cern::gp::explorer::test::helpers::SimpleDemoBean Class Reference
List of all members.
Detailed Description
A simple bean used for demo and testing purposes
- Author:
- Vito Baggiolini
- Version:
- Revision
- 1.2
- Date
- 2006/09/25 08:52:36
Constructor & Destructor Documentation
| cern::gp::explorer::test::helpers::SimpleDemoBean::SimpleDemoBean |
( |
|
) |
[inline] |
creates a bean with a default name which can be modified with the setName(String) method
| cern::gp::explorer::test::helpers::SimpleDemoBean::SimpleDemoBean |
( |
String |
name |
) |
[inline] |
constructs a bean with a given name
- Parameters:
-
| name | the initial value of the name property |
References counter, and value.
Member Function Documentation
| String cern::gp::explorer::test::helpers::SimpleDemoBean::getName |
( |
|
) |
[inline] |
| double cern::gp::explorer::test::helpers::SimpleDemoBean::getValue |
( |
|
) |
[inline] |
accessor methods
- Returns:
- the current value
References value.
| void cern::gp::explorer::test::helpers::SimpleDemoBean::setName |
( |
String |
newName |
) |
[inline] |
Setter method
- Parameters:
-
| name | the new value of the name |
References name.
Member Data Documentation
The documentation for this class was generated from the following file: