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 ElementMetaBase
ElementMetaBase.getId()
public void setId(String id)
setId
in interface ElementMetaBase
id
- The id to set.ElementMetaBase.setId(java.lang.String)
public String getDescription()
getDescription
in interface ElementMetaBase
ElementMetaBase.getDescription()
public void setDescription(String description)
setDescription
in interface ElementMetaBase
description
- The description to set.ElementMetaBase.setDescription(java.lang.String)
Copyright © 2004-2013 X4O. All Rights Reserved.