|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.eclipse.persistence.jpa.rs.util.list.MultiResultQueryList
public class MultiResultQueryList
This class is used to wrap collection of records returned by the multi-result JPA report query.
Constructor Summary | |
---|---|
MultiResultQueryList()
Instantiates a new query result list. |
Method Summary | |
---|---|
void |
addItem(MultiResultQueryListItem item)
Adds the item. |
boolean |
equals(java.lang.Object obj)
|
java.util.List<MultiResultQueryListItem> |
getItems()
Gets the items. |
int |
hashCode()
|
void |
setItems(java.util.List<MultiResultQueryListItem> items)
Sets the items. |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public MultiResultQueryList()
Method Detail |
---|
public java.util.List<MultiResultQueryListItem> getItems()
public void setItems(java.util.List<MultiResultQueryListItem> items)
items
- the new itemspublic void addItem(MultiResultQueryListItem item)
item
- the itempublic int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object
|
EclipseLink 2.4.2, build 'v20130514-5956486' API Reference | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |