public class

TimeBillSearchRow

extends SearchRow
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRow
     ↳ com.netsuite.webservices.transactions.employees_2010_2.TimeBillSearchRow

Class Overview

Java class for TimeBillSearchRow complex type.

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

 <complexType name="TimeBillSearchRow">
   <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}TimeBillSearchRowBasic" minOccurs="0"/>
         <element name="callJoin" 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="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchRowBasic" minOccurs="0"/>
         <element name="employeeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
         <element name="eventJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CalendarEventSearchRowBasic" minOccurs="0"/>
         <element name="itemJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ItemSearchRowBasic" minOccurs="0"/>
         <element name="jobJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}JobSearchRowBasic" 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"/>
         <element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchRowBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TimeBillSearchRowBasic basic
protected PhoneCallSearchRowBasic callJoin
protected SupportCaseSearchRowBasic caseJoin
protected CustomerSearchRowBasic customerJoin
protected EmployeeSearchRowBasic employeeJoin
protected CalendarEventSearchRowBasic eventJoin
protected ItemSearchRowBasic itemJoin
protected JobSearchRowBasic jobJoin
protected ProjectTaskSearchRowBasic projectTaskJoin
protected TaskSearchRowBasic taskJoin
protected EmployeeSearchRowBasic userJoin
Public Constructors
TimeBillSearchRow()
Public Methods
TimeBillSearchRowBasic getBasic()
Gets the value of the basic property.
PhoneCallSearchRowBasic getCallJoin()
Gets the value of the callJoin property.
SupportCaseSearchRowBasic getCaseJoin()
Gets the value of the caseJoin property.
CustomerSearchRowBasic getCustomerJoin()
Gets the value of the customerJoin property.
EmployeeSearchRowBasic getEmployeeJoin()
Gets the value of the employeeJoin property.
CalendarEventSearchRowBasic getEventJoin()
Gets the value of the eventJoin property.
ItemSearchRowBasic getItemJoin()
Gets the value of the itemJoin property.
JobSearchRowBasic getJobJoin()
Gets the value of the jobJoin property.
ProjectTaskSearchRowBasic getProjectTaskJoin()
Gets the value of the projectTaskJoin property.
TaskSearchRowBasic getTaskJoin()
Gets the value of the taskJoin property.
EmployeeSearchRowBasic getUserJoin()
Gets the value of the userJoin property.
void setBasic(TimeBillSearchRowBasic value)
Sets the value of the basic property.
void setCallJoin(PhoneCallSearchRowBasic value)
Sets the value of the callJoin property.
void setCaseJoin(SupportCaseSearchRowBasic value)
Sets the value of the caseJoin property.
void setCustomerJoin(CustomerSearchRowBasic value)
Sets the value of the customerJoin property.
void setEmployeeJoin(EmployeeSearchRowBasic value)
Sets the value of the employeeJoin property.
void setEventJoin(CalendarEventSearchRowBasic value)
Sets the value of the eventJoin property.
void setItemJoin(ItemSearchRowBasic value)
Sets the value of the itemJoin property.
void setJobJoin(JobSearchRowBasic value)
Sets the value of the jobJoin property.
void setProjectTaskJoin(ProjectTaskSearchRowBasic value)
Sets the value of the projectTaskJoin property.
void setTaskJoin(TaskSearchRowBasic value)
Sets the value of the taskJoin property.
void setUserJoin(EmployeeSearchRowBasic value)
Sets the value of the userJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TimeBillSearchRowBasic basic

protected PhoneCallSearchRowBasic callJoin

protected SupportCaseSearchRowBasic caseJoin

protected CustomerSearchRowBasic customerJoin

protected EmployeeSearchRowBasic employeeJoin

protected CalendarEventSearchRowBasic eventJoin

protected ItemSearchRowBasic itemJoin

protected JobSearchRowBasic jobJoin

protected ProjectTaskSearchRowBasic projectTaskJoin

protected TaskSearchRowBasic taskJoin

protected EmployeeSearchRowBasic userJoin

Public Constructors

public TimeBillSearchRow ()

Public Methods

public TimeBillSearchRowBasic getBasic ()

Gets the value of the basic property.

Returns

public PhoneCallSearchRowBasic getCallJoin ()

Gets the value of the callJoin property.

Returns

public SupportCaseSearchRowBasic getCaseJoin ()

Gets the value of the caseJoin property.

Returns

public CustomerSearchRowBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public EmployeeSearchRowBasic getEmployeeJoin ()

Gets the value of the employeeJoin property.

Returns

public CalendarEventSearchRowBasic getEventJoin ()

Gets the value of the eventJoin property.

Returns

public ItemSearchRowBasic getItemJoin ()

Gets the value of the itemJoin property.

Returns

public JobSearchRowBasic getJobJoin ()

Gets the value of the jobJoin 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 EmployeeSearchRowBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public void setBasic (TimeBillSearchRowBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is TimeBillSearchRowBasic

public void setCallJoin (PhoneCallSearchRowBasic value)

Sets the value of the callJoin 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 setCustomerJoin (CustomerSearchRowBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchRowBasic

public void setEmployeeJoin (EmployeeSearchRowBasic value)

Sets the value of the employeeJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic

public void setEventJoin (CalendarEventSearchRowBasic value)

Sets the value of the eventJoin property.

Parameters
value Allowed object is CalendarEventSearchRowBasic

public void setItemJoin (ItemSearchRowBasic value)

Sets the value of the itemJoin property.

Parameters
value Allowed object is ItemSearchRowBasic

public void setJobJoin (JobSearchRowBasic value)

Sets the value of the jobJoin property.

Parameters
value Allowed object is JobSearchRowBasic

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

public void setUserJoin (EmployeeSearchRowBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchRowBasic