public class

ItemReceiptExpense

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.purchases_2010_2.ItemReceiptExpense

Class Overview

Java class for ItemReceiptExpense complex type.

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

 <complexType name="ItemReceiptExpense">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="markReceived" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="orderLine" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="account" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String account
protected Double amount
protected CustomFieldList customFieldList
protected Boolean markReceived
protected String memo
protected Long orderLine
Public Constructors
ItemReceiptExpense()
Public Methods
String getAccount()
Gets the value of the account property.
Double getAmount()
Gets the value of the amount property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
String getMemo()
Gets the value of the memo property.
Long getOrderLine()
Gets the value of the orderLine property.
Boolean isMarkReceived()
Gets the value of the markReceived property.
void setAccount(String value)
Sets the value of the account property.
void setAmount(Double value)
Sets the value of the amount property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setMarkReceived(Boolean value)
Sets the value of the markReceived property.
void setMemo(String value)
Sets the value of the memo property.
void setOrderLine(Long value)
Sets the value of the orderLine property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String account

protected Double amount

protected CustomFieldList customFieldList

protected Boolean markReceived

protected String memo

protected Long orderLine

Public Constructors

public ItemReceiptExpense ()

Public Methods

public String getAccount ()

Gets the value of the account property.

Returns
  • possible object is String

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public Long getOrderLine ()

Gets the value of the orderLine property.

Returns
  • possible object is Long

public Boolean isMarkReceived ()

Gets the value of the markReceived property.

Returns
  • possible object is Boolean

public void setAccount (String value)

Sets the value of the account property.

Parameters
value Allowed object is String

public void setAmount (Double value)

Sets the value of the amount property.

Parameters
value Allowed object is Double

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setMarkReceived (Boolean value)

Sets the value of the markReceived property.

Parameters
value Allowed object is Boolean

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setOrderLine (Long value)

Sets the value of the orderLine property.

Parameters
value Allowed object is Long