public class

ManufacturingRouting

extends Record
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.Record
     ↳ com.netsuite.webservices.lists.supplychain_2013_2.ManufacturingRouting

Class Overview

Java class for ManufacturingRouting complex type.

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

 <complexType name="ManufacturingRouting">
   <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="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="locationList" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRefList" minOccurs="0"/>
         <element name="name" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="memo" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="isDefault" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="isInactive" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="routingStepList" type="{urn:supplychain_2013_2.lists.webservices.netsuite.com}ManufacturingRoutingRoutingStepList" 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 Boolean isDefault
protected Boolean isInactive
protected RecordRef item
protected RecordRefList locationList
protected String memo
protected String name
protected ManufacturingRoutingRoutingStepList routingStepList
protected RecordRef subsidiary
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
ManufacturingRouting()
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.
Boolean getIsDefault()
Gets the value of the isDefault property.
Boolean getIsInactive()
Gets the value of the isInactive property.
RecordRef getItem()
Gets the value of the item property.
RecordRefList getLocationList()
Gets the value of the locationList property.
String getMemo()
Gets the value of the memo property.
String getName()
Gets the value of the name property.
ManufacturingRoutingRoutingStepList getRoutingStepList()
Gets the value of the routingStepList property.
RecordRef getSubsidiary()
Gets the value of the subsidiary 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 setIsDefault(Boolean value)
Sets the value of the isDefault property.
void setIsInactive(Boolean value)
Sets the value of the isInactive property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLocationList(RecordRefList value)
Sets the value of the locationList property.
void setMemo(String value)
Sets the value of the memo property.
void setName(String value)
Sets the value of the name property.
void setRoutingStepList(ManufacturingRoutingRoutingStepList value)
Sets the value of the routingStepList property.
void setSubsidiary(RecordRef value)
Sets the value of the subsidiary 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 Boolean isDefault

protected Boolean isInactive

protected RecordRef item

protected RecordRefList locationList

protected String memo

protected String name

protected ManufacturingRoutingRoutingStepList routingStepList

protected RecordRef subsidiary

Public Constructors

public ManufacturingRouting ()

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 Boolean getIsDefault ()

Gets the value of the isDefault property. This getter has been renamed from isIsDefault() to getIsDefault() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Boolean getIsInactive ()

Gets the value of the isInactive property. This getter has been renamed from isIsInactive() to getIsInactive() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public RecordRef getItem ()

Gets the value of the item property.

Returns

public RecordRefList getLocationList ()

Gets the value of the locationList property.

Returns

public String getMemo ()

Gets the value of the memo property.

Returns
  • possible object is String

public String getName ()

Gets the value of the name property.

Returns
  • possible object is String

public ManufacturingRoutingRoutingStepList getRoutingStepList ()

Gets the value of the routingStepList property.

Returns

public RecordRef getSubsidiary ()

Gets the value of the subsidiary 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 setIsDefault (Boolean value)

Sets the value of the isDefault property.

Parameters
value Allowed object is Boolean

public void setIsInactive (Boolean value)

Sets the value of the isInactive property.

Parameters
value Allowed object is Boolean

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLocationList (RecordRefList value)

Sets the value of the locationList property.

Parameters
value Allowed object is RecordRefList

public void setMemo (String value)

Sets the value of the memo property.

Parameters
value Allowed object is String

public void setName (String value)

Sets the value of the name property.

Parameters
value Allowed object is String

public void setRoutingStepList (ManufacturingRoutingRoutingStepList value)

Sets the value of the routingStepList property.

Parameters
value Allowed object is ManufacturingRoutingRoutingStepList

public void setSubsidiary (RecordRef value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is RecordRef