public class

CustomerItemPricing

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2010_2.CustomerItemPricing

Class Overview

Java class for CustomerItemPricing complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CustomerItemPricing">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="level" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="price" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef item
protected RecordRef level
protected Double price
Public Constructors
CustomerItemPricing()
Public Methods
RecordRef getItem()
Gets the value of the item property.
RecordRef getLevel()
Gets the value of the level property.
Double getPrice()
Gets the value of the price property.
void setItem(RecordRef value)
Sets the value of the item property.
void setLevel(RecordRef value)
Sets the value of the level property.
void setPrice(Double value)
Sets the value of the price property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef item

protected RecordRef level

protected Double price

Public Constructors

public CustomerItemPricing ()

Public Methods

public RecordRef getItem ()

Gets the value of the item property.

Returns

public RecordRef getLevel ()

Gets the value of the level property.

Returns

public Double getPrice ()

Gets the value of the price property.

Returns
  • possible object is Double

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setLevel (RecordRef value)

Sets the value of the level property.

Parameters
value Allowed object is RecordRef

public void setPrice (Double value)

Sets the value of the price property.

Parameters
value Allowed object is Double