|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.easybeans.deployable.struct.AbsModuleImpl
public abstract class AbsModuleImpl
Defines a common abstract module.
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 |
---|
private java.lang.String path
private java.lang.String altDd
Constructor Detail |
---|
public AbsModuleImpl()
Method Detail |
---|
public java.lang.String getPath()
getPath
in interface Module
public void setPath(java.lang.String path)
path
- the path to the module.public java.lang.String getAltDd()
getAltDd
in interface Module
public void setAltDd(java.lang.String altDd)
altDd
- the alternative Deployment Desc.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |