public class CMSRequestInfos
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected java.util.List<Link> |
links |
protected java.util.Collection<CMSRequestInfo> |
requests |
Constructor and Description |
---|
CMSRequestInfos() |
Modifier and Type | Method and Description |
---|---|
void |
addLink(Link link) |
void |
addRequest(CMSRequestInfo request) |
java.util.List<Link> |
getLinks() |
java.util.Collection<CMSRequestInfo> |
getRequests() |
void |
setLinks(java.util.List<Link> links) |
void |
setRequests(java.util.Collection<CMSRequestInfo> requests) |
protected java.util.Collection<CMSRequestInfo> requests
protected java.util.List<Link> links
public java.util.Collection<CMSRequestInfo> getRequests()
public void setRequests(java.util.Collection<CMSRequestInfo> requests)
requests
- the requests to setpublic void addRequest(CMSRequestInfo request)
requests
- the requests to addpublic java.util.List<Link> getLinks()
public void setLinks(java.util.List<Link> links)
links
- the links to setpublic void addLink(Link link)
links
- the link to add