public class

JobSearchRow

extends SearchRow
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRow
     ↳ com.netsuite.webservices.lists.relationships_2010_2.JobSearchRow

Class Overview

Java class for JobSearchRow complex type.

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

 <complexType name="JobSearchRow">
   <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}JobSearchRowBasic" minOccurs="0"/>
         <element name="contactPrimaryJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ContactSearchRowBasic" minOccurs="0"/>
         <element name="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchRowBasic" minOccurs="0"/>
         <element name="projectTaskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ProjectTaskSearchRowBasic" minOccurs="0"/>
         <element name="taskJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}TaskSearchRowBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected JobSearchRowBasic basic
protected ContactSearchRowBasic contactPrimaryJoin
protected CustomerSearchRowBasic customerJoin
protected ProjectTaskSearchRowBasic projectTaskJoin
protected TaskSearchRowBasic taskJoin
Public Constructors
JobSearchRow()
Public Methods
JobSearchRowBasic getBasic()
Gets the value of the basic property.
ContactSearchRowBasic getContactPrimaryJoin()
Gets the value of the contactPrimaryJoin property.
CustomerSearchRowBasic getCustomerJoin()
Gets the value of the customerJoin property.
ProjectTaskSearchRowBasic getProjectTaskJoin()
Gets the value of the projectTaskJoin property.
TaskSearchRowBasic getTaskJoin()
Gets the value of the taskJoin property.
void setBasic(JobSearchRowBasic value)
Sets the value of the basic property.
void setContactPrimaryJoin(ContactSearchRowBasic value)
Sets the value of the contactPrimaryJoin property.
void setCustomerJoin(CustomerSearchRowBasic value)
Sets the value of the customerJoin property.
void setProjectTaskJoin(ProjectTaskSearchRowBasic value)
Sets the value of the projectTaskJoin property.
void setTaskJoin(TaskSearchRowBasic value)
Sets the value of the taskJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected JobSearchRowBasic basic

protected ContactSearchRowBasic contactPrimaryJoin

protected CustomerSearchRowBasic customerJoin

protected ProjectTaskSearchRowBasic projectTaskJoin

protected TaskSearchRowBasic taskJoin

Public Constructors

public JobSearchRow ()

Public Methods

public JobSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public ContactSearchRowBasic getContactPrimaryJoin ()

Gets the value of the contactPrimaryJoin property.

Returns

public CustomerSearchRowBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public ProjectTaskSearchRowBasic getProjectTaskJoin ()

Gets the value of the projectTaskJoin property.

Returns

public TaskSearchRowBasic getTaskJoin ()

Gets the value of the taskJoin property.

Returns

public void setBasic (JobSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is JobSearchRowBasic

public void setContactPrimaryJoin (ContactSearchRowBasic value)

Sets the value of the contactPrimaryJoin property.

Parameters
value Allowed object is ContactSearchRowBasic

public void setCustomerJoin (CustomerSearchRowBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchRowBasic

public void setProjectTaskJoin (ProjectTaskSearchRowBasic value)

Sets the value of the projectTaskJoin property.

Parameters
value Allowed object is ProjectTaskSearchRowBasic

public void setTaskJoin (TaskSearchRowBasic value)

Sets the value of the taskJoin property.

Parameters
value Allowed object is TaskSearchRowBasic