slib.utils.impl
Class OProperty
java.lang.Object
slib.utils.impl.OProperty
public class OProperty
- extends Object
- Author:
- seb
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
properties
protected Map<String,Object> properties
OProperty
public OProperty()
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.