public class

TimeBillSearchBasic

extends SearchRecord
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2010_2.SearchRecord
     ↳ com.netsuite.webservices.platform.common_2010_2.TimeBillSearchBasic

Class Overview

Java class for TimeBillSearchBasic complex type.

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

 <complexType name="TimeBillSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="approved" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="billable" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="class" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="customer" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="date" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="dateCreated" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="department" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="duration" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="employee" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="exempt" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="item" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="lastModified" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="location" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="memo" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="paidByPayroll" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="paidExternally" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="payItem" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="productive" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="status" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="subsidiary" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="temporaryLocalJurisdiction" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="temporaryStateJurisdiction" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="type" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="utilized" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchBooleanField approved
protected SearchBooleanField billable
protected SearchMultiSelectField clazz
protected SearchCustomFieldList customFieldList
protected SearchMultiSelectField customer
protected SearchDateField date
protected SearchDateField dateCreated
protected SearchMultiSelectField department
protected SearchDoubleField duration
protected SearchMultiSelectField employee
protected SearchBooleanField exempt
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchMultiSelectField item
protected SearchDateField lastModified
protected SearchMultiSelectField location
protected SearchStringField memo
protected SearchBooleanField paidByPayroll
protected SearchBooleanField paidExternally
protected SearchMultiSelectField payItem
protected SearchBooleanField productive
protected SearchBooleanField status
protected SearchMultiSelectField subsidiary
protected SearchMultiSelectField temporaryLocalJurisdiction
protected SearchMultiSelectField temporaryStateJurisdiction
protected SearchEnumMultiSelectField type
protected SearchBooleanField utilized
Public Constructors
TimeBillSearchBasic()
Public Methods
SearchBooleanField getApproved()
Gets the value of the approved property.
SearchBooleanField getBillable()
Gets the value of the billable property.
SearchMultiSelectField getClazz()
Gets the value of the clazz property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchMultiSelectField getCustomer()
Gets the value of the customer property.
SearchDateField getDate()
Gets the value of the date property.
SearchDateField getDateCreated()
Gets the value of the dateCreated property.
SearchMultiSelectField getDepartment()
Gets the value of the department property.
SearchDoubleField getDuration()
Gets the value of the duration property.
SearchMultiSelectField getEmployee()
Gets the value of the employee property.
SearchBooleanField getExempt()
Gets the value of the exempt property.
SearchMultiSelectField getExternalId()
Gets the value of the externalId property.
SearchStringField getExternalIdString()
Gets the value of the externalIdString property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchMultiSelectField getItem()
Gets the value of the item property.
SearchDateField getLastModified()
Gets the value of the lastModified property.
SearchMultiSelectField getLocation()
Gets the value of the location property.
SearchStringField getMemo()
Gets the value of the memo property.
SearchBooleanField getPaidByPayroll()
Gets the value of the paidByPayroll property.
SearchBooleanField getPaidExternally()
Gets the value of the paidExternally property.
SearchMultiSelectField getPayItem()
Gets the value of the payItem property.
SearchBooleanField getProductive()
Gets the value of the productive property.
SearchBooleanField getStatus()
Gets the value of the status property.
SearchMultiSelectField getSubsidiary()
Gets the value of the subsidiary property.
SearchMultiSelectField getTemporaryLocalJurisdiction()
Gets the value of the temporaryLocalJurisdiction property.
SearchMultiSelectField getTemporaryStateJurisdiction()
Gets the value of the temporaryStateJurisdiction property.
SearchEnumMultiSelectField getType()
Gets the value of the type property.
SearchBooleanField getUtilized()
Gets the value of the utilized property.
void setApproved(SearchBooleanField value)
Sets the value of the approved property.
void setBillable(SearchBooleanField value)
Sets the value of the billable property.
void setClazz(SearchMultiSelectField value)
Sets the value of the clazz property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setCustomer(SearchMultiSelectField value)
Sets the value of the customer property.
void setDate(SearchDateField value)
Sets the value of the date property.
void setDateCreated(SearchDateField value)
Sets the value of the dateCreated property.
void setDepartment(SearchMultiSelectField value)
Sets the value of the department property.
void setDuration(SearchDoubleField value)
Sets the value of the duration property.
void setEmployee(SearchMultiSelectField value)
Sets the value of the employee property.
void setExempt(SearchBooleanField value)
Sets the value of the exempt property.
void setExternalId(SearchMultiSelectField value)
Sets the value of the externalId property.
void setExternalIdString(SearchStringField value)
Sets the value of the externalIdString property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setItem(SearchMultiSelectField value)
Sets the value of the item property.
void setLastModified(SearchDateField value)
Sets the value of the lastModified property.
void setLocation(SearchMultiSelectField value)
Sets the value of the location property.
void setMemo(SearchStringField value)
Sets the value of the memo property.
void setPaidByPayroll(SearchBooleanField value)
Sets the value of the paidByPayroll property.
void setPaidExternally(SearchBooleanField value)
Sets the value of the paidExternally property.
void setPayItem(SearchMultiSelectField value)
Sets the value of the payItem property.
void setProductive(SearchBooleanField value)
Sets the value of the productive property.
void setStatus(SearchBooleanField value)
Sets the value of the status property.
void setSubsidiary(SearchMultiSelectField value)
Sets the value of the subsidiary property.
void setTemporaryLocalJurisdiction(SearchMultiSelectField value)
Sets the value of the temporaryLocalJurisdiction property.
void setTemporaryStateJurisdiction(SearchMultiSelectField value)
Sets the value of the temporaryStateJurisdiction property.
void setType(SearchEnumMultiSelectField value)
Sets the value of the type property.
void setUtilized(SearchBooleanField value)
Sets the value of the utilized property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchBooleanField approved

protected SearchBooleanField billable

protected SearchMultiSelectField clazz

protected SearchCustomFieldList customFieldList

protected SearchMultiSelectField customer

protected SearchDateField date

protected SearchDateField dateCreated

protected SearchMultiSelectField department

protected SearchDoubleField duration

protected SearchMultiSelectField employee

protected SearchBooleanField exempt

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchMultiSelectField item

protected SearchDateField lastModified

protected SearchMultiSelectField location

protected SearchStringField memo

protected SearchBooleanField paidByPayroll

protected SearchBooleanField paidExternally

protected SearchMultiSelectField payItem

protected SearchBooleanField productive

protected SearchBooleanField status

protected SearchMultiSelectField subsidiary

protected SearchMultiSelectField temporaryLocalJurisdiction

protected SearchMultiSelectField temporaryStateJurisdiction

protected SearchBooleanField utilized

Public Constructors

public TimeBillSearchBasic ()

Public Methods

public SearchBooleanField getApproved ()

Gets the value of the approved property.

Returns

public SearchBooleanField getBillable ()

Gets the value of the billable property.

Returns

public SearchMultiSelectField getClazz ()

Gets the value of the clazz property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchMultiSelectField getCustomer ()

Gets the value of the customer property.

Returns

public SearchDateField getDate ()

Gets the value of the date property.

Returns

public SearchDateField getDateCreated ()

Gets the value of the dateCreated property.

Returns

public SearchMultiSelectField getDepartment ()

Gets the value of the department property.

Returns

public SearchDoubleField getDuration ()

Gets the value of the duration property.

Returns

public SearchMultiSelectField getEmployee ()

Gets the value of the employee property.

Returns

public SearchBooleanField getExempt ()

Gets the value of the exempt property.

Returns

public SearchMultiSelectField getExternalId ()

Gets the value of the externalId property.

Returns

public SearchStringField getExternalIdString ()

Gets the value of the externalIdString property.

Returns

public SearchMultiSelectField getInternalId ()

Gets the value of the internalId property.

Returns

public SearchLongField getInternalIdNumber ()

Gets the value of the internalIdNumber property.

Returns

public SearchMultiSelectField getItem ()

Gets the value of the item property.

Returns

public SearchDateField getLastModified ()

Gets the value of the lastModified property.

Returns

public SearchMultiSelectField getLocation ()

Gets the value of the location property.

Returns

public SearchStringField getMemo ()

Gets the value of the memo property.

Returns

public SearchBooleanField getPaidByPayroll ()

Gets the value of the paidByPayroll property.

Returns

public SearchBooleanField getPaidExternally ()

Gets the value of the paidExternally property.

Returns

public SearchMultiSelectField getPayItem ()

Gets the value of the payItem property.

Returns

public SearchBooleanField getProductive ()

Gets the value of the productive property.

Returns

public SearchBooleanField getStatus ()

Gets the value of the status property.

Returns

public SearchMultiSelectField getSubsidiary ()

Gets the value of the subsidiary property.

Returns

public SearchMultiSelectField getTemporaryLocalJurisdiction ()

Gets the value of the temporaryLocalJurisdiction property.

Returns

public SearchMultiSelectField getTemporaryStateJurisdiction ()

Gets the value of the temporaryStateJurisdiction property.

Returns

public SearchEnumMultiSelectField getType ()

Gets the value of the type property.

Returns

public SearchBooleanField getUtilized ()

Gets the value of the utilized property.

Returns

public void setApproved (SearchBooleanField value)

Sets the value of the approved property.

Parameters
value Allowed object is SearchBooleanField

public void setBillable (SearchBooleanField value)

Sets the value of the billable property.

Parameters
value Allowed object is SearchBooleanField

public void setClazz (SearchMultiSelectField value)

Sets the value of the clazz property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setCustomer (SearchMultiSelectField value)

Sets the value of the customer property.

Parameters
value Allowed object is SearchMultiSelectField

public void setDate (SearchDateField value)

Sets the value of the date property.

Parameters
value Allowed object is SearchDateField

public void setDateCreated (SearchDateField value)

Sets the value of the dateCreated property.

Parameters
value Allowed object is SearchDateField

public void setDepartment (SearchMultiSelectField value)

Sets the value of the department property.

Parameters
value Allowed object is SearchMultiSelectField

public void setDuration (SearchDoubleField value)

Sets the value of the duration property.

Parameters
value Allowed object is SearchDoubleField

public void setEmployee (SearchMultiSelectField value)

Sets the value of the employee property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExempt (SearchBooleanField value)

Sets the value of the exempt property.

Parameters
value Allowed object is SearchBooleanField

public void setExternalId (SearchMultiSelectField value)

Sets the value of the externalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setExternalIdString (SearchStringField value)

Sets the value of the externalIdString property.

Parameters
value Allowed object is SearchStringField

public void setInternalId (SearchMultiSelectField value)

Sets the value of the internalId property.

Parameters
value Allowed object is SearchMultiSelectField

public void setInternalIdNumber (SearchLongField value)

Sets the value of the internalIdNumber property.

Parameters
value Allowed object is SearchLongField

public void setItem (SearchMultiSelectField value)

Sets the value of the item property.

Parameters
value Allowed object is SearchMultiSelectField

public void setLastModified (SearchDateField value)

Sets the value of the lastModified property.

Parameters
value Allowed object is SearchDateField

public void setLocation (SearchMultiSelectField value)

Sets the value of the location property.

Parameters
value Allowed object is SearchMultiSelectField

public void setMemo (SearchStringField value)

Sets the value of the memo property.

Parameters
value Allowed object is SearchStringField

public void setPaidByPayroll (SearchBooleanField value)

Sets the value of the paidByPayroll property.

Parameters
value Allowed object is SearchBooleanField

public void setPaidExternally (SearchBooleanField value)

Sets the value of the paidExternally property.

Parameters
value Allowed object is SearchBooleanField

public void setPayItem (SearchMultiSelectField value)

Sets the value of the payItem property.

Parameters
value Allowed object is SearchMultiSelectField

public void setProductive (SearchBooleanField value)

Sets the value of the productive property.

Parameters
value Allowed object is SearchBooleanField

public void setStatus (SearchBooleanField value)

Sets the value of the status property.

Parameters
value Allowed object is SearchBooleanField

public void setSubsidiary (SearchMultiSelectField value)

Sets the value of the subsidiary property.

Parameters
value Allowed object is SearchMultiSelectField

public void setTemporaryLocalJurisdiction (SearchMultiSelectField value)

Sets the value of the temporaryLocalJurisdiction property.

Parameters
value Allowed object is SearchMultiSelectField

public void setTemporaryStateJurisdiction (SearchMultiSelectField value)

Sets the value of the temporaryStateJurisdiction property.

Parameters
value Allowed object is SearchMultiSelectField

public void setType (SearchEnumMultiSelectField value)

Sets the value of the type property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setUtilized (SearchBooleanField value)

Sets the value of the utilized property.

Parameters
value Allowed object is SearchBooleanField