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

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

public class GetterMethods
extends Object


Constructor Summary
GetterMethods()
           
 
Method Summary
 int getAllowDisplay()
           
 boolean isAllowDisplay(Object something)
           
 void setAllowDisplay(int val)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GetterMethods

public GetterMethods()
Method Detail

isAllowDisplay

public boolean isAllowDisplay(Object something)

getAllowDisplay

public int getAllowDisplay()

setAllowDisplay

public void setAllowDisplay(int val)


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