org.jboss.metadata.javaee.support
Class NamedModuleImpl
java.lang.Object
org.jboss.metadata.javaee.support.IdMetaDataImpl
org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptionGroup
org.jboss.metadata.javaee.support.NamedModuleImpl
- All Implemented Interfaces:
- Serializable, Cloneable, NamedModule, IdMetaData
public abstract class NamedModuleImpl
- extends IdMetaDataImplWithDescriptionGroup
- implements NamedModule
Base class for metadata classes that include both a module name and a
description group.
- Version:
- $Revision$
- Author:
- Brian Stansberry
- See Also:
- Serialized Form
Method Summary |
String |
getModuleName()
Gets the name of the module as configured in its deployment descriptor. |
void |
setModuleName(String moduleName)
Sets the name of the module as configured in its deployment descriptor. |
NamedModuleImpl
public NamedModuleImpl()
getModuleName
public String getModuleName()
- Description copied from interface:
NamedModule
- Gets the name of the module as configured in its deployment descriptor.
- Specified by:
getModuleName
in interface NamedModule
- Returns:
- the name, or
null
if no module name was configured
in the deployment descriptor
setModuleName
public void setModuleName(String moduleName)
- Description copied from interface:
NamedModule
- Sets the name of the module as configured in its deployment descriptor.
param moduleName the name as configured in the deployment descriptor
- Specified by:
setModuleName
in interface NamedModule
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.