public class

InventoryItemBinNumber

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

Class Overview

Java class for InventoryItemBinNumber complex type.

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

 <complexType name="InventoryItemBinNumber">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="binNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="onHand" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="onHandAvail" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="location" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="preferredBin" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef binNumber
protected String location
protected String onHand
protected String onHandAvail
protected Boolean preferredBin
Public Constructors
InventoryItemBinNumber()
Public Methods
RecordRef getBinNumber()
Gets the value of the binNumber property.
String getLocation()
Gets the value of the location property.
String getOnHand()
Gets the value of the onHand property.
String getOnHandAvail()
Gets the value of the onHandAvail property.
Boolean isPreferredBin()
Gets the value of the preferredBin property.
void setBinNumber(RecordRef value)
Sets the value of the binNumber property.
void setLocation(String value)
Sets the value of the location property.
void setOnHand(String value)
Sets the value of the onHand property.
void setOnHandAvail(String value)
Sets the value of the onHandAvail property.
void setPreferredBin(Boolean value)
Sets the value of the preferredBin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef binNumber

protected String location

protected String onHand

protected String onHandAvail

protected Boolean preferredBin

Public Constructors

public InventoryItemBinNumber ()

Public Methods

public RecordRef getBinNumber ()

Gets the value of the binNumber property.

Returns

public String getLocation ()

Gets the value of the location property.

Returns
  • possible object is String

public String getOnHand ()

Gets the value of the onHand property.

Returns
  • possible object is String

public String getOnHandAvail ()

Gets the value of the onHandAvail property.

Returns
  • possible object is String

public Boolean isPreferredBin ()

Gets the value of the preferredBin property.

Returns
  • possible object is Boolean

public void setBinNumber (RecordRef value)

Sets the value of the binNumber property.

Parameters
value Allowed object is RecordRef

public void setLocation (String value)

Sets the value of the location property.

Parameters
value Allowed object is String

public void setOnHand (String value)

Sets the value of the onHand property.

Parameters
value Allowed object is String

public void setOnHandAvail (String value)

Sets the value of the onHandAvail property.

Parameters
value Allowed object is String

public void setPreferredBin (Boolean value)

Sets the value of the preferredBin property.

Parameters
value Allowed object is Boolean