Class AbstractElementMetaBase
java.lang.Object
org.x4o.xml.element.AbstractElementMetaBase
- All Implemented Interfaces:
ElementMetaBase
- Direct Known Subclasses:
AbstractElementBindingHandler
,AbstractElementClassAttribute
,AbstractElementClassBase
,AbstractElementConfigurator
,AbstractElementNamespace
,AbstractX4OLanguageModule
AbstractElementMetaBase stores the id and description.
- Version:
- 1.0 Jan 18, 2009
- Author:
- Willem Cazander
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the description.getId()
Gets the id.void
setDescription
(String description) Sets the description.void
Sets the id.
-
Constructor Details
-
AbstractElementMetaBase
public AbstractElementMetaBase()
-
-
Method Details
-
getId
Gets the id.- Specified by:
getId
in interfaceElementMetaBase
- Returns:
- The id.
- See Also:
-
setId
Sets the id.- Specified by:
setId
in interfaceElementMetaBase
- Parameters:
id
- The id to set.- See Also:
-
getDescription
Gets the description.- Specified by:
getDescription
in interfaceElementMetaBase
- Returns:
- The description.
- See Also:
-
setDescription
Sets the description.- Specified by:
setDescription
in interfaceElementMetaBase
- Parameters:
description
- The description to set.- See Also:
-