org.apache.openejb.jee
Class WebModule

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

public class WebModule
extends java.lang.Object


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

Field Detail

webUri

protected java.lang.String webUri

contextRoot

protected java.lang.String contextRoot

id

protected java.lang.String id
Constructor Detail

WebModule

public WebModule()
Method Detail

getContextRoot

public java.lang.String getContextRoot()

setContextRoot

public void setContextRoot(java.lang.String contextRoot)

getId

public java.lang.String getId()

setId

public void setId(java.lang.String id)

getWebUri

public java.lang.String getWebUri()

setWebUri

public void setWebUri(java.lang.String webUri)


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