public class

ItemSupplyPlanSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.ItemSupplyPlanSearchRowBasic

Class Overview

Java class for ItemSupplyPlanSearchRowBasic complex type.

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

 <complexType name="ItemSupplyPlanSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="memo" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="orderCreated" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnBooleanField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="orderDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="orderType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantity" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="quantityUom" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="receiptDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="units" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnSelectField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnSelectField> item
protected List<SearchColumnDateField> lastModifiedDate
protected List<SearchColumnSelectField> location
protected List<SearchColumnStringField> memo
protected List<SearchColumnBooleanField> orderCreated
protected List<SearchColumnDateField> orderDate
protected List<SearchColumnSelectField> orderType
protected List<SearchColumnDoubleField> quantity
protected List<SearchColumnDoubleField> quantityUom
protected List<SearchColumnDateField> receiptDate
protected List<SearchColumnSelectField> subsidiary
protected List<SearchColumnSelectField> units
Public Constructors
ItemSupplyPlanSearchRowBasic()
Public Methods
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnSelectField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnSelectField> getItem()
Gets the value of the item property.
List<SearchColumnDateField> getLastModifiedDate()
Gets the value of the lastModifiedDate property.
List<SearchColumnSelectField> getLocation()
Gets the value of the location property.
List<SearchColumnStringField> getMemo()
Gets the value of the memo property.
List<SearchColumnBooleanField> getOrderCreated()
Gets the value of the orderCreated property.
List<SearchColumnDateField> getOrderDate()
Gets the value of the orderDate property.
List<SearchColumnSelectField> getOrderType()
Gets the value of the orderType property.
List<SearchColumnDoubleField> getQuantity()
Gets the value of the quantity property.
List<SearchColumnDoubleField> getQuantityUom()
Gets the value of the quantityUom property.
List<SearchColumnDateField> getReceiptDate()
Gets the value of the receiptDate property.
List<SearchColumnSelectField> getSubsidiary()
Gets the value of the subsidiary property.
List<SearchColumnSelectField> getUnits()
Gets the value of the units property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setExternalId(List<SearchColumnSelectField> externalId)
Sets the value of the externalId property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setItem(List<SearchColumnSelectField> item)
Sets the value of the item property.
void setLastModifiedDate(List<SearchColumnDateField> lastModifiedDate)
Sets the value of the lastModifiedDate property.
void setLocation(List<SearchColumnSelectField> location)
Sets the value of the location property.
void setMemo(List<SearchColumnStringField> memo)
Sets the value of the memo property.
void setOrderCreated(List<SearchColumnBooleanField> orderCreated)
Sets the value of the orderCreated property.
void setOrderDate(List<SearchColumnDateField> orderDate)
Sets the value of the orderDate property.
void setOrderType(List<SearchColumnSelectField> orderType)
Sets the value of the orderType property.
void setQuantity(List<SearchColumnDoubleField> quantity)
Sets the value of the quantity property.
void setQuantityUom(List<SearchColumnDoubleField> quantityUom)
Sets the value of the quantityUom property.
void setReceiptDate(List<SearchColumnDateField> receiptDate)
Sets the value of the receiptDate property.
void setSubsidiary(List<SearchColumnSelectField> subsidiary)
Sets the value of the subsidiary property.
void setUnits(List<SearchColumnSelectField> units)
Sets the value of the units property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnSelectField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnSelectField> item

protected List<SearchColumnDateField> lastModifiedDate

protected List<SearchColumnSelectField> location

protected List<SearchColumnStringField> memo

protected List<SearchColumnBooleanField> orderCreated

protected List<SearchColumnDateField> orderDate

protected List<SearchColumnSelectField> orderType

protected List<SearchColumnDoubleField> quantity

protected List<SearchColumnDoubleField> quantityUom

protected List<SearchColumnDateField> receiptDate

protected List<SearchColumnSelectField> subsidiary

protected List<SearchColumnSelectField> units

Public Constructors

public ItemSupplyPlanSearchRowBasic ()

Public Methods

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnSelectField> getExternalId ()

Gets the value of the externalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnSelectField> getItem ()

Gets the value of the item property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the item property.

For example, to add a new item, do as follows:

    getItem().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDateField> getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the lastModifiedDate property.

For example, to add a new item, do as follows:

    getLastModifiedDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnSelectField> getLocation ()

Gets the value of the location property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the location property.

For example, to add a new item, do as follows:

    getLocation().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getMemo ()

Gets the value of the memo property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the memo property.

For example, to add a new item, do as follows:

    getMemo().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnBooleanField> getOrderCreated ()

Gets the value of the orderCreated property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the orderCreated property.

For example, to add a new item, do as follows:

    getOrderCreated().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnBooleanField

public List<SearchColumnDateField> getOrderDate ()

Gets the value of the orderDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the orderDate property.

For example, to add a new item, do as follows:

    getOrderDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnSelectField> getOrderType ()

Gets the value of the orderType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the orderType property.

For example, to add a new item, do as follows:

    getOrderType().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDoubleField> getQuantity ()

Gets the value of the quantity property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the quantity property.

For example, to add a new item, do as follows:

    getQuantity().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDoubleField> getQuantityUom ()

Gets the value of the quantityUom property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the quantityUom property.

For example, to add a new item, do as follows:

    getQuantityUom().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDateField> getReceiptDate ()

Gets the value of the receiptDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the receiptDate property.

For example, to add a new item, do as follows:

    getReceiptDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnSelectField> getSubsidiary ()

Gets the value of the subsidiary property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the subsidiary property.

For example, to add a new item, do as follows:

    getSubsidiary().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnSelectField> getUnits ()

Gets the value of the units property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the units property.

For example, to add a new item, do as follows:

    getUnits().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setExternalId (List<SearchColumnSelectField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnSelectField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setItem (List<SearchColumnSelectField> item)

Sets the value of the item property.

Parameters
item Allowed object is SearchColumnSelectField

public void setLastModifiedDate (List<SearchColumnDateField> lastModifiedDate)

Sets the value of the lastModifiedDate property.

Parameters
lastModifiedDate Allowed object is SearchColumnDateField

public void setLocation (List<SearchColumnSelectField> location)

Sets the value of the location property.

Parameters
location Allowed object is SearchColumnSelectField

public void setMemo (List<SearchColumnStringField> memo)

Sets the value of the memo property.

Parameters
memo Allowed object is SearchColumnStringField

public void setOrderCreated (List<SearchColumnBooleanField> orderCreated)

Sets the value of the orderCreated property.

Parameters
orderCreated Allowed object is SearchColumnBooleanField

public void setOrderDate (List<SearchColumnDateField> orderDate)

Sets the value of the orderDate property.

Parameters
orderDate Allowed object is SearchColumnDateField

public void setOrderType (List<SearchColumnSelectField> orderType)

Sets the value of the orderType property.

Parameters
orderType Allowed object is SearchColumnSelectField

public void setQuantity (List<SearchColumnDoubleField> quantity)

Sets the value of the quantity property.

Parameters
quantity Allowed object is SearchColumnDoubleField

public void setQuantityUom (List<SearchColumnDoubleField> quantityUom)

Sets the value of the quantityUom property.

Parameters
quantityUom Allowed object is SearchColumnDoubleField

public void setReceiptDate (List<SearchColumnDateField> receiptDate)

Sets the value of the receiptDate property.

Parameters
receiptDate Allowed object is SearchColumnDateField

public void setSubsidiary (List<SearchColumnSelectField> subsidiary)

Sets the value of the subsidiary property.

Parameters
subsidiary Allowed object is SearchColumnSelectField

public void setUnits (List<SearchColumnSelectField> units)

Sets the value of the units property.

Parameters
units Allowed object is SearchColumnSelectField