org.apache.commons.betwixt
Class SimpleClass

java.lang.Object
  extended by org.apache.commons.betwixt.SimpleClass

public class SimpleClass
extends java.lang.Object


Constructor Summary
SimpleClass()
           
 
Method Summary
 java.lang.String getTestPropertyOne()
           
 java.lang.Integer getTestPropertyTwo()
           
 void setTestPropertyOne(java.lang.String testPropertyOne)
           
 void setTestPropertyTwo(java.lang.Integer testPropertyTwo)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SimpleClass

public SimpleClass()
Method Detail

getTestPropertyOne

public java.lang.String getTestPropertyOne()

setTestPropertyOne

public void setTestPropertyOne(java.lang.String testPropertyOne)

getTestPropertyTwo

public java.lang.Integer getTestPropertyTwo()

setTestPropertyTwo

public void setTestPropertyTwo(java.lang.Integer testPropertyTwo)


Copyright © 2002-2008 The Apache Software Foundation. All Rights Reserved.