public class

InventoryItemLocations

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.InventoryItemLocations

Class Overview

Java class for InventoryItemLocations complex type.

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

 <complexType name="InventoryItemLocations">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="quantityOnHand" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="onHandValueMli" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="averageCostMli" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="lastPurchasePriceMli" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="reorderPoint" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="preferredStockLevel" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="defaultReturnCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantityOnOrder" 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="quantityAvailable" 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="locationId" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double averageCostMli
protected Double defaultReturnCost
protected Double lastPurchasePriceMli
protected String location
protected RecordRef locationId
protected Double onHandValueMli
protected Double preferredStockLevel
protected Double quantityAvailable
protected Double quantityBackOrdered
protected Double quantityCommitted
protected Double quantityOnHand
protected Double quantityOnOrder
protected Double reorderPoint
Public Constructors
InventoryItemLocations()
Public Methods
Double getAverageCostMli()
Gets the value of the averageCostMli property.
Double getDefaultReturnCost()
Gets the value of the defaultReturnCost property.
Double getLastPurchasePriceMli()
Gets the value of the lastPurchasePriceMli property.
String getLocation()
Gets the value of the location property.
RecordRef getLocationId()
Gets the value of the locationId property.
Double getOnHandValueMli()
Gets the value of the onHandValueMli property.
Double getPreferredStockLevel()
Gets the value of the preferredStockLevel 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 getQuantityOnHand()
Gets the value of the quantityOnHand property.
Double getQuantityOnOrder()
Gets the value of the quantityOnOrder property.
Double getReorderPoint()
Gets the value of the reorderPoint property.
void setAverageCostMli(Double value)
Sets the value of the averageCostMli property.
void setDefaultReturnCost(Double value)
Sets the value of the defaultReturnCost property.
void setLastPurchasePriceMli(Double value)
Sets the value of the lastPurchasePriceMli property.
void setLocation(String value)
Sets the value of the location property.
void setLocationId(RecordRef value)
Sets the value of the locationId property.
void setOnHandValueMli(Double value)
Sets the value of the onHandValueMli property.
void setPreferredStockLevel(Double value)
Sets the value of the preferredStockLevel 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 setQuantityOnHand(Double value)
Sets the value of the quantityOnHand property.
void setQuantityOnOrder(Double value)
Sets the value of the quantityOnOrder property.
void setReorderPoint(Double value)
Sets the value of the reorderPoint property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double averageCostMli

protected Double defaultReturnCost

protected Double lastPurchasePriceMli

protected String location

protected RecordRef locationId

protected Double onHandValueMli

protected Double preferredStockLevel

protected Double quantityAvailable

protected Double quantityBackOrdered

protected Double quantityCommitted

protected Double quantityOnHand

protected Double quantityOnOrder

protected Double reorderPoint

Public Constructors

public InventoryItemLocations ()

Public Methods

public Double getAverageCostMli ()

Gets the value of the averageCostMli property.

Returns
  • possible object is Double

public Double getDefaultReturnCost ()

Gets the value of the defaultReturnCost property.

Returns
  • possible object is Double

public Double getLastPurchasePriceMli ()

Gets the value of the lastPurchasePriceMli property.

Returns
  • possible object is Double

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public RecordRef getLocationId ()

Gets the value of the locationId property.

Returns

public Double getOnHandValueMli ()

Gets the value of the onHandValueMli property.

Returns
  • possible object is Double

public Double getPreferredStockLevel ()

Gets the value of the preferredStockLevel 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 getQuantityOnHand ()

Gets the value of the quantityOnHand property.

Returns
  • possible object is Double

public Double getQuantityOnOrder ()

Gets the value of the quantityOnOrder property.

Returns
  • possible object is Double

public Double getReorderPoint ()

Gets the value of the reorderPoint property.

Returns
  • possible object is Double

public void setAverageCostMli (Double value)

Sets the value of the averageCostMli property.

Parameters
value Allowed object is Double

public void setDefaultReturnCost (Double value)

Sets the value of the defaultReturnCost property.

Parameters
value Allowed object is Double

public void setLastPurchasePriceMli (Double value)

Sets the value of the lastPurchasePriceMli property.

Parameters
value Allowed object is Double

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setLocationId (RecordRef value)

Sets the value of the locationId property.

Parameters
value Allowed object is RecordRef

public void setOnHandValueMli (Double value)

Sets the value of the onHandValueMli property.

Parameters
value Allowed object is Double

public void setPreferredStockLevel (Double value)

Sets the value of the preferredStockLevel 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 setQuantityOnHand (Double value)

Sets the value of the quantityOnHand property.

Parameters
value Allowed object is Double

public void setQuantityOnOrder (Double value)

Sets the value of the quantityOnOrder property.

Parameters
value Allowed object is Double

public void setReorderPoint (Double value)

Sets the value of the reorderPoint property.

Parameters
value Allowed object is Double