public class

ResourceAllocationSearchBasic

extends SearchRecordBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecord
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRecordBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.ResourceAllocationSearchBasic

Class Overview

Java class for ResourceAllocationSearchBasic complex type.

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

 <complexType name="ResourceAllocationSearchBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRecordBasic">
       <sequence>
         <element name="allocationType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="allocationUnit" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="customer" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="externalIdString" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="internalIdNumber" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="numberHours" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="percentOfTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="project" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="requestedBy" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="resource" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchMultiSelectField allocationType
protected SearchEnumMultiSelectField allocationUnit
protected SearchCustomFieldList customFieldList
protected SearchMultiSelectField customer
protected SearchDateField endDate
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchDoubleField numberHours
protected SearchDoubleField percentOfTime
protected SearchMultiSelectField project
protected SearchMultiSelectField requestedBy
protected SearchMultiSelectField resource
protected SearchDateField startDate
Public Constructors
ResourceAllocationSearchBasic()
Public Methods
SearchMultiSelectField getAllocationType()
Gets the value of the allocationType property.
SearchEnumMultiSelectField getAllocationUnit()
Gets the value of the allocationUnit property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchMultiSelectField getCustomer()
Gets the value of the customer property.
SearchDateField getEndDate()
Gets the value of the endDate 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.
SearchDoubleField getNumberHours()
Gets the value of the numberHours property.
SearchDoubleField getPercentOfTime()
Gets the value of the percentOfTime property.
SearchMultiSelectField getProject()
Gets the value of the project property.
SearchMultiSelectField getRequestedBy()
Gets the value of the requestedBy property.
SearchMultiSelectField getResource()
Gets the value of the resource property.
SearchDateField getStartDate()
Gets the value of the startDate property.
void setAllocationType(SearchMultiSelectField value)
Sets the value of the allocationType property.
void setAllocationUnit(SearchEnumMultiSelectField value)
Sets the value of the allocationUnit property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setCustomer(SearchMultiSelectField value)
Sets the value of the customer property.
void setEndDate(SearchDateField value)
Sets the value of the endDate 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 setNumberHours(SearchDoubleField value)
Sets the value of the numberHours property.
void setPercentOfTime(SearchDoubleField value)
Sets the value of the percentOfTime property.
void setProject(SearchMultiSelectField value)
Sets the value of the project property.
void setRequestedBy(SearchMultiSelectField value)
Sets the value of the requestedBy property.
void setResource(SearchMultiSelectField value)
Sets the value of the resource property.
void setStartDate(SearchDateField value)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchMultiSelectField allocationType

protected SearchEnumMultiSelectField allocationUnit

protected SearchCustomFieldList customFieldList

protected SearchMultiSelectField customer

protected SearchDateField endDate

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchDoubleField numberHours

protected SearchDoubleField percentOfTime

protected SearchMultiSelectField project

protected SearchMultiSelectField requestedBy

protected SearchMultiSelectField resource

protected SearchDateField startDate

Public Constructors

public ResourceAllocationSearchBasic ()

Public Methods

public SearchMultiSelectField getAllocationType ()

Gets the value of the allocationType property.

Returns

public SearchEnumMultiSelectField getAllocationUnit ()

Gets the value of the allocationUnit 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 getEndDate ()

Gets the value of the endDate 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 SearchDoubleField getNumberHours ()

Gets the value of the numberHours property.

Returns

public SearchDoubleField getPercentOfTime ()

Gets the value of the percentOfTime property.

Returns

public SearchMultiSelectField getProject ()

Gets the value of the project property.

Returns

public SearchMultiSelectField getRequestedBy ()

Gets the value of the requestedBy property.

Returns

public SearchMultiSelectField getResource ()

Gets the value of the resource property.

Returns

public SearchDateField getStartDate ()

Gets the value of the startDate property.

Returns

public void setAllocationType (SearchMultiSelectField value)

Sets the value of the allocationType property.

Parameters
value Allowed object is SearchMultiSelectField

public void setAllocationUnit (SearchEnumMultiSelectField value)

Sets the value of the allocationUnit property.

Parameters
value Allowed object is SearchEnumMultiSelectField

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 setEndDate (SearchDateField value)

Sets the value of the endDate property.

Parameters
value Allowed object is SearchDateField

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 setNumberHours (SearchDoubleField value)

Sets the value of the numberHours property.

Parameters
value Allowed object is SearchDoubleField

public void setPercentOfTime (SearchDoubleField value)

Sets the value of the percentOfTime property.

Parameters
value Allowed object is SearchDoubleField

public void setProject (SearchMultiSelectField value)

Sets the value of the project property.

Parameters
value Allowed object is SearchMultiSelectField

public void setRequestedBy (SearchMultiSelectField value)

Sets the value of the requestedBy property.

Parameters
value Allowed object is SearchMultiSelectField

public void setResource (SearchMultiSelectField value)

Sets the value of the resource property.

Parameters
value Allowed object is SearchMultiSelectField

public void setStartDate (SearchDateField value)

Sets the value of the startDate property.

Parameters
value Allowed object is SearchDateField