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

Field Summary
 boolean testBoolean
           
 int testInt
           
 java.lang.String testString
           
 
Constructor Summary
TestPropertyDetail()
          Constructor for the TestPropertyDetail object
 
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
 

Field Detail

testInt

public int testInt

testBoolean

public boolean testBoolean

testString

public java.lang.String testString
Constructor Detail

TestPropertyDetail

public TestPropertyDetail()
Constructor for the TestPropertyDetail object

Method Detail

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