| java.lang.Object | |
| ↳ | com.netsuite.webservices.platform.common_2010_2.PresentationItem |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| basePrice | |||||||||||
| description | |||||||||||
| item | |||||||||||
| itemType | |||||||||||
| onlinePrice | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the basePrice property.
| |||||||||||
Gets the value of the description property.
| |||||||||||
Gets the value of the item property.
| |||||||||||
Gets the value of the itemType property.
| |||||||||||
Gets the value of the onlinePrice property.
| |||||||||||
Sets the value of the basePrice property.
| |||||||||||
Sets the value of the description property.
| |||||||||||
Sets the value of the item property.
| |||||||||||
Sets the value of the itemType property.
| |||||||||||
Sets the value of the onlinePrice property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the basePrice property.
Gets the value of the description property.
Gets the value of the item property.
RecordRef
Gets the value of the itemType property.
PresentationItemType
Gets the value of the onlinePrice property.
Sets the value of the basePrice property.
| value | Allowed object is Double |
|---|
Sets the value of the description property.
| value | Allowed object is String |
|---|
Sets the value of the item property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the itemType property.
| value | Allowed object is
PresentationItemType
|
|---|
Sets the value of the onlinePrice property.
| value | Allowed object is Double |
|---|