public class

ManufacturingOperationTask

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

Class Overview

Java class for ManufacturingOperationTask complex type.

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

 <complexType name="ManufacturingOperationTask">
   <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="manufacturingWorkCenter" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="manufacturingCostTemplate" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="title" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="operationSequence" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="workOrder" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="order" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="status" type="{urn:types.supplychain_2013_2.lists.webservices.netsuite.com}ManufacturingOperationTaskStatus" minOccurs="0"/>
         <element name="message" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="estimatedWork" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="actualWork" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="remainingWork" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="inputQuantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="completedQuantity" type="{http://www.w3.org/2001/XMLSchema}double" 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"/>
         <element name="startDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="endDate" type="{http://www.w3.org/2001/XMLSchema}dateTime" 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="costDetailList" type="{urn:supplychain_2013_2.lists.webservices.netsuite.com}ManufacturingCostDetailList" 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 Double actualWork
protected Double completedQuantity
protected ManufacturingCostDetailList costDetailList
protected CustomFieldList customFieldList
protected RecordRef customForm
protected XMLGregorianCalendar endDate
protected Double estimatedWork
protected String externalId
protected Double inputQuantity
protected String internalId
protected Long laborResources
protected Long machineResources
protected RecordRef manufacturingCostTemplate
protected RecordRef manufacturingWorkCenter
protected String message
protected Long operationSequence
protected RecordRef order
protected Double remainingWork
protected Double runRate
protected Double setupTime
protected XMLGregorianCalendar startDate
protected ManufacturingOperationTaskStatus status
protected String title
protected RecordRef workOrder
[Expand]
Inherited Fields
From class com.netsuite.webservices.platform.core_2013_2.Record
Public Constructors
ManufacturingOperationTask()
Public Methods
Double getActualWork()
Gets the value of the actualWork property.
Double getCompletedQuantity()
Gets the value of the completedQuantity property.
ManufacturingCostDetailList getCostDetailList()
Gets the value of the costDetailList property.
CustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
RecordRef getCustomForm()
Gets the value of the customForm property.
XMLGregorianCalendar getEndDate()
Gets the value of the endDate property.
Double getEstimatedWork()
Gets the value of the estimatedWork property.
String getExternalId()
Gets the value of the externalId property.
Double getInputQuantity()
Gets the value of the inputQuantity property.
String getInternalId()
Gets the value of the internalId property.
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 getMessage()
Gets the value of the message property.
Long getOperationSequence()
Gets the value of the operationSequence property.
RecordRef getOrder()
Gets the value of the order property.
Double getRemainingWork()
Gets the value of the remainingWork property.
Double getRunRate()
Gets the value of the runRate property.
Double getSetupTime()
Gets the value of the setupTime property.
XMLGregorianCalendar getStartDate()
Gets the value of the startDate property.
ManufacturingOperationTaskStatus getStatus()
Gets the value of the status property.
String getTitle()
Gets the value of the title property.
RecordRef getWorkOrder()
Gets the value of the workOrder property.
void setActualWork(Double value)
Sets the value of the actualWork property.
void setCompletedQuantity(Double value)
Sets the value of the completedQuantity property.
void setCostDetailList(ManufacturingCostDetailList value)
Sets the value of the costDetailList property.
void setCustomFieldList(CustomFieldList value)
Sets the value of the customFieldList property.
void setCustomForm(RecordRef value)
Sets the value of the customForm property.
void setEndDate(XMLGregorianCalendar value)
Sets the value of the endDate property.
void setEstimatedWork(Double value)
Sets the value of the estimatedWork property.
void setExternalId(String value)
Sets the value of the externalId property.
void setInputQuantity(Double value)
Sets the value of the inputQuantity property.
void setInternalId(String value)
Sets the value of the internalId 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 setMessage(String value)
Sets the value of the message property.
void setOperationSequence(Long value)
Sets the value of the operationSequence property.
void setOrder(RecordRef value)
Sets the value of the order property.
void setRemainingWork(Double value)
Sets the value of the remainingWork property.
void setRunRate(Double value)
Sets the value of the runRate property.
void setSetupTime(Double value)
Sets the value of the setupTime property.
void setStartDate(XMLGregorianCalendar value)
Sets the value of the startDate property.
void setStatus(ManufacturingOperationTaskStatus value)
Sets the value of the status property.
void setTitle(String value)
Sets the value of the title property.
void setWorkOrder(RecordRef value)
Sets the value of the workOrder property.
[Expand]
Inherited Methods
From class com.netsuite.webservices.platform.core_2013_2.Record
From class java.lang.Object

Fields

protected Double actualWork

protected Double completedQuantity

protected ManufacturingCostDetailList costDetailList

protected CustomFieldList customFieldList

protected RecordRef customForm

protected XMLGregorianCalendar endDate

protected Double estimatedWork

protected String externalId

protected Double inputQuantity

protected String internalId

protected Long laborResources

protected Long machineResources

protected RecordRef manufacturingCostTemplate

protected RecordRef manufacturingWorkCenter

protected String message

protected Long operationSequence

protected RecordRef order

protected Double remainingWork

protected Double runRate

protected Double setupTime

protected XMLGregorianCalendar startDate

protected String title

protected RecordRef workOrder

Public Constructors

public ManufacturingOperationTask ()

Public Methods

public Double getActualWork ()

Gets the value of the actualWork property.

Returns
  • possible object is Double

public Double getCompletedQuantity ()

Gets the value of the completedQuantity property.

Returns
  • possible object is Double

public ManufacturingCostDetailList getCostDetailList ()

Gets the value of the costDetailList property.

Returns

public CustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public RecordRef getCustomForm ()

Gets the value of the customForm property.

Returns

public XMLGregorianCalendar getEndDate ()

Gets the value of the endDate property.

Returns
  • possible object is XMLGregorianCalendar

public Double getEstimatedWork ()

Gets the value of the estimatedWork property.

Returns
  • possible object is Double

public String getExternalId ()

Gets the value of the externalId property.

Returns
  • possible object is String

public Double getInputQuantity ()

Gets the value of the inputQuantity property.

Returns
  • possible object is Double

public String getInternalId ()

Gets the value of the internalId property.

Returns
  • possible object is String

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 getMessage ()

Gets the value of the message property.

Returns
  • possible object is String

public Long getOperationSequence ()

Gets the value of the operationSequence property.

Returns
  • possible object is Long

public RecordRef getOrder ()

Gets the value of the order property.

Returns

public Double getRemainingWork ()

Gets the value of the remainingWork property.

Returns
  • possible object is Double

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 XMLGregorianCalendar getStartDate ()

Gets the value of the startDate property.

Returns
  • possible object is XMLGregorianCalendar

public ManufacturingOperationTaskStatus getStatus ()

Gets the value of the status property.

Returns

public String getTitle ()

Gets the value of the title property.

Returns
  • possible object is String

public RecordRef getWorkOrder ()

Gets the value of the workOrder property.

Returns

public void setActualWork (Double value)

Sets the value of the actualWork property.

Parameters
value Allowed object is Double

public void setCompletedQuantity (Double value)

Sets the value of the completedQuantity property.

Parameters
value Allowed object is Double

public void setCostDetailList (ManufacturingCostDetailList value)

Sets the value of the costDetailList property.

Parameters
value Allowed object is ManufacturingCostDetailList

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 setEndDate (XMLGregorianCalendar value)

Sets the value of the endDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setEstimatedWork (Double value)

Sets the value of the estimatedWork property.

Parameters
value Allowed object is Double

public void setExternalId (String value)

Sets the value of the externalId property.

Parameters
value Allowed object is String

public void setInputQuantity (Double value)

Sets the value of the inputQuantity property.

Parameters
value Allowed object is Double

public void setInternalId (String value)

Sets the value of the internalId property.

Parameters
value Allowed object is String

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 setMessage (String value)

Sets the value of the message 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 setOrder (RecordRef value)

Sets the value of the order property.

Parameters
value Allowed object is RecordRef

public void setRemainingWork (Double value)

Sets the value of the remainingWork property.

Parameters
value Allowed object is Double

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

public void setStartDate (XMLGregorianCalendar value)

Sets the value of the startDate property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setStatus (ManufacturingOperationTaskStatus value)

Sets the value of the status property.

Parameters
value Allowed object is ManufacturingOperationTaskStatus

public void setTitle (String value)

Sets the value of the title property.

Parameters
value Allowed object is String

public void setWorkOrder (RecordRef value)

Sets the value of the workOrder property.

Parameters
value Allowed object is RecordRef