org.apache.openejb.jee.sun
Class Web

java.lang.Object
  extended by org.apache.openejb.jee.sun.Web

public class Web
extends java.lang.Object


Field Summary
protected  java.lang.String contextRoot
           
protected  java.lang.String webUri
           
 
Constructor Summary
Web()
           
 
Method Summary
 java.lang.String getContextRoot()
           
 java.lang.String getWebUri()
           
 void setContextRoot(java.lang.String value)
           
 void setWebUri(java.lang.String value)
           
 
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
Constructor Detail

Web

public Web()
Method Detail

getWebUri

public java.lang.String getWebUri()

setWebUri

public void setWebUri(java.lang.String value)

getContextRoot

public java.lang.String getContextRoot()

setContextRoot

public void setContextRoot(java.lang.String value)


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