public class

CustomerSalesTeam

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

Class Overview

Java class for CustomerSalesTeam complex type.

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

 <complexType name="CustomerSalesTeam">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="employee" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="salesRole" 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 RecordRef employee
protected Boolean isPrimary
protected RecordRef salesRole
Public Constructors
CustomerSalesTeam()
Public Methods
Double getContribution()
Gets the value of the contribution property.
RecordRef getEmployee()
Gets the value of the employee property.
RecordRef getSalesRole()
Gets the value of the salesRole property.
Boolean isIsPrimary()
Gets the value of the isPrimary property.
void setContribution(Double value)
Sets the value of the contribution property.
void setEmployee(RecordRef value)
Sets the value of the employee property.
void setIsPrimary(Boolean value)
Sets the value of the isPrimary property.
void setSalesRole(RecordRef value)
Sets the value of the salesRole property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double contribution

protected RecordRef employee

protected Boolean isPrimary

protected RecordRef salesRole

Public Constructors

public CustomerSalesTeam ()

Public Methods

public Double getContribution ()

Gets the value of the contribution property.

Returns
  • possible object is Double

public RecordRef getEmployee ()

Gets the value of the employee property.

Returns

public RecordRef getSalesRole ()

Gets the value of the salesRole 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 setEmployee (RecordRef value)

Sets the value of the employee property.

Parameters
value Allowed object is RecordRef

public void setIsPrimary (Boolean value)

Sets the value of the isPrimary property.

Parameters
value Allowed object is Boolean

public void setSalesRole (RecordRef value)

Sets the value of the salesRole property.

Parameters
value Allowed object is RecordRef