org.gatein.mop.core.util
Class SimpleAttributes

java.lang.Object
  extended by org.gatein.mop.core.util.AbstractAttributes
      extended by org.gatein.mop.core.util.SimpleAttributes
All Implemented Interfaces:
Attributes

public class SimpleAttributes
extends AbstractAttributes

Version:
$Revision$
Author:
Julien Viet

Constructor Summary
SimpleAttributes()
           
SimpleAttributes(Map<String,Object> map)
           
 
Method Summary
protected  Object get(String name)
           
 Set<String> getKeys()
           
protected  void set(String name, Object o)
           
 
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
 

Constructor Detail

SimpleAttributes

public SimpleAttributes(Map<String,Object> map)

SimpleAttributes

public SimpleAttributes()
Method Detail

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.