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

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

public class SecondBean
extends BaseBean


Constructor Summary
SecondBean()
           
 
Method Summary
 String getName()
           
 
Methods inherited from class org.apache.commons.ognl.test.objects.BaseBean
getActive, getMessage, getTwo, hasChildren, isActive2
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SecondBean

public SecondBean()
Method Detail

getName

public String getName()
Specified by:
getName in class BaseBean


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