org.apache.commons.ognl.test.objects
Class PropertyHolder

java.lang.Object
  extended by org.apache.commons.ognl.test.objects.PropertyHolder

public class PropertyHolder
extends Object

Simple class used to test various kind of property resolutions.


Constructor Summary
PropertyHolder()
           
 
Method Summary
 String getSearch()
           
 String getValue()
           
 boolean hasValue()
           
 void search()
           
 void setSearch(String value)
           
 void setValue(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PropertyHolder

public PropertyHolder()
Method Detail

getValue

public String getValue()

setValue

public void setValue(String value)

hasValue

public boolean hasValue()

setSearch

public void setSearch(String value)

getSearch

public String getSearch()

search

public void search()


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