org.apache.openejb.jee
Class Module

java.lang.Object
  extended by org.apache.openejb.jee.Module

public class Module
extends Object


Field Summary
protected  String altDd
           
protected  String connector
           
protected  String ejb
           
protected  String id
           
protected  String java
           
protected  WebModule web
           
 
Constructor Summary
Module()
           
 
Method Summary
 String getAltDd()
           
 String getConnector()
           
 String getEjb()
           
 String getId()
           
 String getJava()
           
 WebModule getWeb()
           
 void setAltDd(String altDd)
           
 void setConnector(String connector)
           
 void setEjb(String ejb)
           
 void setId(String id)
           
 void setJava(String java)
           
 void setWeb(WebModule web)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

connector

protected String connector

ejb

protected String ejb

java

protected String java

web

protected WebModule web

altDd

protected String altDd

id

protected String id
Constructor Detail

Module

public Module()
Method Detail

getAltDd

public String getAltDd()

setAltDd

public void setAltDd(String altDd)

getConnector

public String getConnector()

setConnector

public void setConnector(String connector)

getEjb

public String getEjb()

setEjb

public void setEjb(String ejb)

getId

public String getId()

setId

public void setId(String id)

getJava

public String getJava()

setJava

public void setJava(String java)

getWeb

public WebModule getWeb()

setWeb

public void setWeb(WebModule web)


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.