JBoss Metadata Common 7.0.1.Final

org.jboss.metadata.javaee.support
Class NamedModuleImpl

java.lang.Object
  extended by org.jboss.metadata.javaee.support.IdMetaDataImpl
      extended by org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptionGroup
          extended by 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

Constructor Summary
NamedModuleImpl()
           
 
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.
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImplWithDescriptionGroup
getDescriptionGroup, setDescriptionGroup
 
Methods inherited from class org.jboss.metadata.javaee.support.IdMetaDataImpl
clone, equals, getId, hashCode, setId
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NamedModuleImpl

public NamedModuleImpl()
Method Detail

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

JBoss Metadata Common 7.0.1.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.