public class

TaskSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.activities.scheduling_2010_2.TaskSearch

Class Overview

Java class for TaskSearch complex type.

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

 <complexType name="TaskSearch">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2010_2.platform.webservices.netsuite.com}TaskSearchBasic" minOccurs="0"/>
         <element name="caseJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}SupportCaseSearchBasic" minOccurs="0"/>
         <element name="companyCustomerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="contactJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchBasic" minOccurs="0"/>
         <element name="employeeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="fileJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}FileSearchBasic" minOccurs="0"/>
         <element name="jobJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}JobSearchBasic" minOccurs="0"/>
         <element name="opportunityJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OpportunitySearchBasic" minOccurs="0"/>
         <element name="originatingLeadJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}OriginatingLeadSearchBasic" minOccurs="0"/>
         <element name="timeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TimeBillSearchBasic" minOccurs="0"/>
         <element name="transactionJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TransactionSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="userNotesJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}NoteSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TaskSearchBasic basic
protected SupportCaseSearchBasic caseJoin
protected CustomerSearchBasic companyCustomerJoin
protected ContactSearchBasic contactJoin
protected EmployeeSearchBasic employeeJoin
protected FileSearchBasic fileJoin
protected JobSearchBasic jobJoin
protected OpportunitySearchBasic opportunityJoin
protected OriginatingLeadSearchBasic originatingLeadJoin
protected TimeBillSearchBasic timeJoin
protected TransactionSearchBasic transactionJoin
protected EmployeeSearchBasic userJoin
protected NoteSearchBasic userNotesJoin
Public Constructors
TaskSearch()
Public Methods
TaskSearchBasic getBasic()
Gets the value of the basic property.
SupportCaseSearchBasic getCaseJoin()
Gets the value of the caseJoin property.
CustomerSearchBasic getCompanyCustomerJoin()
Gets the value of the companyCustomerJoin property.
ContactSearchBasic getContactJoin()
Gets the value of the contactJoin property.
EmployeeSearchBasic getEmployeeJoin()
Gets the value of the employeeJoin property.
FileSearchBasic getFileJoin()
Gets the value of the fileJoin property.
JobSearchBasic getJobJoin()
Gets the value of the jobJoin property.
OpportunitySearchBasic getOpportunityJoin()
Gets the value of the opportunityJoin property.
OriginatingLeadSearchBasic getOriginatingLeadJoin()
Gets the value of the originatingLeadJoin property.
TimeBillSearchBasic getTimeJoin()
Gets the value of the timeJoin property.
TransactionSearchBasic getTransactionJoin()
Gets the value of the transactionJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
NoteSearchBasic getUserNotesJoin()
Gets the value of the userNotesJoin property.
void setBasic(TaskSearchBasic value)
Sets the value of the basic property.
void setCaseJoin(SupportCaseSearchBasic value)
Sets the value of the caseJoin property.
void setCompanyCustomerJoin(CustomerSearchBasic value)
Sets the value of the companyCustomerJoin property.
void setContactJoin(ContactSearchBasic value)
Sets the value of the contactJoin property.
void setEmployeeJoin(EmployeeSearchBasic value)
Sets the value of the employeeJoin property.
void setFileJoin(FileSearchBasic value)
Sets the value of the fileJoin property.
void setJobJoin(JobSearchBasic value)
Sets the value of the jobJoin property.
void setOpportunityJoin(OpportunitySearchBasic value)
Sets the value of the opportunityJoin property.
void setOriginatingLeadJoin(OriginatingLeadSearchBasic value)
Sets the value of the originatingLeadJoin property.
void setTimeJoin(TimeBillSearchBasic value)
Sets the value of the timeJoin property.
void setTransactionJoin(TransactionSearchBasic value)
Sets the value of the transactionJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
void setUserNotesJoin(NoteSearchBasic value)
Sets the value of the userNotesJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TaskSearchBasic basic

protected SupportCaseSearchBasic caseJoin

protected CustomerSearchBasic companyCustomerJoin

protected ContactSearchBasic contactJoin

protected EmployeeSearchBasic employeeJoin

protected FileSearchBasic fileJoin

protected JobSearchBasic jobJoin

protected OpportunitySearchBasic opportunityJoin

protected OriginatingLeadSearchBasic originatingLeadJoin

protected TimeBillSearchBasic timeJoin

protected TransactionSearchBasic transactionJoin

protected EmployeeSearchBasic userJoin

protected NoteSearchBasic userNotesJoin

Public Constructors

public TaskSearch ()

Public Methods

public TaskSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public SupportCaseSearchBasic getCaseJoin ()

Gets the value of the caseJoin property.

Returns

public CustomerSearchBasic getCompanyCustomerJoin ()

Gets the value of the companyCustomerJoin property.

Returns

public ContactSearchBasic getContactJoin ()

Gets the value of the contactJoin property.

Returns

public EmployeeSearchBasic getEmployeeJoin ()

Gets the value of the employeeJoin property.

Returns

public FileSearchBasic getFileJoin ()

Gets the value of the fileJoin property.

Returns

public JobSearchBasic getJobJoin ()

Gets the value of the jobJoin property.

Returns

public OpportunitySearchBasic getOpportunityJoin ()

Gets the value of the opportunityJoin property.

Returns

public OriginatingLeadSearchBasic getOriginatingLeadJoin ()

Gets the value of the originatingLeadJoin property.

Returns

public TimeBillSearchBasic getTimeJoin ()

Gets the value of the timeJoin property.

Returns

public TransactionSearchBasic getTransactionJoin ()

Gets the value of the transactionJoin property.

Returns

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public NoteSearchBasic getUserNotesJoin ()

Gets the value of the userNotesJoin property.

Returns

public void setBasic (TaskSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is TaskSearchBasic

public void setCaseJoin (SupportCaseSearchBasic value)

Sets the value of the caseJoin property.

Parameters
value Allowed object is SupportCaseSearchBasic

public void setCompanyCustomerJoin (CustomerSearchBasic value)

Sets the value of the companyCustomerJoin property.

Parameters
value Allowed object is CustomerSearchBasic

public void setContactJoin (ContactSearchBasic value)

Sets the value of the contactJoin property.

Parameters
value Allowed object is ContactSearchBasic

public void setEmployeeJoin (EmployeeSearchBasic value)

Sets the value of the employeeJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setFileJoin (FileSearchBasic value)

Sets the value of the fileJoin property.

Parameters
value Allowed object is FileSearchBasic

public void setJobJoin (JobSearchBasic value)

Sets the value of the jobJoin property.

Parameters
value Allowed object is JobSearchBasic

public void setOpportunityJoin (OpportunitySearchBasic value)

Sets the value of the opportunityJoin property.

Parameters
value Allowed object is OpportunitySearchBasic

public void setOriginatingLeadJoin (OriginatingLeadSearchBasic value)

Sets the value of the originatingLeadJoin property.

Parameters
value Allowed object is OriginatingLeadSearchBasic

public void setTimeJoin (TimeBillSearchBasic value)

Sets the value of the timeJoin property.

Parameters
value Allowed object is TimeBillSearchBasic

public void setTransactionJoin (TransactionSearchBasic value)

Sets the value of the transactionJoin property.

Parameters
value Allowed object is TransactionSearchBasic

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setUserNotesJoin (NoteSearchBasic value)

Sets the value of the userNotesJoin property.

Parameters
value Allowed object is NoteSearchBasic