public class

InventoryNumberSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2012_1.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2012_1.InventoryNumberSearchBasic

Class Overview

Java class for InventoryNumberSearchBasic complex type.

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

 <complexType name="InventoryNumberSearchBasic">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="expirationDate" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="inventoryNumber" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="isOnHand" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="location" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="memo" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="quantityAvailable" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="quantityInTransit" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="quantityOnHand" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="quantityOnOrder" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchCustomFieldList customFieldList
protected SearchDateField expirationDate
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchStringField inventoryNumber
protected SearchBooleanField isOnHand
protected SearchMultiSelectField item
protected SearchMultiSelectField location
protected SearchStringField memo
protected SearchDoubleField quantityAvailable
protected SearchDoubleField quantityInTransit
protected SearchDoubleField quantityOnHand
protected SearchDoubleField quantityOnOrder
Public Constructors
InventoryNumberSearchBasic()
Public Methods
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchDateField getExpirationDate()
Gets the value of the expirationDate property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchStringField getInventoryNumber()
Gets the value of the inventoryNumber property.
SearchBooleanField getIsOnHand()
Gets the value of the isOnHand property.
SearchMultiSelectField getItem()
Gets the value of the item property.
SearchMultiSelectField getLocation()
Gets the value of the location property.
SearchStringField getMemo()
Gets the value of the memo property.
SearchDoubleField getQuantityAvailable()
Gets the value of the quantityAvailable property.
SearchDoubleField getQuantityInTransit()
Gets the value of the quantityInTransit property.
SearchDoubleField getQuantityOnHand()
Gets the value of the quantityOnHand property.
SearchDoubleField getQuantityOnOrder()
Gets the value of the quantityOnOrder property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setExpirationDate(SearchDateField value)
Sets the value of the expirationDate property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setInventoryNumber(SearchStringField value)
Sets the value of the inventoryNumber property.
void setIsOnHand(SearchBooleanField value)
Sets the value of the isOnHand property.
void setItem(SearchMultiSelectField value)
Sets the value of the item property.
void setLocation(SearchMultiSelectField value)
Sets the value of the location property.
void setMemo(SearchStringField value)
Sets the value of the memo property.
void setQuantityAvailable(SearchDoubleField value)
Sets the value of the quantityAvailable property.
void setQuantityInTransit(SearchDoubleField value)
Sets the value of the quantityInTransit property.
void setQuantityOnHand(SearchDoubleField value)
Sets the value of the quantityOnHand property.
void setQuantityOnOrder(SearchDoubleField value)
Sets the value of the quantityOnOrder property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchCustomFieldList customFieldList

protected SearchDateField expirationDate

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchStringField inventoryNumber

protected SearchBooleanField isOnHand

protected SearchMultiSelectField item

protected SearchMultiSelectField location

protected SearchStringField memo

protected SearchDoubleField quantityAvailable

protected SearchDoubleField quantityInTransit

protected SearchDoubleField quantityOnHand

protected SearchDoubleField quantityOnOrder

Public Constructors

public InventoryNumberSearchBasic ()

Public Methods

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchDateField getExpirationDate ()

Gets the value of the expirationDate property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchStringField getInventoryNumber ()

Gets the value of the inventoryNumber property.

Returns

public SearchBooleanField getIsOnHand ()

Gets the value of the isOnHand property.

Returns

public SearchMultiSelectField getItem ()

Gets the value of the item property.

Returns

public SearchMultiSelectField getLocation ()

Gets the value of the location property.

Returns

public SearchStringField getMemo ()

Gets the value of the memo property.

Returns

public SearchDoubleField getQuantityAvailable ()

Gets the value of the quantityAvailable property.

Returns

public SearchDoubleField getQuantityInTransit ()

Gets the value of the quantityInTransit property.

Returns

public SearchDoubleField getQuantityOnHand ()

Gets the value of the quantityOnHand property.

Returns

public SearchDoubleField getQuantityOnOrder ()

Gets the value of the quantityOnOrder property.

Returns

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setExpirationDate (SearchDateField value)

Sets the value of the expirationDate property.

Parameters
value Allowed object is SearchDateField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setInventoryNumber (SearchStringField value)

Sets the value of the inventoryNumber property.

Parameters
value Allowed object is SearchStringField

public void setIsOnHand (SearchBooleanField value)

Sets the value of the isOnHand property.

Parameters
value Allowed object is SearchBooleanField

public void setItem (SearchMultiSelectField value)

Sets the value of the item property.

Parameters
value Allowed object is SearchMultiSelectField

public void setLocation (SearchMultiSelectField value)

Sets the value of the location property.

Parameters
value Allowed object is SearchMultiSelectField

public void setMemo (SearchStringField value)

Sets the value of the memo property.

Parameters
value Allowed object is SearchStringField

public void setQuantityAvailable (SearchDoubleField value)

Sets the value of the quantityAvailable property.

Parameters
value Allowed object is SearchDoubleField

public void setQuantityInTransit (SearchDoubleField value)

Sets the value of the quantityInTransit property.

Parameters
value Allowed object is SearchDoubleField

public void setQuantityOnHand (SearchDoubleField value)

Sets the value of the quantityOnHand property.

Parameters
value Allowed object is SearchDoubleField

public void setQuantityOnOrder (SearchDoubleField value)

Sets the value of the quantityOnOrder property.

Parameters
value Allowed object is SearchDoubleField