public class

CampaignSearchRow

extends SearchRow
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRow
     ↳ com.netsuite.webservices.lists.marketing_2010_2.CampaignSearchRow

Class Overview

Java class for CampaignSearchRow complex type.

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

 <complexType name="CampaignSearchRow">
   <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}CampaignSearchRowBasic" minOccurs="0"/>
         <element name="campaignRecipientJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EntitySearchRowBasic" 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="originatingLeadJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OriginatingLeadSearchRowBasic" minOccurs="0"/>
         <element name="promotionCodeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}PromotionCodeSearchRowBasic" 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 CampaignSearchRowBasic basic
protected EntitySearchRowBasic campaignRecipientJoin
protected FileSearchRowBasic fileJoin
protected MessageSearchRowBasic messagesJoin
protected OriginatingLeadSearchRowBasic originatingLeadJoin
protected PromotionCodeSearchRowBasic promotionCodeJoin
protected TransactionSearchRowBasic transactionJoin
protected EmployeeSearchRowBasic userJoin
protected NoteSearchRowBasic userNotesJoin
Public Constructors
CampaignSearchRow()
Public Methods
CampaignSearchRowBasic getBasic()
Gets the value of the basic property.
EntitySearchRowBasic getCampaignRecipientJoin()
Gets the value of the campaignRecipientJoin property.
FileSearchRowBasic getFileJoin()
Gets the value of the fileJoin property.
MessageSearchRowBasic getMessagesJoin()
Gets the value of the messagesJoin property.
OriginatingLeadSearchRowBasic getOriginatingLeadJoin()
Gets the value of the originatingLeadJoin property.
PromotionCodeSearchRowBasic getPromotionCodeJoin()
Gets the value of the promotionCodeJoin 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(CampaignSearchRowBasic value)
Sets the value of the basic property.
void setCampaignRecipientJoin(EntitySearchRowBasic value)
Sets the value of the campaignRecipientJoin property.
void setFileJoin(FileSearchRowBasic value)
Sets the value of the fileJoin property.
void setMessagesJoin(MessageSearchRowBasic value)
Sets the value of the messagesJoin property.
void setOriginatingLeadJoin(OriginatingLeadSearchRowBasic value)
Sets the value of the originatingLeadJoin property.
void setPromotionCodeJoin(PromotionCodeSearchRowBasic value)
Sets the value of the promotionCodeJoin 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 CampaignSearchRowBasic basic

protected EntitySearchRowBasic campaignRecipientJoin

protected FileSearchRowBasic fileJoin

protected MessageSearchRowBasic messagesJoin

protected OriginatingLeadSearchRowBasic originatingLeadJoin

protected PromotionCodeSearchRowBasic promotionCodeJoin

protected TransactionSearchRowBasic transactionJoin

protected EmployeeSearchRowBasic userJoin

protected NoteSearchRowBasic userNotesJoin

Public Constructors

public CampaignSearchRow ()

Public Methods

public CampaignSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public EntitySearchRowBasic getCampaignRecipientJoin ()

Gets the value of the campaignRecipientJoin property.

Returns

public FileSearchRowBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public MessageSearchRowBasic getMessagesJoin ()

Gets the value of the messagesJoin property.

Returns

public OriginatingLeadSearchRowBasic getOriginatingLeadJoin ()

Gets the value of the originatingLeadJoin property.

Returns

public PromotionCodeSearchRowBasic getPromotionCodeJoin ()

Gets the value of the promotionCodeJoin 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 (CampaignSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is CampaignSearchRowBasic

public void setCampaignRecipientJoin (EntitySearchRowBasic value)

Sets the value of the campaignRecipientJoin property.

Parameters
value Allowed object is EntitySearchRowBasic

public void setFileJoin (FileSearchRowBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchRowBasic

public void setMessagesJoin (MessageSearchRowBasic value)

Sets the value of the messagesJoin property.

Parameters
value Allowed object is MessageSearchRowBasic

public void setOriginatingLeadJoin (OriginatingLeadSearchRowBasic value)

Sets the value of the originatingLeadJoin property.

Parameters
value Allowed object is OriginatingLeadSearchRowBasic

public void setPromotionCodeJoin (PromotionCodeSearchRowBasic value)

Sets the value of the promotionCodeJoin property.

Parameters
value Allowed object is PromotionCodeSearchRowBasic

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