public abstract class AbstractPropertyHolder extends Object implements PropertyHolder
| Constructor and Description |
|---|
AbstractPropertyHolder() |
| Modifier and Type | Method and Description |
|---|---|
void |
clearProperties()
Clear all properties
|
Set<String> |
getKeys()
Get all properties contained in this holder
|
Object |
getProperty(String name) |
void |
removeProperty(String name) |
void |
setProperty(String name,
Object value) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetIdpublic Object getProperty(String name)
getProperty in interface PropertyHolderpublic void setProperty(String name, Object value)
setProperty in interface PropertyHolderpublic void removeProperty(String name)
removeProperty in interface PropertyHolderpublic Set<String> getKeys()
getKeys in interface PropertyHolderpublic void clearProperties()
clearProperties in interface PropertyHolderCopyright © 2012. All Rights Reserved.