org.gatein.mop.core.util
Class SimpleAttributes
java.lang.Object
org.gatein.mop.core.util.AbstractAttributes
org.gatein.mop.core.util.SimpleAttributes
- All Implemented Interfaces:
- Attributes
public class SimpleAttributes
- extends AbstractAttributes
- Version:
- $Revision$
- Author:
- Julien Viet
| Methods inherited from class org.gatein.mop.core.util.AbstractAttributes |
getBoolean, getDate, getDouble, getInteger, getObject, getString, getType, getValue, getValue, setBoolean, setDate, setDouble, setInteger, setObject, setString, setValue |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SimpleAttributes
public SimpleAttributes(Map<String,Object> map)
SimpleAttributes
public SimpleAttributes()
getKeys
public Set<String> getKeys()
get
protected Object get(String name)
- Specified by:
get in class AbstractAttributes
set
protected void set(String name,
Object o)
- Specified by:
set in class AbstractAttributes
Copyright © 2009 eXo Platform SAS. All Rights Reserved.