| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.supplychain_2013_2.ManufacturingCostDetail |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| costCategory | |||||||||||
| fixedRate | |||||||||||
| item | |||||||||||
| runRate | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the costCategory property.
| |||||||||||
Gets the value of the fixedRate property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the runRate property.
| |||||||||||
Sets the value of the costCategory property.
| |||||||||||
Sets the value of the fixedRate property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the runRate property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the costCategory property.
RecordRef
Gets the value of the fixedRate property.
Gets the value of the item property.
RecordRef
Gets the value of the runRate property.
Sets the value of the costCategory property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the fixedRate property.
| value | Allowed object is Double |
|---|
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the runRate property.
| value | Allowed object is Double |
|---|