org.objectweb.easybeans.deployable.struct
Class AbsModuleImpl

java.lang.Object
  extended by org.objectweb.easybeans.deployable.struct.AbsModuleImpl
All Implemented Interfaces:
Module
Direct Known Subclasses:
ConnectorModuleImpl, EJBModuleImpl, JavaModuleImpl, WebModuleImpl

public abstract class AbsModuleImpl
extends java.lang.Object
implements Module

Defines a common abstract module.

Author:
Florent Benoit

Field Summary
private  java.lang.String altDd
          Alternative Deployment descriptor.
private  java.lang.String path
          Path to the module.
 
Constructor Summary
AbsModuleImpl()
           
 
Method Summary
 java.lang.String getAltDd()
           
 java.lang.String getPath()
           
 void setAltDd(java.lang.String altDd)
          Defines the alternative Deployment Desc for this module.
 void setPath(java.lang.String path)
          Defines the path for this module.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

path

private java.lang.String path
Path to the module.


altDd

private java.lang.String altDd
Alternative Deployment descriptor.

Constructor Detail

AbsModuleImpl

public AbsModuleImpl()
Method Detail

getPath

public java.lang.String getPath()
Specified by:
getPath in interface Module
Returns:
the Path to the module.

setPath

public void setPath(java.lang.String path)
Defines the path for this module.

Parameters:
path - the path to the module.

getAltDd

public java.lang.String getAltDd()
Specified by:
getAltDd in interface Module
Returns:
alt-dd value.

setAltDd

public void setAltDd(java.lang.String altDd)
Defines the alternative Deployment Desc for this module.

Parameters:
altDd - the alternative Deployment Desc.