public class

TimeBillSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.transactions.employees_2010_2.TimeBillSearch

Class Overview

Java class for TimeBillSearch complex type.

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

 <complexType name="TimeBillSearch">
   <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}TimeBillSearchBasic" minOccurs="0"/>
         <element name="callJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}PhoneCallSearchBasic" minOccurs="0"/>
         <element name="caseJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}SupportCaseSearchBasic" minOccurs="0"/>
         <element name="customerJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CustomerSearchBasic" minOccurs="0"/>
         <element name="employeeJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
         <element name="eventJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}CalendarEventSearchBasic" minOccurs="0"/>
         <element name="itemJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}ItemSearchBasic" minOccurs="0"/>
         <element name="jobJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}JobSearchBasic" 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"/>
         <element name="userJoin" type="{urn:common_2010_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected TimeBillSearchBasic basic
protected PhoneCallSearchBasic callJoin
protected SupportCaseSearchBasic caseJoin
protected CustomerSearchBasic customerJoin
protected EmployeeSearchBasic employeeJoin
protected CalendarEventSearchBasic eventJoin
protected ItemSearchBasic itemJoin
protected JobSearchBasic jobJoin
protected ProjectTaskSearchBasic projectTaskJoin
protected TaskSearchBasic taskJoin
protected EmployeeSearchBasic userJoin
Public Constructors
TimeBillSearch()
Public Methods
TimeBillSearchBasic getBasic()
Gets the value of the basic property.
PhoneCallSearchBasic getCallJoin()
Gets the value of the callJoin property.
SupportCaseSearchBasic getCaseJoin()
Gets the value of the caseJoin property.
CustomerSearchBasic getCustomerJoin()
Gets the value of the customerJoin property.
EmployeeSearchBasic getEmployeeJoin()
Gets the value of the employeeJoin property.
CalendarEventSearchBasic getEventJoin()
Gets the value of the eventJoin property.
ItemSearchBasic getItemJoin()
Gets the value of the itemJoin property.
JobSearchBasic getJobJoin()
Gets the value of the jobJoin property.
ProjectTaskSearchBasic getProjectTaskJoin()
Gets the value of the projectTaskJoin property.
TaskSearchBasic getTaskJoin()
Gets the value of the taskJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
void setBasic(TimeBillSearchBasic value)
Sets the value of the basic property.
void setCallJoin(PhoneCallSearchBasic value)
Sets the value of the callJoin property.
void setCaseJoin(SupportCaseSearchBasic value)
Sets the value of the caseJoin property.
void setCustomerJoin(CustomerSearchBasic value)
Sets the value of the customerJoin property.
void setEmployeeJoin(EmployeeSearchBasic value)
Sets the value of the employeeJoin property.
void setEventJoin(CalendarEventSearchBasic value)
Sets the value of the eventJoin property.
void setItemJoin(ItemSearchBasic value)
Sets the value of the itemJoin property.
void setJobJoin(JobSearchBasic value)
Sets the value of the jobJoin property.
void setProjectTaskJoin(ProjectTaskSearchBasic value)
Sets the value of the projectTaskJoin property.
void setTaskJoin(TaskSearchBasic value)
Sets the value of the taskJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected TimeBillSearchBasic basic

protected PhoneCallSearchBasic callJoin

protected SupportCaseSearchBasic caseJoin

protected CustomerSearchBasic customerJoin

protected EmployeeSearchBasic employeeJoin

protected CalendarEventSearchBasic eventJoin

protected ItemSearchBasic itemJoin

protected JobSearchBasic jobJoin

protected ProjectTaskSearchBasic projectTaskJoin

protected TaskSearchBasic taskJoin

protected EmployeeSearchBasic userJoin

Public Constructors

public TimeBillSearch ()

Public Methods

public TimeBillSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public PhoneCallSearchBasic getCallJoin ()

Gets the value of the callJoin property.

Returns

public SupportCaseSearchBasic getCaseJoin ()

Gets the value of the caseJoin property.

Returns

public CustomerSearchBasic getCustomerJoin ()

Gets the value of the customerJoin property.

Returns

public EmployeeSearchBasic getEmployeeJoin ()

Gets the value of the employeeJoin property.

Returns

public CalendarEventSearchBasic getEventJoin ()

Gets the value of the eventJoin property.

Returns

public ItemSearchBasic getItemJoin ()

Gets the value of the itemJoin property.

Returns

public JobSearchBasic getJobJoin ()

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

Gets the value of the userJoin property.

Returns

public void setBasic (TimeBillSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is TimeBillSearchBasic

public void setCallJoin (PhoneCallSearchBasic value)

Sets the value of the callJoin property.

Parameters
value Allowed object is PhoneCallSearchBasic

public void setCaseJoin (SupportCaseSearchBasic value)

Sets the value of the caseJoin property.

Parameters
value Allowed object is SupportCaseSearchBasic

public void setCustomerJoin (CustomerSearchBasic value)

Sets the value of the customerJoin property.

Parameters
value Allowed object is CustomerSearchBasic

public void setEmployeeJoin (EmployeeSearchBasic value)

Sets the value of the employeeJoin property.

Parameters
value Allowed object is EmployeeSearchBasic

public void setEventJoin (CalendarEventSearchBasic value)

Sets the value of the eventJoin property.

Parameters
value Allowed object is CalendarEventSearchBasic

public void setItemJoin (ItemSearchBasic value)

Sets the value of the itemJoin property.

Parameters
value Allowed object is ItemSearchBasic

public void setJobJoin (JobSearchBasic value)

Sets the value of the jobJoin property.

Parameters
value Allowed object is JobSearchBasic

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

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic