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, wait
getId
public Object getProperty(String name)
getProperty
in interface PropertyHolder
public void setProperty(String name, Object value)
setProperty
in interface PropertyHolder
public void removeProperty(String name)
removeProperty
in interface PropertyHolder
public Set<String> getKeys()
getKeys
in interface PropertyHolder
public void clearProperties()
clearProperties
in interface PropertyHolder
Copyright © 2013. All Rights Reserved.