org.apache.openejb.jee
Class WebResourceCollection
java.lang.Object
org.apache.openejb.jee.WebResourceCollection
public class WebResourceCollection
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
webResourceName
protected String webResourceName
description
protected List<Text> description
urlPattern
protected List<String> urlPattern
httpMethod
protected List<String> httpMethod
id
protected String id
WebResourceCollection
public WebResourceCollection()
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.