public class

ItemDemandPlanSearchBasic

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

Class Overview

Java class for ItemDemandPlanSearchBasic complex type.

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

 <complexType name="ItemDemandPlanSearchBasic">
   <complexContent>
     <extension base="{urn:core_2012_1.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="alternateSourceItem" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="analysisDuration" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="demandDate" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDateField" 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="item" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDateField" 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="projectionDuration" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="projectionInterval" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="projectionMethod" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="projectionStartDate" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="quantity" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="units" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2012_1.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchMultiSelectField alternateSourceItem
protected SearchLongField analysisDuration
protected SearchCustomFieldList customFieldList
protected SearchDateField demandDate
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField item
protected SearchDateField lastModifiedDate
protected SearchMultiSelectField location
protected SearchStringField memo
protected SearchLongField projectionDuration
protected SearchMultiSelectField projectionInterval
protected SearchEnumMultiSelectField projectionMethod
protected SearchDateField projectionStartDate
protected SearchDoubleField quantity
protected SearchMultiSelectField subsidiary
protected SearchMultiSelectField units
Public Constructors
ItemDemandPlanSearchBasic()
Public Methods
SearchMultiSelectField getAlternateSourceItem()
Gets the value of the alternateSourceItem property.
SearchLongField getAnalysisDuration()
Gets the value of the analysisDuration property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchDateField getDemandDate()
Gets the value of the demandDate 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.
SearchLongField getProjectionDuration()
Gets the value of the projectionDuration property.
SearchMultiSelectField getProjectionInterval()
Gets the value of the projectionInterval property.
SearchEnumMultiSelectField getProjectionMethod()
Gets the value of the projectionMethod property.
SearchDateField getProjectionStartDate()
Gets the value of the projectionStartDate property.
SearchDoubleField getQuantity()
Gets the value of the quantity property.
SearchMultiSelectField getSubsidiary()
Gets the value of the subsidiary property.
SearchMultiSelectField getUnits()
Gets the value of the units property.
void setAlternateSourceItem(SearchMultiSelectField value)
Sets the value of the alternateSourceItem property.
void setAnalysisDuration(SearchLongField value)
Sets the value of the analysisDuration property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setDemandDate(SearchDateField value)
Sets the value of the demandDate 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 setProjectionDuration(SearchLongField value)
Sets the value of the projectionDuration property.
void setProjectionInterval(SearchMultiSelectField value)
Sets the value of the projectionInterval property.
void setProjectionMethod(SearchEnumMultiSelectField value)
Sets the value of the projectionMethod property.
void setProjectionStartDate(SearchDateField value)
Sets the value of the projectionStartDate property.
void setQuantity(SearchDoubleField value)
Sets the value of the quantity 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 SearchMultiSelectField alternateSourceItem

protected SearchLongField analysisDuration

protected SearchCustomFieldList customFieldList

protected SearchDateField demandDate

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField item

protected SearchDateField lastModifiedDate

protected SearchMultiSelectField location

protected SearchStringField memo

protected SearchLongField projectionDuration

protected SearchMultiSelectField projectionInterval

protected SearchEnumMultiSelectField projectionMethod

protected SearchDateField projectionStartDate

protected SearchDoubleField quantity

protected SearchMultiSelectField subsidiary

protected SearchMultiSelectField units

Public Constructors

public ItemDemandPlanSearchBasic ()

Public Methods

public SearchMultiSelectField getAlternateSourceItem ()

Gets the value of the alternateSourceItem property.

Returns

public SearchLongField getAnalysisDuration ()

Gets the value of the analysisDuration property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchDateField getDemandDate ()

Gets the value of the demandDate 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 SearchLongField getProjectionDuration ()

Gets the value of the projectionDuration property.

Returns

public SearchMultiSelectField getProjectionInterval ()

Gets the value of the projectionInterval property.

Returns

public SearchEnumMultiSelectField getProjectionMethod ()

Gets the value of the projectionMethod property.

Returns

public SearchDateField getProjectionStartDate ()

Gets the value of the projectionStartDate property.

Returns

public SearchDoubleField getQuantity ()

Gets the value of the quantity 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 setAlternateSourceItem (SearchMultiSelectField value)

Sets the value of the alternateSourceItem property.

Parameters
value Allowed object is SearchMultiSelectField

public void setAnalysisDuration (SearchLongField value)

Sets the value of the analysisDuration property.

Parameters
value Allowed object is SearchLongField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setDemandDate (SearchDateField value)

Sets the value of the demandDate property.

Parameters
value Allowed object is SearchDateField

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 setProjectionDuration (SearchLongField value)

Sets the value of the projectionDuration property.

Parameters
value Allowed object is SearchLongField

public void setProjectionInterval (SearchMultiSelectField value)

Sets the value of the projectionInterval property.

Parameters
value Allowed object is SearchMultiSelectField

public void setProjectionMethod (SearchEnumMultiSelectField value)

Sets the value of the projectionMethod property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setProjectionStartDate (SearchDateField value)

Sets the value of the projectionStartDate property.

Parameters
value Allowed object is SearchDateField

public void setQuantity (SearchDoubleField value)

Sets the value of the quantity property.

Parameters
value Allowed object is SearchDoubleField

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