| java.lang.Object | |
| ↳ | com.netsuite.webservices.transactions.inventory_2013_2.InventoryCostRevaluationCostComponent |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| componentItem | |||||||||||
| cost | |||||||||||
| costCategory | |||||||||||
| quantity | |||||||||||
| units | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the componentItem property.
| |||||||||||
Gets the value of the cost property.
| |||||||||||
Gets the value of the costCategory property.
| |||||||||||
Gets the value of the quantity property.
| |||||||||||
Gets the value of the units property.
| |||||||||||
Sets the value of the componentItem property.
| |||||||||||
Sets the value of the cost property.
| |||||||||||
Sets the value of the costCategory property.
| |||||||||||
Sets the value of the quantity property.
| |||||||||||
Sets the value of the units property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the componentItem property.
RecordRef
Gets the value of the cost property.
Gets the value of the costCategory property.
RecordRef
Gets the value of the quantity property.
Gets the value of the units property.
RecordRef
Sets the value of the componentItem property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the cost property.
| value | Allowed object is Double |
|---|
Sets the value of the costCategory property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the quantity property.
| value | Allowed object is Double |
|---|
Sets the value of the units property.
| value | Allowed object is
RecordRef
|
|---|