public abstract class HomeObject extends Object implements Serializable, Cloneable
Constructor and Description |
---|
HomeObject() |
Modifier and Type | Method and Description |
---|---|
HomeObject |
clone()
Returns a clone of this object.
|
String |
getProperty(String name)
Returns the value of the property
name associated with this object. |
Collection<String> |
getPropertyNames()
Returns the property names.
|
void |
setProperty(String name,
String value)
Sets a property associated with this object.
|
public String getProperty(String name)
name
associated with this object.null
if it doesn't exist.public void setProperty(String name, String value)
name
- the name of the property to setvalue
- the new value of the propertypublic Collection<String> getPropertyNames()
setProperty
public HomeObject clone()
© Copyrights 2006-2017 Emmanuel PUYBARET / eTeks
Distributed under GNU General Public License