public class

ItemAvailability

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.ItemAvailability

Class Overview

Java class for ItemAvailability complex type.

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

 <complexType name="ItemAvailability">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef"/>
         <element name="lastQtyAvailableChange" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="locationId" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" 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="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="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="quantityBackOrdered" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantityAvailable" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef item
protected XMLGregorianCalendar lastQtyAvailableChange
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
ItemAvailability()
Public Methods
RecordRef getItem()
Gets the value of the item property.
XMLGregorianCalendar getLastQtyAvailableChange()
Gets the value of the lastQtyAvailableChange 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 setItem(RecordRef value)
Sets the value of the item property.
void setLastQtyAvailableChange(XMLGregorianCalendar value)
Sets the value of the lastQtyAvailableChange 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 RecordRef item

protected XMLGregorianCalendar lastQtyAvailableChange

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 ItemAvailability ()

Public Methods

public RecordRef getItem ()

Gets the value of the item property.

Returns

public XMLGregorianCalendar getLastQtyAvailableChange ()

Gets the value of the lastQtyAvailableChange property.

Returns
  • possible object is XMLGregorianCalendar

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 setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLastQtyAvailableChange (XMLGregorianCalendar value)

Sets the value of the lastQtyAvailableChange property.

Parameters
value Allowed object is XMLGregorianCalendar

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