public class

SalesOrderLine

extends LineSales
implements Serializable
java.lang.Object
   ↳ org.mule.modules.quickbooks.windows.schema.LineBase
     ↳ org.mule.modules.quickbooks.windows.schema.LineSales
       ↳ org.mule.modules.quickbooks.windows.schema.SalesOrderLine

Class Overview

Product: QBW Description: Provides the line level detail of the items ordered by the SalesOrder and the associated detail.

Java class for SalesOrderLine complex type.

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

 <complexType name="SalesOrderLine">
   <complexContent>
     <extension base="{http://www.intuit.com/sb/cdm/v2}LineSales">
       <sequence>
         <element name="ManuallyClosed" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Constants
long serialVersionUID
[Expand]
Inherited Constants
From class org.mule.modules.quickbooks.windows.schema.LineSales
From class org.mule.modules.quickbooks.windows.schema.LineBase
Fields
protected Boolean manuallyClosed
[Expand]
Inherited Fields
From class org.mule.modules.quickbooks.windows.schema.LineSales
From class org.mule.modules.quickbooks.windows.schema.LineBase
Public Constructors
SalesOrderLine()
Public Methods
Boolean getManuallyClosed()
Gets the value of the manuallyClosed property.
void setManuallyClosed(Boolean value)
Sets the value of the manuallyClosed property.
[Expand]
Inherited Methods
From class org.mule.modules.quickbooks.windows.schema.LineSales
From class org.mule.modules.quickbooks.windows.schema.LineBase
From class java.lang.Object

Constants

private static final long serialVersionUID

Constant Value: 1 (0x0000000000000001)

Fields

protected Boolean manuallyClosed

Public Constructors

public SalesOrderLine ()

Public Methods

public Boolean getManuallyClosed ()

Gets the value of the manuallyClosed property.

Returns
  • possible object is Boolean

public void setManuallyClosed (Boolean value)

Sets the value of the manuallyClosed property.

Parameters
value Allowed object is Boolean