public class

SalesByCustomerSummary

extends AdvSummaryReportParam
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.AdvReportParamBase
     ↳ org.mule.modules.quickbooks.windows.schema.AdvSummaryReportParam
       ↳ org.mule.modules.quickbooks.windows.schema.SalesByCustomerSummary

Class Overview

Java class for SalesByCustomerSummary complex type.

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

 <complexType name="SalesByCustomerSummary">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}AdvSummaryReportParam">
       <sequence>
         <element name="CustomerIdSet" type="{http://www.intuit.com/sb/cdm/v2}IdSet" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.AdvSummaryReportParam
From class org.mule.modules.quickbooks.windows.schema.AdvReportParamBase
Fields
protected IdSet customerIdSet
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.AdvReportParamBase
Public Constructors
SalesByCustomerSummary()
Public Methods
IdSet getCustomerIdSet()
Gets the value of the customerIdSet property.
void setCustomerIdSet(IdSet value)
Sets the value of the customerIdSet property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.AdvReportParamBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected IdSet customerIdSet

Public Constructors

public SalesByCustomerSummary ()

Public Methods

public IdSet getCustomerIdSet ()

Gets the value of the customerIdSet property.

Returns
  • possible object is IdSet

public void setCustomerIdSet (IdSet value)

Sets the value of the customerIdSet property.

Parameters
value Allowed object is IdSet