public class

ItemVendor

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2013_2.ItemVendor

Class Overview

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_2013_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="vendorCurrency" type="{urn:core_2013_2.platform.webservices.netsuite.com}RecordRef" 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_2013_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>
 

Summary

Fields
protected Boolean preferredVendor
protected Double purchasePrice
protected RecordRef schedule
protected String subsidiary
protected RecordRef vendor
protected String vendorCode
protected RecordRef vendorCurrency
protected String vendorCurrencyName
Public Constructors
ItemVendor()
Public Methods
Boolean getPreferredVendor()
Gets the value of the preferredVendor property.
Double getPurchasePrice()
Gets the value of the purchasePrice property.
RecordRef getSchedule()
Gets the value of the schedule property.
String getSubsidiary()
Gets the value of the subsidiary property.
RecordRef getVendor()
Gets the value of the vendor property.
String getVendorCode()
Gets the value of the vendorCode property.
RecordRef getVendorCurrency()
Gets the value of the vendorCurrency property.
String getVendorCurrencyName()
Gets the value of the vendorCurrencyName property.
void setPreferredVendor(Boolean value)
Sets the value of the preferredVendor property.
void setPurchasePrice(Double value)
Sets the value of the purchasePrice property.
void setSchedule(RecordRef value)
Sets the value of the schedule property.
void setSubsidiary(String value)
Sets the value of the subsidiary property.
void setVendor(RecordRef value)
Sets the value of the vendor property.
void setVendorCode(String value)
Sets the value of the vendorCode property.
void setVendorCurrency(RecordRef value)
Sets the value of the vendorCurrency property.
void setVendorCurrencyName(String value)
Sets the value of the vendorCurrencyName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Boolean preferredVendor

protected Double purchasePrice

protected RecordRef schedule

protected String subsidiary

protected RecordRef vendor

protected String vendorCode

protected RecordRef vendorCurrency

protected String vendorCurrencyName

Public Constructors

public ItemVendor ()

Public Methods

public Boolean getPreferredVendor ()

Gets the value of the preferredVendor property. This getter has been renamed from isPreferredVendor() to getPreferredVendor() by cxf-xjc-boolean plugin.

Returns
  • possible object is Boolean

public Double getPurchasePrice ()

Gets the value of the purchasePrice property.

Returns
  • possible object is Double

public RecordRef getSchedule ()

Gets the value of the schedule property.

Returns

public String getSubsidiary ()

Gets the value of the subsidiary property.

Returns
  • possible object is String

public RecordRef getVendor ()

Gets the value of the vendor property.

Returns

public String getVendorCode ()

Gets the value of the vendorCode property.

Returns
  • possible object is String

public RecordRef getVendorCurrency ()

Gets the value of the vendorCurrency property.

Returns

public String getVendorCurrencyName ()

Gets the value of the vendorCurrencyName property.

Returns
  • possible object is String

public void setPreferredVendor (Boolean value)

Sets the value of the preferredVendor property.

Parameters
value Allowed object is Boolean

public void setPurchasePrice (Double value)

Sets the value of the purchasePrice property.

Parameters
value Allowed object is Double

public void setSchedule (RecordRef value)

Sets the value of the schedule property.

Parameters
value Allowed object is RecordRef

public void setSubsidiary (String value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is String

public void setVendor (RecordRef value)

Sets the value of the vendor property.

Parameters
value Allowed object is RecordRef

public void setVendorCode (String value)

Sets the value of the vendorCode property.

Parameters
value Allowed object is String

public void setVendorCurrency (RecordRef value)

Sets the value of the vendorCurrency property.

Parameters
value Allowed object is RecordRef

public void setVendorCurrencyName (String value)

Sets the value of the vendorCurrencyName property.

Parameters
value Allowed object is String