public class

JobSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.lists.relationships_2010_2.JobSearch

Class Overview

Java class for JobSearch complex type.

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

 <complexType name="JobSearch">
   <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}JobSearchBasic" minOccurs="0"/>
         <element name="contactPrimaryJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchBasic" minOccurs="0"/>
         <element name="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="projectTaskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ProjectTaskSearchBasic" minOccurs="0"/>
         <element name="taskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TaskSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected JobSearchBasic basic
protected ContactSearchBasic contactPrimaryJoin
protected CustomerSearchBasic customerJoin
protected ProjectTaskSearchBasic projectTaskJoin
protected TaskSearchBasic taskJoin
Public Constructors
JobSearch()
Public Methods
JobSearchBasic getBasic()
Gets the value of the basic property.
ContactSearchBasic getContactPrimaryJoin()
Gets the value of the contactPrimaryJoin property.
CustomerSearchBasic getCustomerJoin()
Gets the value of the customerJoin property.
ProjectTaskSearchBasic getProjectTaskJoin()
Gets the value of the projectTaskJoin property.
TaskSearchBasic getTaskJoin()
Gets the value of the taskJoin property.
void setBasic(JobSearchBasic value)
Sets the value of the basic property.
void setContactPrimaryJoin(ContactSearchBasic value)
Sets the value of the contactPrimaryJoin property.
void setCustomerJoin(CustomerSearchBasic value)
Sets the value of the customerJoin property.
void setProjectTaskJoin(ProjectTaskSearchBasic value)
Sets the value of the projectTaskJoin property.
void setTaskJoin(TaskSearchBasic value)
Sets the value of the taskJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected JobSearchBasic basic

protected ContactSearchBasic contactPrimaryJoin

protected CustomerSearchBasic customerJoin

protected ProjectTaskSearchBasic projectTaskJoin

protected TaskSearchBasic taskJoin

Public Constructors

public JobSearch ()

Public Methods

public JobSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public ContactSearchBasic getContactPrimaryJoin ()

Gets the value of the contactPrimaryJoin property.

Returns

public CustomerSearchBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public ProjectTaskSearchBasic getProjectTaskJoin ()

Gets the value of the projectTaskJoin property.

Returns

public TaskSearchBasic getTaskJoin ()

Gets the value of the taskJoin property.

Returns

public void setBasic (JobSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is JobSearchBasic

public void setContactPrimaryJoin (ContactSearchBasic value)

Sets the value of the contactPrimaryJoin property.

Parameters
value Allowed object is ContactSearchBasic

public void setCustomerJoin (CustomerSearchBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchBasic

public void setProjectTaskJoin (ProjectTaskSearchBasic value)

Sets the value of the projectTaskJoin property.

Parameters
value Allowed object is ProjectTaskSearchBasic

public void setTaskJoin (TaskSearchBasic value)

Sets the value of the taskJoin property.

Parameters
value Allowed object is TaskSearchBasic