public class

WorkOrderCompletionComponent

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.transactions.inventory_2013_2.WorkOrderCompletionComponent

Class Overview

Java class for WorkOrderCompletionComponent complex type.

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

 <complexType name="WorkOrderCompletionComponent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="quantityPer" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="componentInventoryDetail" type="{urn:common_2013_2.platform.webservices.netsuite.com}InventoryDetail" minOccurs="0"/>
         <element name="lineNumber" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected InventoryDetail componentInventoryDetail
protected RecordRef item
protected Long lineNumber
protected Double quantity
protected Double quantityPer
Public Constructors
WorkOrderCompletionComponent()
Public Methods
InventoryDetail getComponentInventoryDetail()
Gets the value of the componentInventoryDetail property.
RecordRef getItem()
Gets the value of the item property.
Long getLineNumber()
Gets the value of the lineNumber property.
Double getQuantity()
Gets the value of the quantity property.
Double getQuantityPer()
Gets the value of the quantityPer property.
void setComponentInventoryDetail(InventoryDetail value)
Sets the value of the componentInventoryDetail property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLineNumber(Long value)
Sets the value of the lineNumber property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setQuantityPer(Double value)
Sets the value of the quantityPer property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected InventoryDetail componentInventoryDetail

protected RecordRef item

protected Long lineNumber

protected Double quantity

protected Double quantityPer

Public Constructors

public WorkOrderCompletionComponent ()

Public Methods

public InventoryDetail getComponentInventoryDetail ()

Gets the value of the componentInventoryDetail property.

Returns

public RecordRef getItem ()

Gets the value of the item property.

Returns

public Long getLineNumber ()

Gets the value of the lineNumber property.

Returns
  • possible object is Long

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public Double getQuantityPer ()

Gets the value of the quantityPer property.

Returns
  • possible object is Double

public void setComponentInventoryDetail (InventoryDetail value)

Sets the value of the componentInventoryDetail property.

Parameters
value Allowed object is InventoryDetail

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLineNumber (Long value)

Sets the value of the lineNumber property.

Parameters
value Allowed object is Long

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setQuantityPer (Double value)

Sets the value of the quantityPer property.

Parameters
value Allowed object is Double