|
EclipseLink 2.5.0, build 'v20130110-d839ca4' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.persistence.jpa.rs.response.QueryResultList
public class QueryResultList
| Constructor Summary | |
|---|---|
QueryResultList()
Instantiates a new query result list. |
|
| Method Summary | |
|---|---|
void |
addItem(QueryResultListItem item)
Adds the item. |
boolean |
equals(java.lang.Object obj)
|
java.util.List<QueryResultListItem> |
getItems()
Gets the items. |
int |
hashCode()
|
void |
setItems(java.util.List<QueryResultListItem> items)
Sets the items. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public QueryResultList()
| Method Detail |
|---|
public java.util.List<QueryResultListItem> getItems()
public void setItems(java.util.List<QueryResultListItem> items)
items - the new itemspublic void addItem(QueryResultListItem item)
item - the itempublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object
|
EclipseLink 2.5.0, build 'v20130110-d839ca4' API Reference | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||