org.apache.commons.ognl.test.objects
Class BaseObjectIndexed
java.lang.Object
org.apache.commons.ognl.test.objects.BaseObjectIndexed
- Direct Known Subclasses:
- ObjectIndexed, OtherObjectIndexed
public class BaseObjectIndexed
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BaseObjectIndexed
public BaseObjectIndexed()
getAttributes
public Map getAttributes()
getAttribute
public Object getAttribute(String name)
setAttribute
public void setAttribute(String name,
Object value)
getOtherAttribute
public Object getOtherAttribute(String name)
setOtherAttribute
public void setOtherAttribute(Object someObject,
Object foo)
getSecondaryAttribute
public Object getSecondaryAttribute(Object name)
Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.