org.apache.commons.ognl.test
Class PropertySetterTest.TestObject
java.lang.Object
org.apache.commons.ognl.test.PropertySetterTest.TestObject
- All Implemented Interfaces:
- PropertySetterTest.TestInterface
- Enclosing class:
- PropertySetterTest
public class PropertySetterTest.TestObject
- extends Object
- implements PropertySetterTest.TestInterface
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PropertySetterTest.TestObject
public PropertySetterTest.TestObject(String property)
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.