public class

LotNumberedInventoryItemLocations

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

Class Overview

Java class for LotNumberedInventoryItemLocations complex type.

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

 <complexType name="LotNumberedInventoryItemLocations">
   <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="serialNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="expirationDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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"/>
         <element name="locationlookup" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location_display" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double averageCostMli
protected Double defaultReturnCost
protected XMLGregorianCalendar expirationDate
protected Double lastPurchasePriceMli
protected String location
protected String locationDisplay
protected RecordRef locationId
protected RecordRef locationlookup
protected Double onHandValueMli
protected Double preferredStockLevel
protected Double quantityAvailable
protected Double quantityBackOrdered
protected Double quantityCommitted
protected Double quantityOnHand
protected Double quantityOnOrder
protected Double reorderPoint
protected String serialNumbers
Public Constructors
LotNumberedInventoryItemLocations()
Public Methods
Double getAverageCostMli()
Gets the value of the averageCostMli property.
Double getDefaultReturnCost()
Gets the value of the defaultReturnCost property.
XMLGregorianCalendar getExpirationDate()
Gets the value of the expirationDate property.
Double getLastPurchasePriceMli()
Gets the value of the lastPurchasePriceMli property.
String getLocation()
Gets the value of the location property.
String getLocationDisplay()
Gets the value of the locationDisplay property.
RecordRef getLocationId()
Gets the value of the locationId property.
RecordRef getLocationlookup()
Gets the value of the locationlookup 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.
String getSerialNumbers()
Gets the value of the serialNumbers property.
void setAverageCostMli(Double value)
Sets the value of the averageCostMli property.
void setDefaultReturnCost(Double value)
Sets the value of the defaultReturnCost property.
void setExpirationDate(XMLGregorianCalendar value)
Sets the value of the expirationDate property.
void setLastPurchasePriceMli(Double value)
Sets the value of the lastPurchasePriceMli property.
void setLocation(String value)
Sets the value of the location property.
void setLocationDisplay(String value)
Sets the value of the locationDisplay property.
void setLocationId(RecordRef value)
Sets the value of the locationId property.
void setLocationlookup(RecordRef value)
Sets the value of the locationlookup 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.
void setSerialNumbers(String value)
Sets the value of the serialNumbers property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double averageCostMli

protected Double defaultReturnCost

protected XMLGregorianCalendar expirationDate

protected Double lastPurchasePriceMli

protected String location

protected String locationDisplay

protected RecordRef locationId

protected RecordRef locationlookup

protected Double onHandValueMli

protected Double preferredStockLevel

protected Double quantityAvailable

protected Double quantityBackOrdered

protected Double quantityCommitted

protected Double quantityOnHand

protected Double quantityOnOrder

protected Double reorderPoint

protected String serialNumbers

Public Constructors

public LotNumberedInventoryItemLocations ()

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 XMLGregorianCalendar getExpirationDate ()

Gets the value of the expirationDate property.

Returns
  • possible object is XMLGregorianCalendar

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 String getLocationDisplay ()

Gets the value of the locationDisplay property.

Returns
  • possible object is String

public RecordRef getLocationId ()

Gets the value of the locationId property.

Returns

public RecordRef getLocationlookup ()

Gets the value of the locationlookup 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 String getSerialNumbers ()

Gets the value of the serialNumbers property.

Returns
  • possible object is String

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 setExpirationDate (XMLGregorianCalendar value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is XMLGregorianCalendar

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 setLocationDisplay (String value)

Sets the value of the locationDisplay 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 setLocationlookup (RecordRef value)

Sets the value of the locationlookup 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

public void setSerialNumbers (String value)

Sets the value of the serialNumbers property.

Parameters
value Allowed object is String