org.apache.openejb.jee
Class WebModule

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

public class WebModule
extends Object


Field Summary
protected  String contextRoot
           
protected  String id
           
protected  String webUri
           
 
Constructor Summary
WebModule()
           
 
Method Summary
 String getContextRoot()
           
 String getId()
           
 String getWebUri()
           
 void setContextRoot(String contextRoot)
           
 void setId(String id)
           
 void setWebUri(String webUri)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webUri

protected String webUri

contextRoot

protected String contextRoot

id

protected String id
Constructor Detail

WebModule

public WebModule()
Method Detail

getContextRoot

public String getContextRoot()

setContextRoot

public void setContextRoot(String contextRoot)

getId

public String getId()

setId

public void setId(String id)

getWebUri

public String getWebUri()

setWebUri

public void setWebUri(String webUri)


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