public abstract class AbstractElementMetaBase extends Object implements ElementMetaBase
| Constructor and Description |
|---|
AbstractElementMetaBase() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Gets the description.
|
String |
getId()
Gets the id.
|
void |
setDescription(String description)
Sets the description.
|
void |
setId(String id)
Sets the id.
|
public String getId()
getId in interface ElementMetaBaseElementMetaBase.getId()public void setId(String id)
setId in interface ElementMetaBaseid - The id to set.ElementMetaBase.setId(java.lang.String)public String getDescription()
getDescription in interface ElementMetaBaseElementMetaBase.getDescription()public void setDescription(String description)
setDescription in interface ElementMetaBasedescription - The description to set.ElementMetaBase.setDescription(java.lang.String)Copyright © 2004-2013 X4O. All Rights Reserved.