public class

BinWorksheetItem

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.inventory_2012_1.BinWorksheetItem

Class Overview

Java class for BinWorksheetItem complex type.

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

 <complexType name="BinWorksheetItem">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="itemName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="itemOnHand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemUnitsLabel" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="inventoryDetail" type="{urn:common_2012_1.platform.webservices.netsuite.com}InventoryDetail" minOccurs="0"/>
         <element name="itemBins" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemBinNumbers" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemBinList" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemPreferBin" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="itemBlank" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String description
protected InventoryDetail inventoryDetail
protected RecordRef item
protected String itemBinList
protected String itemBinNumbers
protected String itemBins
protected String itemBlank
protected String itemName
protected String itemOnHand
protected String itemPreferBin
protected String itemUnitsLabel
protected Double quantity
Public Constructors
BinWorksheetItem()
Public Methods
String getDescription()
Gets the value of the description property.
InventoryDetail getInventoryDetail()
Gets the value of the inventoryDetail property.
RecordRef getItem()
Gets the value of the item property.
String getItemBinList()
Gets the value of the itemBinList property.
String getItemBinNumbers()
Gets the value of the itemBinNumbers property.
String getItemBins()
Gets the value of the itemBins property.
String getItemBlank()
Gets the value of the itemBlank property.
String getItemName()
Gets the value of the itemName property.
String getItemOnHand()
Gets the value of the itemOnHand property.
String getItemPreferBin()
Gets the value of the itemPreferBin property.
String getItemUnitsLabel()
Gets the value of the itemUnitsLabel property.
Double getQuantity()
Gets the value of the quantity property.
void setDescription(String value)
Sets the value of the description property.
void setInventoryDetail(InventoryDetail value)
Sets the value of the inventoryDetail property.
void setItem(RecordRef value)
Sets the value of the item property.
void setItemBinList(String value)
Sets the value of the itemBinList property.
void setItemBinNumbers(String value)
Sets the value of the itemBinNumbers property.
void setItemBins(String value)
Sets the value of the itemBins property.
void setItemBlank(String value)
Sets the value of the itemBlank property.
void setItemName(String value)
Sets the value of the itemName property.
void setItemOnHand(String value)
Sets the value of the itemOnHand property.
void setItemPreferBin(String value)
Sets the value of the itemPreferBin property.
void setItemUnitsLabel(String value)
Sets the value of the itemUnitsLabel property.
void setQuantity(Double value)
Sets the value of the quantity property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String description

protected InventoryDetail inventoryDetail

protected RecordRef item

protected String itemBinList

protected String itemBinNumbers

protected String itemBins

protected String itemBlank

protected String itemName

protected String itemOnHand

protected String itemPreferBin

protected String itemUnitsLabel

protected Double quantity

Public Constructors

public BinWorksheetItem ()

Public Methods

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public InventoryDetail getInventoryDetail ()

Gets the value of the inventoryDetail property.

Returns

public RecordRef getItem ()

Gets the value of the item property.

Returns

public String getItemBinList ()

Gets the value of the itemBinList property.

Returns
  • possible object is String

public String getItemBinNumbers ()

Gets the value of the itemBinNumbers property.

Returns
  • possible object is String

public String getItemBins ()

Gets the value of the itemBins property.

Returns
  • possible object is String

public String getItemBlank ()

Gets the value of the itemBlank property.

Returns
  • possible object is String

public String getItemName ()

Gets the value of the itemName property.

Returns
  • possible object is String

public String getItemOnHand ()

Gets the value of the itemOnHand property.

Returns
  • possible object is String

public String getItemPreferBin ()

Gets the value of the itemPreferBin property.

Returns
  • possible object is String

public String getItemUnitsLabel ()

Gets the value of the itemUnitsLabel property.

Returns
  • possible object is String

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setInventoryDetail (InventoryDetail value)

Sets the value of the inventoryDetail property.

Parameters
value Allowed object is InventoryDetail

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setItemBinList (String value)

Sets the value of the itemBinList property.

Parameters
value Allowed object is String

public void setItemBinNumbers (String value)

Sets the value of the itemBinNumbers property.

Parameters
value Allowed object is String

public void setItemBins (String value)

Sets the value of the itemBins property.

Parameters
value Allowed object is String

public void setItemBlank (String value)

Sets the value of the itemBlank property.

Parameters
value Allowed object is String

public void setItemName (String value)

Sets the value of the itemName property.

Parameters
value Allowed object is String

public void setItemOnHand (String value)

Sets the value of the itemOnHand property.

Parameters
value Allowed object is String

public void setItemPreferBin (String value)

Sets the value of the itemPreferBin property.

Parameters
value Allowed object is String

public void setItemUnitsLabel (String value)

Sets the value of the itemUnitsLabel property.

Parameters
value Allowed object is String

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double