org.apache.openejb.jee
Class WebResourceCollection

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

public class WebResourceCollection
extends Object


Field Summary
protected  List<Text> description
           
protected  List<String> httpMethod
           
protected  String id
           
protected  List<String> urlPattern
           
protected  String webResourceName
           
 
Constructor Summary
WebResourceCollection()
           
 
Method Summary
 List<Text> getDescription()
           
 List<String> getHttpMethod()
           
 String getId()
           
 List<String> getUrlPattern()
           
 String getWebResourceName()
           
 void setId(String value)
           
 void setWebResourceName(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

webResourceName

protected String webResourceName

description

protected List<Text> description

urlPattern

protected List<String> urlPattern

httpMethod

protected List<String> httpMethod

id

protected String id
Constructor Detail

WebResourceCollection

public WebResourceCollection()
Method Detail

getWebResourceName

public String getWebResourceName()

setWebResourceName

public void setWebResourceName(String value)

getDescription

public List<Text> getDescription()

getUrlPattern

public List<String> getUrlPattern()

getHttpMethod

public List<String> getHttpMethod()

getId

public String getId()

setId

public void setId(String value)


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