| java.lang.Object | |
| ↳ | com.netsuite.webservices.lists.accounting_2010_2.ItemVendor |
Java class for ItemVendor complex type.
The following schema fragment specifies the expected content contained within this class.
<complexType name="ItemVendor">
<complexContent>
<restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
<sequence>
<element name="vendor" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="vendorCode" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="vendorCurrencyName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
<element name="purchasePrice" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
<element name="preferredVendor" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
<element name="schedule" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
<element name="subsidiary" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
</sequence>
</restriction>
</complexContent>
</complexType>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| preferredVendor | |||||||||||
| purchasePrice | |||||||||||
| schedule | |||||||||||
| subsidiary | |||||||||||
| vendor | |||||||||||
| vendorCode | |||||||||||
| vendorCurrencyName | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the purchasePrice property.
| |||||||||||
Gets the value of the schedule property.
| |||||||||||
Gets the value of the subsidiary property.
| |||||||||||
Gets the value of the vendor property.
| |||||||||||
Gets the value of the vendorCode property.
| |||||||||||
Gets the value of the vendorCurrencyName property.
| |||||||||||
Gets the value of the preferredVendor property.
| |||||||||||
Sets the value of the preferredVendor property.
| |||||||||||
Sets the value of the purchasePrice property.
| |||||||||||
Sets the value of the schedule property.
| |||||||||||
Sets the value of the subsidiary property.
| |||||||||||
Sets the value of the vendor property.
| |||||||||||
Sets the value of the vendorCode property.
| |||||||||||
Sets the value of the vendorCurrencyName property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the purchasePrice property.
Gets the value of the schedule property.
RecordRef
Gets the value of the subsidiary property.
Gets the value of the vendor property.
RecordRef
Gets the value of the vendorCode property.
Gets the value of the vendorCurrencyName property.
Gets the value of the preferredVendor property.
Sets the value of the preferredVendor property.
| value | Allowed object is Boolean |
|---|
Sets the value of the purchasePrice property.
| value | Allowed object is Double |
|---|
Sets the value of the schedule property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the subsidiary property.
| value | Allowed object is String |
|---|
Sets the value of the vendor property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the vendorCode property.
| value | Allowed object is String |
|---|
Sets the value of the vendorCurrencyName property.
| value | Allowed object is String |
|---|