Class ReportQueryResultListItem


  • public class ReportQueryResultListItem
    extends java.lang.Object
    This class is used to wrap collection of attributes of a record returned by a JPA report query.
    Author:
    gonural
    • Constructor Summary

      Constructors 
      Constructor Description
      ReportQueryResultListItem()
      Instantiates a new query result list item.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.List<JAXBElement> getFields()
      Gets the fields.
      void setFields​(java.util.List<JAXBElement> fields)
      Sets the fields.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ReportQueryResultListItem

        public ReportQueryResultListItem()
        Instantiates a new query result list item.
    • Method Detail

      • getFields

        public java.util.List<JAXBElement> getFields()
        Gets the fields.
        Returns:
        the fields
      • setFields

        public void setFields​(java.util.List<JAXBElement> fields)
        Sets the fields.
        Parameters:
        fields - the new fields