public class

PresentationItem

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_2.PresentationItem

Class Overview

Java class for PresentationItem complex type.

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

 <complexType name="PresentationItem">
   <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="itemType" type="{urn:types.common_2010_2.platform.webservices.netsuite.com}PresentationItemType" minOccurs="0"/>
         <element name="description" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="onlinePrice" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="basePrice" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double basePrice
protected String description
protected RecordRef item
protected PresentationItemType itemType
protected Double onlinePrice
Public Constructors
PresentationItem()
Public Methods
Double getBasePrice()
Gets the value of the basePrice property.
String getDescription()
Gets the value of the description property.
RecordRef getItem()
Gets the value of the item property.
PresentationItemType getItemType()
Gets the value of the itemType property.
Double getOnlinePrice()
Gets the value of the onlinePrice property.
void setBasePrice(Double value)
Sets the value of the basePrice property.
void setDescription(String value)
Sets the value of the description property.
void setItem(RecordRef value)
Sets the value of the item property.
void setItemType(PresentationItemType value)
Sets the value of the itemType property.
void setOnlinePrice(Double value)
Sets the value of the onlinePrice property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double basePrice

protected String description

protected RecordRef item

protected PresentationItemType itemType

protected Double onlinePrice

Public Constructors

public PresentationItem ()

Public Methods

public Double getBasePrice ()

Gets the value of the basePrice property.

Returns
  • possible object is Double

public String getDescription ()

Gets the value of the description property.

Returns
  • possible object is String

public RecordRef getItem ()

Gets the value of the item property.

Returns

public PresentationItemType getItemType ()

Gets the value of the itemType property.

Returns

public Double getOnlinePrice ()

Gets the value of the onlinePrice property.

Returns
  • possible object is Double

public void setBasePrice (Double value)

Sets the value of the basePrice property.

Parameters
value Allowed object is Double

public void setDescription (String value)

Sets the value of the description property.

Parameters
value Allowed object is String

public void setItem (RecordRef value)

Sets the value of the item property.

Parameters
value Allowed object is RecordRef

public void setItemType (PresentationItemType value)

Sets the value of the itemType property.

Parameters
value Allowed object is PresentationItemType

public void setOnlinePrice (Double value)

Sets the value of the onlinePrice property.

Parameters
value Allowed object is Double