public class

ChargeSearch

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.transactions.customers_2013_2.ChargeSearch

Class Overview

Java class for ChargeSearch complex type.

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

 <complexType name="ChargeSearch">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="basic" type="{urn:common_2013_2.platform.webservices.netsuite.com}ChargeSearchBasic" minOccurs="0"/>
         <element name="jobJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}JobSearchBasic" minOccurs="0"/>
         <element name="timeJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}TimeBillSearchBasic" minOccurs="0"/>
         <element name="userJoin" type="{urn:common_2013_2.platform.webservices.netsuite.com}EmployeeSearchBasic" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected ChargeSearchBasic basic
protected JobSearchBasic jobJoin
protected TimeBillSearchBasic timeJoin
protected EmployeeSearchBasic userJoin
Public Constructors
ChargeSearch()
Public Methods
ChargeSearchBasic getBasic()
Gets the value of the basic property.
JobSearchBasic getJobJoin()
Gets the value of the jobJoin property.
TimeBillSearchBasic getTimeJoin()
Gets the value of the timeJoin property.
EmployeeSearchBasic getUserJoin()
Gets the value of the userJoin property.
void setBasic(ChargeSearchBasic value)
Sets the value of the basic property.
void setJobJoin(JobSearchBasic value)
Sets the value of the jobJoin property.
void setTimeJoin(TimeBillSearchBasic value)
Sets the value of the timeJoin property.
void setUserJoin(EmployeeSearchBasic value)
Sets the value of the userJoin property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected ChargeSearchBasic basic

protected JobSearchBasic jobJoin

protected TimeBillSearchBasic timeJoin

protected EmployeeSearchBasic userJoin

Public Constructors

public ChargeSearch ()

Public Methods

public ChargeSearchBasic getBasic ()

Gets the value of the basic property.

Returns

public JobSearchBasic getJobJoin ()

Gets the value of the jobJoin property.

Returns

public TimeBillSearchBasic getTimeJoin ()

Gets the value of the timeJoin property.

Returns

public EmployeeSearchBasic getUserJoin ()

Gets the value of the userJoin property.

Returns

public void setBasic (ChargeSearchBasic value)

Sets the value of the basic property.

Parameters
value Allowed object is ChargeSearchBasic

public void setJobJoin (JobSearchBasic value)

Sets the value of the jobJoin property.

Parameters
value Allowed object is JobSearchBasic

public void setTimeJoin (TimeBillSearchBasic value)

Sets the value of the timeJoin property.

Parameters
value Allowed object is TimeBillSearchBasic

public void setUserJoin (EmployeeSearchBasic value)

Sets the value of the userJoin property.

Parameters
value Allowed object is EmployeeSearchBasic