public class

Partners

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

Class Overview

Java class for Partners complex type.

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

 <complexType name="Partners">
   <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="partnerRole" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="isPrimary" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="contribution" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double contribution
protected Boolean isPrimary
protected RecordRef partner
protected RecordRef partnerRole
Public Constructors
Partners()
Public Methods
Double getContribution()
Gets the value of the contribution property.
RecordRef getPartner()
Gets the value of the partner property.
RecordRef getPartnerRole()
Gets the value of the partnerRole property.
Boolean isIsPrimary()
Gets the value of the isPrimary property.
void setContribution(Double value)
Sets the value of the contribution property.
void setIsPrimary(Boolean value)
Sets the value of the isPrimary property.
void setPartner(RecordRef value)
Sets the value of the partner property.
void setPartnerRole(RecordRef value)
Sets the value of the partnerRole property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double contribution

protected Boolean isPrimary

protected RecordRef partner

protected RecordRef partnerRole

Public Constructors

public Partners ()

Public Methods

public Double getContribution ()

Gets the value of the contribution property.

Returns
  • possible object is Double

public RecordRef getPartner ()

Gets the value of the partner property.

Returns

public RecordRef getPartnerRole ()

Gets the value of the partnerRole property.

Returns

public Boolean isIsPrimary ()

Gets the value of the isPrimary property.

Returns
  • possible object is Boolean

public void setContribution (Double value)

Sets the value of the contribution property.

Parameters
value Allowed object is Double

public void setIsPrimary (Boolean value)

Sets the value of the isPrimary property.

Parameters
value Allowed object is Boolean

public void setPartner (RecordRef value)

Sets the value of the partner property.

Parameters
value Allowed object is RecordRef

public void setPartnerRole (RecordRef value)

Sets the value of the partnerRole property.

Parameters
value Allowed object is RecordRef