com.objectwave.configuration.example
Class TestPropertyDetail
java.lang.Object
|
+--com.objectwave.configuration.example.TestPropertyDetail
- public class TestPropertyDetail
- extends java.lang.Object
- Version:
- $Id: TestPropertyDetail.java,v 2.0 2001/06/11 15:46:53 dave_hoag Exp $
- Author:
- dhoag
Method Summary |
void |
setTestBoolean(boolean b)
Sets the TestBoolean attribute of the TestPropertyDetail object |
void |
setTestInt(int intVa)
Sets the TestInt attribute of the TestPropertyDetail object |
void |
setTestString(java.lang.String tes)
Sets the TestString attribute of the TestPropertyDetail object |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
testInt
public int testInt
testBoolean
public boolean testBoolean
testString
public java.lang.String testString
TestPropertyDetail
public TestPropertyDetail()
- Constructor for the TestPropertyDetail object
setTestString
public void setTestString(java.lang.String tes)
- Sets the TestString attribute of the TestPropertyDetail object
- Parameters:
tes
- The new TestString value
setTestBoolean
public void setTestBoolean(boolean b)
- Sets the TestBoolean attribute of the TestPropertyDetail object
- Parameters:
b
- The new TestBoolean value
setTestInt
public void setTestInt(int intVa)
- Sets the TestInt attribute of the TestPropertyDetail object
- Parameters:
intVa
- The new TestInt value