public class

CustomerGroupPricing

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

Class Overview

Java class for CustomerGroupPricing complex type.

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

 <complexType name="CustomerGroupPricing">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="group" 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"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected RecordRef group
protected RecordRef level
Public Constructors
CustomerGroupPricing()
Public Methods
RecordRef getGroup()
Gets the value of the group property.
RecordRef getLevel()
Gets the value of the level property.
void setGroup(RecordRef value)
Sets the value of the group property.
void setLevel(RecordRef value)
Sets the value of the level property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected RecordRef group

protected RecordRef level

Public Constructors

public CustomerGroupPricing ()

Public Methods

public RecordRef getGroup ()

Gets the value of the group property.

Returns

public RecordRef getLevel ()

Gets the value of the level property.

Returns

public void setGroup (RecordRef value)

Sets the value of the group 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