public class

ManufacturingCostDetail

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

Class Overview

Java class for ManufacturingCostDetail complex type.

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

 <complexType name="ManufacturingCostDetail">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="costCategory" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="item" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="fixedRate" 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 RecordRef costCategory
protected Double fixedRate
protected RecordRef item
protected Double runRate
Public Constructors
ManufacturingCostDetail()
Public Methods
RecordRef getCostCategory()
Gets the value of the costCategory property.
Double getFixedRate()
Gets the value of the fixedRate property.
RecordRef getItem()
Gets the value of the item property.
Double getRunRate()
Gets the value of the runRate property.
void setCostCategory(RecordRef value)
Sets the value of the costCategory property.
void setFixedRate(Double value)
Sets the value of the fixedRate property.
void setItem(RecordRef value)
Sets the value of the item property.
void setRunRate(Double value)
Sets the value of the runRate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef costCategory

protected Double fixedRate

protected RecordRef item

protected Double runRate

Public Constructors

public ManufacturingCostDetail ()

Public Methods

public RecordRef getCostCategory ()

Gets the value of the costCategory property.

Returns

public Double getFixedRate ()

Gets the value of the fixedRate property.

Returns
  • possible object is Double

public RecordRef getItem ()

Gets the value of the item property.

Returns

public Double getRunRate ()

Gets the value of the runRate property.

Returns
  • possible object is Double

public void setCostCategory (RecordRef value)

Sets the value of the costCategory property.

Parameters
value Allowed object is RecordRef

public void setFixedRate (Double value)

Sets the value of the fixedRate property.

Parameters
value Allowed object is Double

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setRunRate (Double value)

Sets the value of the runRate property.

Parameters
value Allowed object is Double