public class

ItemVendor

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_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_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>
 

Summary

Fields
protected Boolean preferredVendor
protected Double purchasePrice
protected RecordRef schedule
protected String subsidiary
protected RecordRef vendor
protected String vendorCode
protected String vendorCurrencyName
Public Constructors
ItemVendor()
Public Methods
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.
String getVendorCurrencyName()
Gets the value of the vendorCurrencyName property.
Boolean isPreferredVendor()
Gets the value of the preferredVendor 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 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 String vendorCurrencyName

Public Constructors

public ItemVendor ()

Public Methods

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 String getVendorCurrencyName ()

Gets the value of the vendorCurrencyName property.

Returns
  • possible object is String

public Boolean isPreferredVendor ()

Gets the value of the preferredVendor property.

Returns
  • possible object is Boolean

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 setVendorCurrencyName (String value)

Sets the value of the vendorCurrencyName property.

Parameters
value Allowed object is String