public class

PhoneCallSearchRow

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

Class Overview

Java class for PhoneCallSearchRow complex type.

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

 <complexType name="PhoneCallSearchRow">
   <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}PhoneCallSearchRowBasic" minOccurs="0"/>
         <element name="caseJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}SupportCaseSearchRowBasic" minOccurs="0"/>
         <element name="companyCustomerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchRowBasic" minOccurs="0"/>
         <element name="contactJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchRowBasic" minOccurs="0"/>
         <element name="employeeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchRowBasic" 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 PhoneCallSearchRowBasic basic
protected SupportCaseSearchRowBasic caseJoin
protected CustomerSearchRowBasic companyCustomerJoin
protected ContactSearchRowBasic contactJoin
protected EmployeeSearchRowBasic employeeJoin
protected FileSearchRowBasic fileJoin
protected OpportunitySearchRowBasic opportunityJoin
protected OriginatingLeadSearchRowBasic originatingLeadJoin
protected TransactionSearchRowBasic transactionJoin
protected EmployeeSearchRowBasic userJoin
protected NoteSearchRowBasic userNotesJoin
Public Constructors
PhoneCallSearchRow()
Public Methods
PhoneCallSearchRowBasic getBasic()
Gets the value of the basic property.
SupportCaseSearchRowBasic getCaseJoin()
Gets the value of the caseJoin property.
CustomerSearchRowBasic getCompanyCustomerJoin()
Gets the value of the companyCustomerJoin property.
ContactSearchRowBasic getContactJoin()
Gets the value of the contactJoin property.
EmployeeSearchRowBasic getEmployeeJoin()
Gets the value of the employeeJoin 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 setBasic(PhoneCallSearchRowBasic value)
Sets the value of the basic property.
void setCaseJoin(SupportCaseSearchRowBasic value)
Sets the value of the caseJoin property.
void setCompanyCustomerJoin(CustomerSearchRowBasic value)
Sets the value of the companyCustomerJoin property.
void setContactJoin(ContactSearchRowBasic value)
Sets the value of the contactJoin property.
void setEmployeeJoin(EmployeeSearchRowBasic value)
Sets the value of the employeeJoin 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 PhoneCallSearchRowBasic basic

protected SupportCaseSearchRowBasic caseJoin

protected CustomerSearchRowBasic companyCustomerJoin

protected ContactSearchRowBasic contactJoin

protected EmployeeSearchRowBasic employeeJoin

protected FileSearchRowBasic fileJoin

protected OpportunitySearchRowBasic opportunityJoin

protected OriginatingLeadSearchRowBasic originatingLeadJoin

protected TransactionSearchRowBasic transactionJoin

protected EmployeeSearchRowBasic userJoin

protected NoteSearchRowBasic userNotesJoin

Public Constructors

public PhoneCallSearchRow ()

Public Methods

public PhoneCallSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public SupportCaseSearchRowBasic getCaseJoin ()

Gets the value of the caseJoin property.

Returns

public CustomerSearchRowBasic getCompanyCustomerJoin ()

Gets the value of the companyCustomerJoin property.

Returns

public ContactSearchRowBasic getContactJoin ()

Gets the value of the contactJoin property.

Returns

public EmployeeSearchRowBasic getEmployeeJoin ()

Gets the value of the employeeJoin 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 setBasic (PhoneCallSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is PhoneCallSearchRowBasic

public void setCaseJoin (SupportCaseSearchRowBasic value)

Sets the value of the caseJoin property.

Parameters
value Allowed object is SupportCaseSearchRowBasic

public void setCompanyCustomerJoin (CustomerSearchRowBasic value)

Sets the value of the companyCustomerJoin property.

Parameters
value Allowed object is CustomerSearchRowBasic

public void setContactJoin (ContactSearchRowBasic value)

Sets the value of the contactJoin property.

Parameters
value Allowed object is ContactSearchRowBasic

public void setEmployeeJoin (EmployeeSearchRowBasic value)

Sets the value of the employeeJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic

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