Class ReportQueryResultListItem
java.lang.Object
org.eclipse.persistence.jpa.rs.util.list.ReportQueryResultListItem
This class is used to wrap collection of attributes of a record returned by a JPA report query.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionList<JAXBElement<?>> Gets the fields.voidsetFields(List<JAXBElement<?>> fields) Sets the fields.
-
Constructor Details
-
ReportQueryResultListItem
public ReportQueryResultListItem()Instantiates a new query result list item.
-
-
Method Details
-
getFields
Gets the fields.- Returns:
- the fields
-
setFields
Sets the fields.- Parameters:
fields- the new fields
-