public class

PromotionCodePartners

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.marketing_2010_2.PromotionCodePartners

Class Overview

Java class for PromotionCodePartners complex type.

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

 <complexType name="PromotionCodePartners">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="partner" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="code" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String code
protected RecordRef partner
Public Constructors
PromotionCodePartners()
Public Methods
String getCode()
Gets the value of the code property.
RecordRef getPartner()
Gets the value of the partner property.
void setCode(String value)
Sets the value of the code property.
void setPartner(RecordRef value)
Sets the value of the partner property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String code

protected RecordRef partner

Public Constructors

public PromotionCodePartners ()

Public Methods

public String getCode ()

Gets the value of the code property.

Returns
  • possible object is String

public RecordRef getPartner ()

Gets the value of the partner property.

Returns

public void setCode (String value)

Sets the value of the code property.

Parameters
value Allowed object is String

public void setPartner (RecordRef value)

Sets the value of the partner property.

Parameters
value Allowed object is RecordRef