org.apache.openejb.jee
Class Module
java.lang.Object
org.apache.openejb.jee.Module
public class Module
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
connector
protected String connector
ejb
protected String ejb
java
protected String java
web
protected WebModule web
altDd
protected String altDd
id
protected String id
Module
public Module()
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-2013 The Apache OpenEJB development community. All Rights Reserved.