public class

PartnerSearchRow

extends SearchRow
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRow
     ↳ com.netsuite.webservices.lists.relationships_2010_2.PartnerSearchRow

Class Overview

Java class for PartnerSearchRow complex type.

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

 <complexType name="PartnerSearchRow">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRow">
       <sequence>
         <element name="basic" type="{urn:common_2010_2.platform.webservices.netsuite.com}PartnerSearchRowBasic" minOccurs="0"/>
         <element name="campaignResponseJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CampaignSearchRowBasic" minOccurs="0"/>
         <element name="contactJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchRowBasic" minOccurs="0"/>
         <element name="contactPrimaryJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchRowBasic" minOccurs="0"/>
         <element name="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchRowBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchRowBasic" minOccurs="0"/>
         <element name="messagesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
         <element name="messagesFromJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
         <element name="messagesToJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}MessageSearchRowBasic" minOccurs="0"/>
         <element name="opportunityJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OpportunitySearchRowBasic" minOccurs="0"/>
         <element name="transactionJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TransactionSearchRowBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
         <element name="userNotesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}NoteSearchRowBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected PartnerSearchRowBasic basic
protected CampaignSearchRowBasic campaignResponseJoin
protected ContactSearchRowBasic contactJoin
protected ContactSearchRowBasic contactPrimaryJoin
protected CustomerSearchRowBasic customerJoin
protected FileSearchRowBasic fileJoin
protected MessageSearchRowBasic messagesFromJoin
protected MessageSearchRowBasic messagesJoin
protected MessageSearchRowBasic messagesToJoin
protected OpportunitySearchRowBasic opportunityJoin
protected TransactionSearchRowBasic transactionJoin
protected EmployeeSearchRowBasic userJoin
protected NoteSearchRowBasic userNotesJoin
Public Constructors
PartnerSearchRow()
Public Methods
PartnerSearchRowBasic getBasic()
Gets the value of the basic property.
CampaignSearchRowBasic getCampaignResponseJoin()
Gets the value of the campaignResponseJoin property.
ContactSearchRowBasic getContactJoin()
Gets the value of the contactJoin property.
ContactSearchRowBasic getContactPrimaryJoin()
Gets the value of the contactPrimaryJoin property.
CustomerSearchRowBasic getCustomerJoin()
Gets the value of the customerJoin property.
FileSearchRowBasic getFileJoin()
Gets the value of the fileJoin property.
MessageSearchRowBasic getMessagesFromJoin()
Gets the value of the messagesFromJoin property.
MessageSearchRowBasic getMessagesJoin()
Gets the value of the messagesJoin property.
MessageSearchRowBasic getMessagesToJoin()
Gets the value of the messagesToJoin property.
OpportunitySearchRowBasic getOpportunityJoin()
Gets the value of the opportunityJoin property.
TransactionSearchRowBasic getTransactionJoin()
Gets the value of the transactionJoin property.
EmployeeSearchRowBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchRowBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
void setBasic(PartnerSearchRowBasic value)
Sets the value of the basic property.
void setCampaignResponseJoin(CampaignSearchRowBasic value)
Sets the value of the campaignResponseJoin property.
void setContactJoin(ContactSearchRowBasic value)
Sets the value of the contactJoin property.
void setContactPrimaryJoin(ContactSearchRowBasic value)
Sets the value of the contactPrimaryJoin property.
void setCustomerJoin(CustomerSearchRowBasic value)
Sets the value of the customerJoin property.
void setFileJoin(FileSearchRowBasic value)
Sets the value of the fileJoin property.
void setMessagesFromJoin(MessageSearchRowBasic value)
Sets the value of the messagesFromJoin property.
void setMessagesJoin(MessageSearchRowBasic value)
Sets the value of the messagesJoin property.
void setMessagesToJoin(MessageSearchRowBasic value)
Sets the value of the messagesToJoin property.
void setOpportunityJoin(OpportunitySearchRowBasic value)
Sets the value of the opportunityJoin property.
void setTransactionJoin(TransactionSearchRowBasic value)
Sets the value of the transactionJoin property.
void setUserJoin(EmployeeSearchRowBasic value)
Sets the value of the userJoin property.
void setUserNotesJoin(NoteSearchRowBasic value)
Sets the value of the userNotesJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected PartnerSearchRowBasic basic

protected CampaignSearchRowBasic campaignResponseJoin

protected ContactSearchRowBasic contactJoin

protected ContactSearchRowBasic contactPrimaryJoin

protected CustomerSearchRowBasic customerJoin

protected FileSearchRowBasic fileJoin

protected MessageSearchRowBasic messagesFromJoin

protected MessageSearchRowBasic messagesJoin

protected MessageSearchRowBasic messagesToJoin

protected OpportunitySearchRowBasic opportunityJoin

protected TransactionSearchRowBasic transactionJoin

protected EmployeeSearchRowBasic userJoin

protected NoteSearchRowBasic userNotesJoin

Public Constructors

public PartnerSearchRow ()

Public Methods

public PartnerSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public CampaignSearchRowBasic getCampaignResponseJoin ()

Gets the value of the campaignResponseJoin property.

Returns

public ContactSearchRowBasic getContactJoin ()

Gets the value of the contactJoin property.

Returns

public ContactSearchRowBasic getContactPrimaryJoin ()

Gets the value of the contactPrimaryJoin property.

Returns

public CustomerSearchRowBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public FileSearchRowBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public MessageSearchRowBasic getMessagesFromJoin ()

Gets the value of the messagesFromJoin property.

Returns

public MessageSearchRowBasic getMessagesJoin ()

Gets the value of the messagesJoin property.

Returns

public MessageSearchRowBasic getMessagesToJoin ()

Gets the value of the messagesToJoin property.

Returns

public OpportunitySearchRowBasic getOpportunityJoin ()

Gets the value of the opportunityJoin property.

Returns

public TransactionSearchRowBasic getTransactionJoin ()

Gets the value of the transactionJoin property.

Returns

public EmployeeSearchRowBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public NoteSearchRowBasic getUserNotesJoin ()

Gets the value of the userNotesJoin property.

Returns

public void setBasic (PartnerSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is PartnerSearchRowBasic

public void setCampaignResponseJoin (CampaignSearchRowBasic value)

Sets the value of the campaignResponseJoin property.

Parameters
value Allowed object is CampaignSearchRowBasic

public void setContactJoin (ContactSearchRowBasic value)

Sets the value of the contactJoin property.

Parameters
value Allowed object is ContactSearchRowBasic

public void setContactPrimaryJoin (ContactSearchRowBasic value)

Sets the value of the contactPrimaryJoin property.

Parameters
value Allowed object is ContactSearchRowBasic

public void setCustomerJoin (CustomerSearchRowBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchRowBasic

public void setFileJoin (FileSearchRowBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchRowBasic

public void setMessagesFromJoin (MessageSearchRowBasic value)

Sets the value of the messagesFromJoin property.

Parameters
value Allowed object is MessageSearchRowBasic

public void setMessagesJoin (MessageSearchRowBasic value)

Sets the value of the messagesJoin property.

Parameters
value Allowed object is MessageSearchRowBasic

public void setMessagesToJoin (MessageSearchRowBasic value)

Sets the value of the messagesToJoin property.

Parameters
value Allowed object is MessageSearchRowBasic

public void setOpportunityJoin (OpportunitySearchRowBasic value)

Sets the value of the opportunityJoin property.

Parameters
value Allowed object is OpportunitySearchRowBasic

public void setTransactionJoin (TransactionSearchRowBasic value)

Sets the value of the transactionJoin property.

Parameters
value Allowed object is TransactionSearchRowBasic

public void setUserJoin (EmployeeSearchRowBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic

public void setUserNotesJoin (NoteSearchRowBasic value)

Sets the value of the userNotesJoin property.

Parameters
value Allowed object is NoteSearchRowBasic