public class

ManufacturingRoutingRoutingStep

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.supplychain_2013_2.ManufacturingRoutingRoutingStep

Class Overview

Java class for ManufacturingRoutingRoutingStep complex type.

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

 <complexType name="ManufacturingRoutingRoutingStep">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="operationSequence" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="operationName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="manufacturingWorkCenter" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="machineResources" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="laborResources" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="manufacturingCostTemplate" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="setupTime" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="runRate" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Long laborResources
protected Long machineResources
protected RecordRef manufacturingCostTemplate
protected RecordRef manufacturingWorkCenter
protected String operationName
protected Long operationSequence
protected Double runRate
protected Double setupTime
Public Constructors
ManufacturingRoutingRoutingStep()
Public Methods
Long getLaborResources()
Gets the value of the laborResources property.
Long getMachineResources()
Gets the value of the machineResources property.
RecordRef getManufacturingCostTemplate()
Gets the value of the manufacturingCostTemplate property.
RecordRef getManufacturingWorkCenter()
Gets the value of the manufacturingWorkCenter property.
String getOperationName()
Gets the value of the operationName property.
Long getOperationSequence()
Gets the value of the operationSequence property.
Double getRunRate()
Gets the value of the runRate property.
Double getSetupTime()
Gets the value of the setupTime property.
void setLaborResources(Long value)
Sets the value of the laborResources property.
void setMachineResources(Long value)
Sets the value of the machineResources property.
void setManufacturingCostTemplate(RecordRef value)
Sets the value of the manufacturingCostTemplate property.
void setManufacturingWorkCenter(RecordRef value)
Sets the value of the manufacturingWorkCenter property.
void setOperationName(String value)
Sets the value of the operationName property.
void setOperationSequence(Long value)
Sets the value of the operationSequence property.
void setRunRate(Double value)
Sets the value of the runRate property.
void setSetupTime(Double value)
Sets the value of the setupTime property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Long laborResources

protected Long machineResources

protected RecordRef manufacturingCostTemplate

protected RecordRef manufacturingWorkCenter

protected String operationName

protected Long operationSequence

protected Double runRate

protected Double setupTime

Public Constructors

public ManufacturingRoutingRoutingStep ()

Public Methods

public Long getLaborResources ()

Gets the value of the laborResources property.

Returns
  • possible object is Long

public Long getMachineResources ()

Gets the value of the machineResources property.

Returns
  • possible object is Long

public RecordRef getManufacturingCostTemplate ()

Gets the value of the manufacturingCostTemplate property.

Returns

public RecordRef getManufacturingWorkCenter ()

Gets the value of the manufacturingWorkCenter property.

Returns

public String getOperationName ()

Gets the value of the operationName property.

Returns
  • possible object is String

public Long getOperationSequence ()

Gets the value of the operationSequence property.

Returns
  • possible object is Long

public Double getRunRate ()

Gets the value of the runRate property.

Returns
  • possible object is Double

public Double getSetupTime ()

Gets the value of the setupTime property.

Returns
  • possible object is Double

public void setLaborResources (Long value)

Sets the value of the laborResources property.

Parameters
value Allowed object is Long

public void setMachineResources (Long value)

Sets the value of the machineResources property.

Parameters
value Allowed object is Long

public void setManufacturingCostTemplate (RecordRef value)

Sets the value of the manufacturingCostTemplate property.

Parameters
value Allowed object is RecordRef

public void setManufacturingWorkCenter (RecordRef value)

Sets the value of the manufacturingWorkCenter property.

Parameters
value Allowed object is RecordRef

public void setOperationName (String value)

Sets the value of the operationName property.

Parameters
value Allowed object is String

public void setOperationSequence (Long value)

Sets the value of the operationSequence property.

Parameters
value Allowed object is Long

public void setRunRate (Double value)

Sets the value of the runRate property.

Parameters
value Allowed object is Double

public void setSetupTime (Double value)

Sets the value of the setupTime property.

Parameters
value Allowed object is Double