slib.utils.impl
Class OProperty

java.lang.Object
  extended by slib.utils.impl.OProperty

public class OProperty
extends Object

Author:
seb

Field Summary
protected  Map<String,Object> properties
           
 
Constructor Summary
OProperty()
           
 
Method Summary
 Object getProperty(String key)
           
 Set<String> getPropertyKeys()
           
 Object removeProperty(String key)
           
 void setProperty(String key, Object value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

properties

protected Map<String,Object> properties
Constructor Detail

OProperty

public OProperty()
Method Detail

getProperty

public Object getProperty(String key)
Parameters:
key -
Returns:

getPropertyKeys

public Set<String> getPropertyKeys()
Returns:

setProperty

public void setProperty(String key,
                        Object value)
Parameters:
key -
value -

removeProperty

public Object removeProperty(String key)
Parameters:
key -
Returns:


Copyright © 2013. All Rights Reserved.