public class

GetEntryResultForReports

extends Object
java.lang.Object
   ↳ com.sugarcrm.sugarcrm.GetEntryResultForReports

Class Overview

Java class for get_entry_result_for_reports complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="get_entry_result_for_reports">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <all>
         <element name="field_list" type="{http://www.sugarcrm.com/sugarcrm}report_field_list"/>
         <element name="entry_list" type="{http://www.sugarcrm.com/sugarcrm}report_entry_list"/>
       </all>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ReportEntryList entryList
protected ReportFieldList fieldList
Public Constructors
GetEntryResultForReports()
Public Methods
ReportEntryList getEntryList()
Gets the value of the entryList property.
ReportFieldList getFieldList()
Gets the value of the fieldList property.
void setEntryList(ReportEntryList value)
Sets the value of the entryList property.
void setFieldList(ReportFieldList value)
Sets the value of the fieldList property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ReportEntryList entryList

protected ReportFieldList fieldList

Public Constructors

public GetEntryResultForReports ()

Public Methods

public ReportEntryList getEntryList ()

Gets the value of the entryList property.

Returns

public ReportFieldList getFieldList ()

Gets the value of the fieldList property.

Returns

public void setEntryList (ReportEntryList value)

Sets the value of the entryList property.

Parameters
value Allowed object is ReportEntryList

public void setFieldList (ReportFieldList value)

Sets the value of the fieldList property.

Parameters
value Allowed object is ReportFieldList