public class

CalendarEventSearchRow

extends SearchRow
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRow
     ↳ com.netsuite.webservices.activities.scheduling_2010_2.CalendarEventSearchRow

Class Overview

Java class for CalendarEventSearchRow complex type.

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

 <complexType name="CalendarEventSearchRow">
   <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}CalendarEventSearchRowBasic" minOccurs="0"/>
         <element name="attendeeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EntitySearchRowBasic" minOccurs="0"/>
         <element name="attendeeContactJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchRowBasic" minOccurs="0"/>
         <element name="attendeeCustomerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchRowBasic" minOccurs="0"/>
         <element name="caseJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}SupportCaseSearchRowBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchRowBasic" minOccurs="0"/>
         <element name="opportunityJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OpportunitySearchRowBasic" minOccurs="0"/>
         <element name="originatingLeadJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OriginatingLeadSearchRowBasic" 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 ContactSearchRowBasic attendeeContactJoin
protected CustomerSearchRowBasic attendeeCustomerJoin
protected EntitySearchRowBasic attendeeJoin
protected CalendarEventSearchRowBasic basic
protected SupportCaseSearchRowBasic caseJoin
protected FileSearchRowBasic fileJoin
protected OpportunitySearchRowBasic opportunityJoin
protected OriginatingLeadSearchRowBasic originatingLeadJoin
protected TransactionSearchRowBasic transactionJoin
protected EmployeeSearchRowBasic userJoin
protected NoteSearchRowBasic userNotesJoin
Public Constructors
CalendarEventSearchRow()
Public Methods
ContactSearchRowBasic getAttendeeContactJoin()
Gets the value of the attendeeContactJoin property.
CustomerSearchRowBasic getAttendeeCustomerJoin()
Gets the value of the attendeeCustomerJoin property.
EntitySearchRowBasic getAttendeeJoin()
Gets the value of the attendeeJoin property.
CalendarEventSearchRowBasic getBasic()
Gets the value of the basic property.
SupportCaseSearchRowBasic getCaseJoin()
Gets the value of the caseJoin property.
FileSearchRowBasic getFileJoin()
Gets the value of the fileJoin property.
OpportunitySearchRowBasic getOpportunityJoin()
Gets the value of the opportunityJoin property.
OriginatingLeadSearchRowBasic getOriginatingLeadJoin()
Gets the value of the originatingLeadJoin 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 setAttendeeContactJoin(ContactSearchRowBasic value)
Sets the value of the attendeeContactJoin property.
void setAttendeeCustomerJoin(CustomerSearchRowBasic value)
Sets the value of the attendeeCustomerJoin property.
void setAttendeeJoin(EntitySearchRowBasic value)
Sets the value of the attendeeJoin property.
void setBasic(CalendarEventSearchRowBasic value)
Sets the value of the basic property.
void setCaseJoin(SupportCaseSearchRowBasic value)
Sets the value of the caseJoin property.
void setFileJoin(FileSearchRowBasic value)
Sets the value of the fileJoin property.
void setOpportunityJoin(OpportunitySearchRowBasic value)
Sets the value of the opportunityJoin property.
void setOriginatingLeadJoin(OriginatingLeadSearchRowBasic value)
Sets the value of the originatingLeadJoin 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 ContactSearchRowBasic attendeeContactJoin

protected CustomerSearchRowBasic attendeeCustomerJoin

protected EntitySearchRowBasic attendeeJoin

protected CalendarEventSearchRowBasic basic

protected SupportCaseSearchRowBasic caseJoin

protected FileSearchRowBasic fileJoin

protected OpportunitySearchRowBasic opportunityJoin

protected OriginatingLeadSearchRowBasic originatingLeadJoin

protected TransactionSearchRowBasic transactionJoin

protected EmployeeSearchRowBasic userJoin

protected NoteSearchRowBasic userNotesJoin

Public Constructors

public CalendarEventSearchRow ()

Public Methods

public ContactSearchRowBasic getAttendeeContactJoin ()

Gets the value of the attendeeContactJoin property.

Returns

public CustomerSearchRowBasic getAttendeeCustomerJoin ()

Gets the value of the attendeeCustomerJoin property.

Returns

public EntitySearchRowBasic getAttendeeJoin ()

Gets the value of the attendeeJoin property.

Returns

public CalendarEventSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public SupportCaseSearchRowBasic getCaseJoin ()

Gets the value of the caseJoin property.

Returns

public FileSearchRowBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public OpportunitySearchRowBasic getOpportunityJoin ()

Gets the value of the opportunityJoin property.

Returns

public OriginatingLeadSearchRowBasic getOriginatingLeadJoin ()

Gets the value of the originatingLeadJoin 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 setAttendeeContactJoin (ContactSearchRowBasic value)

Sets the value of the attendeeContactJoin property.

Parameters
value Allowed object is ContactSearchRowBasic

public void setAttendeeCustomerJoin (CustomerSearchRowBasic value)

Sets the value of the attendeeCustomerJoin property.

Parameters
value Allowed object is CustomerSearchRowBasic

public void setAttendeeJoin (EntitySearchRowBasic value)

Sets the value of the attendeeJoin property.

Parameters
value Allowed object is EntitySearchRowBasic

public void setBasic (CalendarEventSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is CalendarEventSearchRowBasic

public void setCaseJoin (SupportCaseSearchRowBasic value)

Sets the value of the caseJoin property.

Parameters
value Allowed object is SupportCaseSearchRowBasic

public void setFileJoin (FileSearchRowBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchRowBasic

public void setOpportunityJoin (OpportunitySearchRowBasic value)

Sets the value of the opportunityJoin property.

Parameters
value Allowed object is OpportunitySearchRowBasic

public void setOriginatingLeadJoin (OriginatingLeadSearchRowBasic value)

Sets the value of the originatingLeadJoin property.

Parameters
value Allowed object is OriginatingLeadSearchRowBasic

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