public class

ItemSupplyPlanSearchBasic

extends SearchRecordBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.ItemSupplyPlanSearchBasic

Class Overview

Java class for ItemSupplyPlanSearchBasic complex type.

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

 <complexType name="ItemSupplyPlanSearchBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
       <sequence>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="memo" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="orderCreated" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="orderDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="orderType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="quantity" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="receiptDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="units" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchCustomFieldList customFieldList
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField item
protected SearchDateField lastModifiedDate
protected SearchMultiSelectField location
protected SearchStringField memo
protected SearchBooleanField orderCreated
protected SearchDateField orderDate
protected SearchMultiSelectField orderType
protected SearchDoubleField quantity
protected SearchDateField receiptDate
protected SearchMultiSelectField subsidiary
protected SearchMultiSelectField units
Public Constructors
ItemSupplyPlanSearchBasic()
Public Methods
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList 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.
SearchMultiSelectField getItem()
Gets the value of the item property.
SearchDateField getLastModifiedDate()
Gets the value of the lastModifiedDate property.
SearchMultiSelectField getLocation()
Gets the value of the location property.
SearchStringField getMemo()
Gets the value of the memo property.
SearchBooleanField getOrderCreated()
Gets the value of the orderCreated property.
SearchDateField getOrderDate()
Gets the value of the orderDate property.
SearchMultiSelectField getOrderType()
Gets the value of the orderType property.
SearchDoubleField getQuantity()
Gets the value of the quantity property.
SearchDateField getReceiptDate()
Gets the value of the receiptDate property.
SearchMultiSelectField getSubsidiary()
Gets the value of the subsidiary property.
SearchMultiSelectField getUnits()
Gets the value of the units property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList 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 setItem(SearchMultiSelectField value)
Sets the value of the item property.
void setLastModifiedDate(SearchDateField value)
Sets the value of the lastModifiedDate property.
void setLocation(SearchMultiSelectField value)
Sets the value of the location property.
void setMemo(SearchStringField value)
Sets the value of the memo property.
void setOrderCreated(SearchBooleanField value)
Sets the value of the orderCreated property.
void setOrderDate(SearchDateField value)
Sets the value of the orderDate property.
void setOrderType(SearchMultiSelectField value)
Sets the value of the orderType property.
void setQuantity(SearchDoubleField value)
Sets the value of the quantity property.
void setReceiptDate(SearchDateField value)
Sets the value of the receiptDate property.
void setSubsidiary(SearchMultiSelectField value)
Sets the value of the subsidiary property.
void setUnits(SearchMultiSelectField value)
Sets the value of the units property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchCustomFieldList customFieldList

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField item

protected SearchDateField lastModifiedDate

protected SearchMultiSelectField location

protected SearchStringField memo

protected SearchBooleanField orderCreated

protected SearchDateField orderDate

protected SearchMultiSelectField orderType

protected SearchDoubleField quantity

protected SearchDateField receiptDate

protected SearchMultiSelectField subsidiary

protected SearchMultiSelectField units

Public Constructors

public ItemSupplyPlanSearchBasic ()

Public Methods

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList 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 SearchMultiSelectField getItem ()

Gets the value of the item property.

Returns

public SearchDateField getLastModifiedDate ()

Gets the value of the lastModifiedDate 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 SearchBooleanField getOrderCreated ()

Gets the value of the orderCreated property.

Returns

public SearchDateField getOrderDate ()

Gets the value of the orderDate property.

Returns

public SearchMultiSelectField getOrderType ()

Gets the value of the orderType property.

Returns

public SearchDoubleField getQuantity ()

Gets the value of the quantity property.

Returns

public SearchDateField getReceiptDate ()

Gets the value of the receiptDate property.

Returns

public SearchMultiSelectField getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public SearchMultiSelectField getUnits ()

Gets the value of the units property.

Returns

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

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

Sets the value of the item property.

Parameters
value Allowed object is SearchMultiSelectField

public void setLastModifiedDate (SearchDateField value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is SearchDateField

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 setOrderCreated (SearchBooleanField value)

Sets the value of the orderCreated property.

Parameters
value Allowed object is SearchBooleanField

public void setOrderDate (SearchDateField value)

Sets the value of the orderDate property.

Parameters
value Allowed object is SearchDateField

public void setOrderType (SearchMultiSelectField value)

Sets the value of the orderType property.

Parameters
value Allowed object is SearchMultiSelectField

public void setQuantity (SearchDoubleField value)

Sets the value of the quantity property.

Parameters
value Allowed object is SearchDoubleField

public void setReceiptDate (SearchDateField value)

Sets the value of the receiptDate property.

Parameters
value Allowed object is SearchDateField

public void setSubsidiary (SearchMultiSelectField value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is SearchMultiSelectField

public void setUnits (SearchMultiSelectField value)

Sets the value of the units property.

Parameters
value Allowed object is SearchMultiSelectField