public class

VendorPricingSchedule

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

Class Overview

Java class for VendorPricingSchedule complex type.

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

 <complexType name="VendorPricingSchedule">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="scheduleName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="scheduleDiscount" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double scheduleDiscount
protected String scheduleName
Public Constructors
VendorPricingSchedule()
Public Methods
Double getScheduleDiscount()
Gets the value of the scheduleDiscount property.
String getScheduleName()
Gets the value of the scheduleName property.
void setScheduleDiscount(Double value)
Sets the value of the scheduleDiscount property.
void setScheduleName(String value)
Sets the value of the scheduleName property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double scheduleDiscount

protected String scheduleName

Public Constructors

public VendorPricingSchedule ()

Public Methods

public Double getScheduleDiscount ()

Gets the value of the scheduleDiscount property.

Returns
  • possible object is Double

public String getScheduleName ()

Gets the value of the scheduleName property.

Returns
  • possible object is String

public void setScheduleDiscount (Double value)

Sets the value of the scheduleDiscount property.

Parameters
value Allowed object is Double

public void setScheduleName (String value)

Sets the value of the scheduleName property.

Parameters
value Allowed object is String