public interface Component
| Modifier and Type | Method and Description |
|---|---|
String |
getId()
get the model representation identificator.
|
String |
getNamespace() |
Hashtable |
getProperties()
Get a copy of the properties.
|
Object |
getProperty(Object key)
Get the specified property.
|
String |
getType()
Get this model representation type.
|
void |
setProperties(Dictionary newProps)
Set new properties.
|
void |
setProperty(Object key,
Object value)
Set a new property.
|
String |
toString()
This method returns the identificator of the model representation.
|
Hashtable getProperties()
String getId()
String getType()
String getNamespace()
Object getProperty(Object key)
key - property name.void setProperties(Dictionary newProps)
newProps - the new properties.void setProperty(Object key, Object value)
key - property key.value - property value.Copyright © 2012-2013 Adele Team | LIG. All Rights Reserved.