public class

ItemSupplyPlan

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.transactions.demandplanning_2013_2.ItemSupplyPlan

Class Overview

Java class for ItemSupplyPlan complex type.

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

 <complexType name="ItemSupplyPlan">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}Record">
       <sequence>
         <element name="customForm" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="location" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="units" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="orderList" type="{urn:demandplanning_2013_2.transactions.webservices.netsuite.com}ItemSupplyPlanOrderList" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}CustomFieldList" minOccurs="0"/>
       </sequence>
       <attribute name="internalId" type="{http://www.w3.org/2001/XMLSchema}string" />
       <attribute name="externalId" type="{http://www.w3.org/2001/XMLSchema}string" />
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected CustomFieldList customFieldList
protected RecordRef customForm
protected String externalId
protected String internalId
protected RecordRef item
protected RecordRef location
protected String memo
protected ItemSupplyPlanOrderList orderList
protected RecordRef subsidiary
protected RecordRef units
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
ItemSupplyPlan()
Public Methods
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
String getExternalId()
Gets the value of the externalId property.
String getInternalId()
Gets the value of the internalId property.
RecordRef getItem()
Gets the value of the item property.
RecordRef getLocation()
Gets the value of the location property.
String getMemo()
Gets the value of the memo property.
ItemSupplyPlanOrderList getOrderList()
Gets the value of the orderList property.
RecordRef getSubsidiary()
Gets the value of the subsidiary property.
RecordRef getUnits()
Gets the value of the units property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInternalId(String value)
Sets the value of the internalId property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLocation(RecordRef value)
Sets the value of the location property.
void setMemo(String value)
Sets the value of the memo property.
void setOrderList(ItemSupplyPlanOrderList value)
Sets the value of the orderList property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary property.
void setUnits(RecordRef value)
Sets the value of the units property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected CustomFieldList customFieldList

protected RecordRef customForm

protected String externalId

protected String internalId

protected RecordRef item

protected RecordRef location

protected String memo

protected ItemSupplyPlanOrderList orderList

protected RecordRef subsidiary

protected RecordRef units

Public Constructors

public ItemSupplyPlan ()

Public Methods

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

public RecordRef getItem ()

Gets the value of the item property.

Returns

public RecordRef getLocation ()

Gets the value of the location property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public ItemSupplyPlanOrderList getOrderList ()

Gets the value of the orderList property.

Returns

public RecordRef getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public RecordRef getUnits ()

Gets the value of the units property.

Returns

public void setCustomFieldList (CustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is CustomFieldList

public void setCustomForm (RecordRef value)

Sets the value of the customForm property.

Parameters
value Allowed object is RecordRef

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLocation (RecordRef value)

Sets the value of the location property.

Parameters
value Allowed object is RecordRef

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setOrderList (ItemSupplyPlanOrderList value)

Sets the value of the orderList property.

Parameters
value Allowed object is ItemSupplyPlanOrderList

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef

public void setUnits (RecordRef value)

Sets the value of the units property.

Parameters
value Allowed object is RecordRef