public class

InventoryCostRevaluationCostComponent

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

Class Overview

Java class for InventoryCostRevaluationCostComponent complex type.

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

 <complexType name="InventoryCostRevaluationCostComponent">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="cost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="componentItem" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="quantity" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="units" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="costCategory" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef componentItem
protected Double cost
protected RecordRef costCategory
protected Double quantity
protected RecordRef units
Public Constructors
InventoryCostRevaluationCostComponent()
Public Methods
RecordRef getComponentItem()
Gets the value of the componentItem property.
Double getCost()
Gets the value of the cost property.
RecordRef getCostCategory()
Gets the value of the costCategory property.
Double getQuantity()
Gets the value of the quantity property.
RecordRef getUnits()
Gets the value of the units property.
void setComponentItem(RecordRef value)
Sets the value of the componentItem property.
void setCost(Double value)
Sets the value of the cost property.
void setCostCategory(RecordRef value)
Sets the value of the costCategory property.
void setQuantity(Double value)
Sets the value of the quantity property.
void setUnits(RecordRef value)
Sets the value of the units property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef componentItem

protected Double cost

protected RecordRef costCategory

protected Double quantity

protected RecordRef units

Public Constructors

public InventoryCostRevaluationCostComponent ()

Public Methods

public RecordRef getComponentItem ()

Gets the value of the componentItem property.

Returns

public Double getCost ()

Gets the value of the cost property.

Returns
  • possible object is Double

public RecordRef getCostCategory ()

Gets the value of the costCategory property.

Returns

public Double getQuantity ()

Gets the value of the quantity property.

Returns
  • possible object is Double

public RecordRef getUnits ()

Gets the value of the units property.

Returns

public void setComponentItem (RecordRef value)

Sets the value of the componentItem property.

Parameters
value Allowed object is RecordRef

public void setCost (Double value)

Sets the value of the cost property.

Parameters
value Allowed object is Double

public void setCostCategory (RecordRef value)

Sets the value of the costCategory property.

Parameters
value Allowed object is RecordRef

public void setQuantity (Double value)

Sets the value of the quantity property.

Parameters
value Allowed object is Double

public void setUnits (RecordRef value)

Sets the value of the units property.

Parameters
value Allowed object is RecordRef