public class

InterCompanyTransferOrderItem

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.inventory_2010_2.InterCompanyTransferOrderItem

Class Overview

Java class for InterCompanyTransferOrderItem complex type.

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

 <complexType name="InterCompanyTransferOrderItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="line" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="quantityAvailable" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantityOnHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantityBackOrdered" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantityCommitted" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantityFulfilled" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantityReceived" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="rate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="units" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="amount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="commitInventory" type="{urn:types.inventory_2010_2.transactions.webservices.netsuite.com}TransferOrderItemCommitInventory" minOccurs="0"/>
         <element name="options" type="{urn:core_2010_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="lastPurchasePrice" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="averageCost" 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 Double amount
protected Double averageCost
protected RecordRef clazz
protected TransferOrderItemCommitInventory commitInventory
protected CustomFieldList customFieldList
protected RecordRef department
protected String description
protected RecordRef item
protected Double lastPurchasePrice
protected Long line
protected CustomFieldList options
protected Double quantity
protected Double quantityAvailable
protected Double quantityBackOrdered
protected Double quantityCommitted
protected Double quantityFulfilled
protected Double quantityOnHand
protected Double quantityReceived
protected Double rate
protected RecordRef units
Public Constructors
InterCompanyTransferOrderItem()
Public Methods
Double getAmount()
Gets the value of the amount property.
Double getAverageCost()
Gets the value of the averageCost property.
RecordRef getClazz()
Gets the value of the clazz property.
TransferOrderItemCommitInventory getCommitInventory()
Gets the value of the commitInventory property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getDepartment()
Gets the value of the department property.
String getDescription()
Gets the value of the description property.
RecordRef getItem()
Gets the value of the item property.
Double getLastPurchasePrice()
Gets the value of the lastPurchasePrice property.
Long getLine()
Gets the value of the line property.
CustomFieldList getOptions()
Gets the value of the options property.
Double getQuantity()
Gets the value of the quantity property.
Double getQuantityAvailable()
Gets the value of the quantityAvailable property.
Double getQuantityBackOrdered()
Gets the value of the quantityBackOrdered property.
Double getQuantityCommitted()
Gets the value of the quantityCommitted property.
Double getQuantityFulfilled()
Gets the value of the quantityFulfilled property.
Double getQuantityOnHand()
Gets the value of the quantityOnHand property.
Double getQuantityReceived()
Gets the value of the quantityReceived property.
Double getRate()
Gets the value of the rate property.
RecordRef getUnits()
Gets the value of the units property.
void setAmount(Double value)
Sets the value of the amount property.
void setAverageCost(Double value)
Sets the value of the averageCost property.
void setClazz(RecordRef value)
Sets the value of the clazz property.
void setCommitInventory(TransferOrderItemCommitInventory value)
Sets the value of the commitInventory property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setDepartment(RecordRef value)
Sets the value of the department property.
void setDescription(String value)
Sets the value of the description property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLastPurchasePrice(Double value)
Sets the value of the lastPurchasePrice property.
void setLine(Long value)
Sets the value of the line property.
void setOptions(CustomFieldList value)
Sets the value of the options property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setQuantityAvailable(Double value)
Sets the value of the quantityAvailable property.
void setQuantityBackOrdered(Double value)
Sets the value of the quantityBackOrdered property.
void setQuantityCommitted(Double value)
Sets the value of the quantityCommitted property.
void setQuantityFulfilled(Double value)
Sets the value of the quantityFulfilled property.
void setQuantityOnHand(Double value)
Sets the value of the quantityOnHand property.
void setQuantityReceived(Double value)
Sets the value of the quantityReceived property.
void setRate(Double value)
Sets the value of the rate property.
void setUnits(RecordRef value)
Sets the value of the units property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double amount

protected Double averageCost

protected RecordRef clazz

protected TransferOrderItemCommitInventory commitInventory

protected CustomFieldList customFieldList

protected RecordRef department

protected String description

protected RecordRef item

protected Double lastPurchasePrice

protected Long line

protected CustomFieldList options

protected Double quantity

protected Double quantityAvailable

protected Double quantityBackOrdered

protected Double quantityCommitted

protected Double quantityFulfilled

protected Double quantityOnHand

protected Double quantityReceived

protected Double rate

protected RecordRef units

Public Constructors

public InterCompanyTransferOrderItem ()

Public Methods

public Double getAmount ()

Gets the value of the amount property.

Returns
  • possible object is Double

public Double getAverageCost ()

Gets the value of the averageCost property.

Returns
  • possible object is Double

public RecordRef getClazz ()

Gets the value of the clazz property.

Returns

public TransferOrderItemCommitInventory getCommitInventory ()

Gets the value of the commitInventory property.

Returns

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getDepartment ()

Gets the value of the department property.

Returns

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public RecordRef getItem ()

Gets the value of the item property.

Returns

public Double getLastPurchasePrice ()

Gets the value of the lastPurchasePrice property.

Returns
  • possible object is Double

public Long getLine ()

Gets the value of the line property.

Returns
  • possible object is Long

public CustomFieldList getOptions ()

Gets the value of the options property.

Returns

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public Double getQuantityAvailable ()

Gets the value of the quantityAvailable property.

Returns
  • possible object is Double

public Double getQuantityBackOrdered ()

Gets the value of the quantityBackOrdered property.

Returns
  • possible object is Double

public Double getQuantityCommitted ()

Gets the value of the quantityCommitted property.

Returns
  • possible object is Double

public Double getQuantityFulfilled ()

Gets the value of the quantityFulfilled property.

Returns
  • possible object is Double

public Double getQuantityOnHand ()

Gets the value of the quantityOnHand property.

Returns
  • possible object is Double

public Double getQuantityReceived ()

Gets the value of the quantityReceived property.

Returns
  • possible object is Double

public Double getRate ()

Gets the value of the rate property.

Returns
  • possible object is Double

public RecordRef getUnits ()

Gets the value of the units property.

Returns

public void setAmount (Double value)

Sets the value of the amount property.

Parameters
value Allowed object is Double

public void setAverageCost (Double value)

Sets the value of the averageCost property.

Parameters
value Allowed object is Double

public void setClazz (RecordRef value)

Sets the value of the clazz property.

Parameters
value Allowed object is RecordRef

public void setCommitInventory (TransferOrderItemCommitInventory value)

Sets the value of the commitInventory property.

Parameters
value Allowed object is TransferOrderItemCommitInventory

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setDepartment (RecordRef value)

Sets the value of the department property.

Parameters
value Allowed object is RecordRef

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLastPurchasePrice (Double value)

Sets the value of the lastPurchasePrice property.

Parameters
value Allowed object is Double

public void setLine (Long value)

Sets the value of the line property.

Parameters
value Allowed object is Long

public void setOptions (CustomFieldList value)

Sets the value of the options property.

Parameters
value Allowed object is CustomFieldList

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setQuantityAvailable (Double value)

Sets the value of the quantityAvailable property.

Parameters
value Allowed object is Double

public void setQuantityBackOrdered (Double value)

Sets the value of the quantityBackOrdered property.

Parameters
value Allowed object is Double

public void setQuantityCommitted (Double value)

Sets the value of the quantityCommitted property.

Parameters
value Allowed object is Double

public void setQuantityFulfilled (Double value)

Sets the value of the quantityFulfilled property.

Parameters
value Allowed object is Double

public void setQuantityOnHand (Double value)

Sets the value of the quantityOnHand property.

Parameters
value Allowed object is Double

public void setQuantityReceived (Double value)

Sets the value of the quantityReceived property.

Parameters
value Allowed object is Double

public void setRate (Double value)

Sets the value of the rate property.

Parameters
value Allowed object is Double

public void setUnits (RecordRef value)

Sets the value of the units property.

Parameters
value Allowed object is RecordRef