org.apache.commons.ognl.test
Class PropertyNotFoundTest.Blah

java.lang.Object
  extended by org.apache.commons.ognl.test.PropertyNotFoundTest.Blah
Enclosing class:
PropertyNotFoundTest

public static class PropertyNotFoundTest.Blah
extends Object


Constructor Summary
PropertyNotFoundTest.Blah()
           
 
Method Summary
 String getX()
           
 String getY()
           
 void setX(String x)
           
 void setY(String y)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyNotFoundTest.Blah

public PropertyNotFoundTest.Blah()
Method Detail

getX

public String getX()

setX

public void setX(String x)

getY

public String getY()

setY

public void setY(String y)


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