org.apache.commons.ognl.test
Class PropertySetterTest.TestObject

java.lang.Object
  extended by org.apache.commons.ognl.test.PropertySetterTest.TestObject
All Implemented Interfaces:
PropertySetterTest.TestInterface
Enclosing class:
PropertySetterTest

public class PropertySetterTest.TestObject
extends Object
implements PropertySetterTest.TestInterface


Constructor Summary
PropertySetterTest.TestObject(String property)
           
 
Method Summary
 Integer getIntegerProperty()
           
 String getProperty()
           
 void setProperty(String property)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertySetterTest.TestObject

public PropertySetterTest.TestObject(String property)
Method Detail

getProperty

public String getProperty()
Specified by:
getProperty in interface PropertySetterTest.TestInterface

setProperty

public void setProperty(String property)

getIntegerProperty

public Integer getIntegerProperty()


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.