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