public class

ManufacturingOperationTaskSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.ManufacturingOperationTaskSearchRowBasic

Class Overview

Java class for ManufacturingOperationTaskSearchRowBasic complex type.

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

 <complexType name="ManufacturingOperationTaskSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="actualRunTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="actualSetupTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="completedQuantity" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="estimatedWork" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="id" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="inputQuantity" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="laborResources" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="machineResources" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="message" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="manufacturingCostTemplate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="manufacturingWorkCenter" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="name" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="order" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="predecessor" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="predecessorLagDays" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="predecessorType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="remainingQuantity" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="runRate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="runTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="sequence" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnLongField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="setupTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="status" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="workOrder" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnDoubleField> actualRunTime
protected List<SearchColumnDoubleField> actualSetupTime
protected List<SearchColumnDoubleField> completedQuantity
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnDateField> endDate
protected List<SearchColumnDoubleField> estimatedWork
protected List<SearchColumnStringField> externalId
protected List<SearchColumnLongField> id
protected List<SearchColumnDoubleField> inputQuantity
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnLongField> laborResources
protected List<SearchColumnLongField> machineResources
protected List<SearchColumnSelectField> manufacturingCostTemplate
protected List<SearchColumnSelectField> manufacturingWorkCenter
protected List<SearchColumnStringField> message
protected List<SearchColumnStringField> name
protected List<SearchColumnDoubleField> order
protected List<SearchColumnSelectField> predecessor
protected List<SearchColumnDoubleField> predecessorLagDays
protected List<SearchColumnStringField> predecessorType
protected List<SearchColumnDoubleField> remainingQuantity
protected List<SearchColumnDoubleField> runRate
protected List<SearchColumnDoubleField> runTime
protected List<SearchColumnLongField> sequence
protected List<SearchColumnDoubleField> setupTime
protected List<SearchColumnDateField> startDate
protected List<SearchColumnSelectField> status
protected List<SearchColumnStringField> workOrder
Public Constructors
ManufacturingOperationTaskSearchRowBasic()
Public Methods
List<SearchColumnDoubleField> getActualRunTime()
Gets the value of the actualRunTime property.
List<SearchColumnDoubleField> getActualSetupTime()
Gets the value of the actualSetupTime property.
List<SearchColumnDoubleField> getCompletedQuantity()
Gets the value of the completedQuantity property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnDateField> getEndDate()
Gets the value of the endDate property.
List<SearchColumnDoubleField> getEstimatedWork()
Gets the value of the estimatedWork property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnLongField> getId()
Gets the value of the id property.
List<SearchColumnDoubleField> getInputQuantity()
Gets the value of the inputQuantity property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnLongField> getLaborResources()
Gets the value of the laborResources property.
List<SearchColumnLongField> getMachineResources()
Gets the value of the machineResources property.
List<SearchColumnSelectField> getManufacturingCostTemplate()
Gets the value of the manufacturingCostTemplate property.
List<SearchColumnSelectField> getManufacturingWorkCenter()
Gets the value of the manufacturingWorkCenter property.
List<SearchColumnStringField> getMessage()
Gets the value of the message property.
List<SearchColumnStringField> getName()
Gets the value of the name property.
List<SearchColumnDoubleField> getOrder()
Gets the value of the order property.
List<SearchColumnSelectField> getPredecessor()
Gets the value of the predecessor property.
List<SearchColumnDoubleField> getPredecessorLagDays()
Gets the value of the predecessorLagDays property.
List<SearchColumnStringField> getPredecessorType()
Gets the value of the predecessorType property.
List<SearchColumnDoubleField> getRemainingQuantity()
Gets the value of the remainingQuantity property.
List<SearchColumnDoubleField> getRunRate()
Gets the value of the runRate property.
List<SearchColumnDoubleField> getRunTime()
Gets the value of the runTime property.
List<SearchColumnLongField> getSequence()
Gets the value of the sequence property.
List<SearchColumnDoubleField> getSetupTime()
Gets the value of the setupTime property.
List<SearchColumnDateField> getStartDate()
Gets the value of the startDate property.
List<SearchColumnSelectField> getStatus()
Gets the value of the status property.
List<SearchColumnStringField> getWorkOrder()
Gets the value of the workOrder property.
void setActualRunTime(List<SearchColumnDoubleField> actualRunTime)
Sets the value of the actualRunTime property.
void setActualSetupTime(List<SearchColumnDoubleField> actualSetupTime)
Sets the value of the actualSetupTime property.
void setCompletedQuantity(List<SearchColumnDoubleField> completedQuantity)
Sets the value of the completedQuantity property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setEndDate(List<SearchColumnDateField> endDate)
Sets the value of the endDate property.
void setEstimatedWork(List<SearchColumnDoubleField> estimatedWork)
Sets the value of the estimatedWork property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setId(List<SearchColumnLongField> id)
Sets the value of the id property.
void setInputQuantity(List<SearchColumnDoubleField> inputQuantity)
Sets the value of the inputQuantity property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setLaborResources(List<SearchColumnLongField> laborResources)
Sets the value of the laborResources property.
void setMachineResources(List<SearchColumnLongField> machineResources)
Sets the value of the machineResources property.
void setManufacturingCostTemplate(List<SearchColumnSelectField> manufacturingCostTemplate)
Sets the value of the manufacturingCostTemplate property.
void setManufacturingWorkCenter(List<SearchColumnSelectField> manufacturingWorkCenter)
Sets the value of the manufacturingWorkCenter property.
void setMessage(List<SearchColumnStringField> message)
Sets the value of the message property.
void setName(List<SearchColumnStringField> name)
Sets the value of the name property.
void setOrder(List<SearchColumnDoubleField> order)
Sets the value of the order property.
void setPredecessor(List<SearchColumnSelectField> predecessor)
Sets the value of the predecessor property.
void setPredecessorLagDays(List<SearchColumnDoubleField> predecessorLagDays)
Sets the value of the predecessorLagDays property.
void setPredecessorType(List<SearchColumnStringField> predecessorType)
Sets the value of the predecessorType property.
void setRemainingQuantity(List<SearchColumnDoubleField> remainingQuantity)
Sets the value of the remainingQuantity property.
void setRunRate(List<SearchColumnDoubleField> runRate)
Sets the value of the runRate property.
void setRunTime(List<SearchColumnDoubleField> runTime)
Sets the value of the runTime property.
void setSequence(List<SearchColumnLongField> sequence)
Sets the value of the sequence property.
void setSetupTime(List<SearchColumnDoubleField> setupTime)
Sets the value of the setupTime property.
void setStartDate(List<SearchColumnDateField> startDate)
Sets the value of the startDate property.
void setStatus(List<SearchColumnSelectField> status)
Sets the value of the status property.
void setWorkOrder(List<SearchColumnStringField> workOrder)
Sets the value of the workOrder property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnDoubleField> actualRunTime

protected List<SearchColumnDoubleField> actualSetupTime

protected List<SearchColumnDoubleField> completedQuantity

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnDateField> endDate

protected List<SearchColumnDoubleField> estimatedWork

protected List<SearchColumnStringField> externalId

protected List<SearchColumnLongField> id

protected List<SearchColumnDoubleField> inputQuantity

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnLongField> laborResources

protected List<SearchColumnLongField> machineResources

protected List<SearchColumnSelectField> manufacturingCostTemplate

protected List<SearchColumnSelectField> manufacturingWorkCenter

protected List<SearchColumnStringField> message

protected List<SearchColumnStringField> name

protected List<SearchColumnDoubleField> order

protected List<SearchColumnSelectField> predecessor

protected List<SearchColumnDoubleField> predecessorLagDays

protected List<SearchColumnStringField> predecessorType

protected List<SearchColumnDoubleField> remainingQuantity

protected List<SearchColumnDoubleField> runRate

protected List<SearchColumnDoubleField> runTime

protected List<SearchColumnLongField> sequence

protected List<SearchColumnDoubleField> setupTime

protected List<SearchColumnDateField> startDate

protected List<SearchColumnSelectField> status

protected List<SearchColumnStringField> workOrder

Public Constructors

public ManufacturingOperationTaskSearchRowBasic ()

Public Methods

public List<SearchColumnDoubleField> getActualRunTime ()

Gets the value of the actualRunTime property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the actualRunTime property.

For example, to add a new item, do as follows:

    getActualRunTime().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDoubleField> getActualSetupTime ()

Gets the value of the actualSetupTime property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the actualSetupTime property.

For example, to add a new item, do as follows:

    getActualSetupTime().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDoubleField> getCompletedQuantity ()

Gets the value of the completedQuantity property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the completedQuantity property.

For example, to add a new item, do as follows:

    getCompletedQuantity().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnDateField> getEndDate ()

Gets the value of the endDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the endDate property.

For example, to add a new item, do as follows:

    getEndDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnDoubleField> getEstimatedWork ()

Gets the value of the estimatedWork property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the estimatedWork property.

For example, to add a new item, do as follows:

    getEstimatedWork().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnStringField> getExternalId ()

Gets the value of the externalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnLongField> getId ()

Gets the value of the id property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the id property.

For example, to add a new item, do as follows:

    getId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnLongField

public List<SearchColumnDoubleField> getInputQuantity ()

Gets the value of the inputQuantity property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the inputQuantity property.

For example, to add a new item, do as follows:

    getInputQuantity().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnLongField> getLaborResources ()

Gets the value of the laborResources property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the laborResources property.

For example, to add a new item, do as follows:

    getLaborResources().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnLongField

public List<SearchColumnLongField> getMachineResources ()

Gets the value of the machineResources property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the machineResources property.

For example, to add a new item, do as follows:

    getMachineResources().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnLongField

public List<SearchColumnSelectField> getManufacturingCostTemplate ()

Gets the value of the manufacturingCostTemplate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the manufacturingCostTemplate property.

For example, to add a new item, do as follows:

    getManufacturingCostTemplate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnSelectField> getManufacturingWorkCenter ()

Gets the value of the manufacturingWorkCenter property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the manufacturingWorkCenter property.

For example, to add a new item, do as follows:

    getManufacturingWorkCenter().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getMessage ()

Gets the value of the message property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the message property.

For example, to add a new item, do as follows:

    getMessage().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnStringField> getName ()

Gets the value of the name property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the name property.

For example, to add a new item, do as follows:

    getName().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnDoubleField> getOrder ()

Gets the value of the order property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the order property.

For example, to add a new item, do as follows:

    getOrder().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnSelectField> getPredecessor ()

Gets the value of the predecessor property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the predecessor property.

For example, to add a new item, do as follows:

    getPredecessor().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDoubleField> getPredecessorLagDays ()

Gets the value of the predecessorLagDays property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the predecessorLagDays property.

For example, to add a new item, do as follows:

    getPredecessorLagDays().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnStringField> getPredecessorType ()

Gets the value of the predecessorType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the predecessorType property.

For example, to add a new item, do as follows:

    getPredecessorType().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnDoubleField> getRemainingQuantity ()

Gets the value of the remainingQuantity property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the remainingQuantity property.

For example, to add a new item, do as follows:

    getRemainingQuantity().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDoubleField> getRunRate ()

Gets the value of the runRate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the runRate property.

For example, to add a new item, do as follows:

    getRunRate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDoubleField> getRunTime ()

Gets the value of the runTime property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the runTime property.

For example, to add a new item, do as follows:

    getRunTime().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnLongField> getSequence ()

Gets the value of the sequence property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the sequence property.

For example, to add a new item, do as follows:

    getSequence().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnLongField

public List<SearchColumnDoubleField> getSetupTime ()

Gets the value of the setupTime property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the setupTime property.

For example, to add a new item, do as follows:

    getSetupTime().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDateField> getStartDate ()

Gets the value of the startDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the startDate property.

For example, to add a new item, do as follows:

    getStartDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnSelectField> getStatus ()

Gets the value of the status property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the status property.

For example, to add a new item, do as follows:

    getStatus().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnStringField> getWorkOrder ()

Gets the value of the workOrder property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the workOrder property.

For example, to add a new item, do as follows:

    getWorkOrder().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public void setActualRunTime (List<SearchColumnDoubleField> actualRunTime)

Sets the value of the actualRunTime property.

Parameters
actualRunTime Allowed object is SearchColumnDoubleField

public void setActualSetupTime (List<SearchColumnDoubleField> actualSetupTime)

Sets the value of the actualSetupTime property.

Parameters
actualSetupTime Allowed object is SearchColumnDoubleField

public void setCompletedQuantity (List<SearchColumnDoubleField> completedQuantity)

Sets the value of the completedQuantity property.

Parameters
completedQuantity Allowed object is SearchColumnDoubleField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setEndDate (List<SearchColumnDateField> endDate)

Sets the value of the endDate property.

Parameters
endDate Allowed object is SearchColumnDateField

public void setEstimatedWork (List<SearchColumnDoubleField> estimatedWork)

Sets the value of the estimatedWork property.

Parameters
estimatedWork Allowed object is SearchColumnDoubleField

public void setExternalId (List<SearchColumnStringField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnStringField

public void setId (List<SearchColumnLongField> id)

Sets the value of the id property.

Parameters
id Allowed object is SearchColumnLongField

public void setInputQuantity (List<SearchColumnDoubleField> inputQuantity)

Sets the value of the inputQuantity property.

Parameters
inputQuantity Allowed object is SearchColumnDoubleField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setLaborResources (List<SearchColumnLongField> laborResources)

Sets the value of the laborResources property.

Parameters
laborResources Allowed object is SearchColumnLongField

public void setMachineResources (List<SearchColumnLongField> machineResources)

Sets the value of the machineResources property.

Parameters
machineResources Allowed object is SearchColumnLongField

public void setManufacturingCostTemplate (List<SearchColumnSelectField> manufacturingCostTemplate)

Sets the value of the manufacturingCostTemplate property.

Parameters
manufacturingCostTemplate Allowed object is SearchColumnSelectField

public void setManufacturingWorkCenter (List<SearchColumnSelectField> manufacturingWorkCenter)

Sets the value of the manufacturingWorkCenter property.

Parameters
manufacturingWorkCenter Allowed object is SearchColumnSelectField

public void setMessage (List<SearchColumnStringField> message)

Sets the value of the message property.

Parameters
message Allowed object is SearchColumnStringField

public void setName (List<SearchColumnStringField> name)

Sets the value of the name property.

Parameters
name Allowed object is SearchColumnStringField

public void setOrder (List<SearchColumnDoubleField> order)

Sets the value of the order property.

Parameters
order Allowed object is SearchColumnDoubleField

public void setPredecessor (List<SearchColumnSelectField> predecessor)

Sets the value of the predecessor property.

Parameters
predecessor Allowed object is SearchColumnSelectField

public void setPredecessorLagDays (List<SearchColumnDoubleField> predecessorLagDays)

Sets the value of the predecessorLagDays property.

Parameters
predecessorLagDays Allowed object is SearchColumnDoubleField

public void setPredecessorType (List<SearchColumnStringField> predecessorType)

Sets the value of the predecessorType property.

Parameters
predecessorType Allowed object is SearchColumnStringField

public void setRemainingQuantity (List<SearchColumnDoubleField> remainingQuantity)

Sets the value of the remainingQuantity property.

Parameters
remainingQuantity Allowed object is SearchColumnDoubleField

public void setRunRate (List<SearchColumnDoubleField> runRate)

Sets the value of the runRate property.

Parameters
runRate Allowed object is SearchColumnDoubleField

public void setRunTime (List<SearchColumnDoubleField> runTime)

Sets the value of the runTime property.

Parameters
runTime Allowed object is SearchColumnDoubleField

public void setSequence (List<SearchColumnLongField> sequence)

Sets the value of the sequence property.

Parameters
sequence Allowed object is SearchColumnLongField

public void setSetupTime (List<SearchColumnDoubleField> setupTime)

Sets the value of the setupTime property.

Parameters
setupTime Allowed object is SearchColumnDoubleField

public void setStartDate (List<SearchColumnDateField> startDate)

Sets the value of the startDate property.

Parameters
startDate Allowed object is SearchColumnDateField

public void setStatus (List<SearchColumnSelectField> status)

Sets the value of the status property.

Parameters
status Allowed object is SearchColumnSelectField

public void setWorkOrder (List<SearchColumnStringField> workOrder)

Sets the value of the workOrder property.

Parameters
workOrder Allowed object is SearchColumnStringField