public class

ResourceAllocationSearchRowBasic

extends SearchRowBasic
java.lang.Object
   ↳ com.netsuite.webservices.platform.core_2013_2.SearchRow
     ↳ com.netsuite.webservices.platform.core_2013_2.SearchRowBasic
       ↳ com.netsuite.webservices.platform.common_2013_2.ResourceAllocationSearchRowBasic

Class Overview

Java class for ResourceAllocationSearchRowBasic complex type.

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

 <complexType name="ResourceAllocationSearchRowBasic">
   <complexContent>
     <extension base="{urn:core_2013_2.platform.webservices.netsuite.com}SearchRowBasic">
       <sequence>
         <element name="allocationType" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="allocationUnit" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnEnumSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customer" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="externalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="numberHours" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="percentOfTime" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="project" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="requestedBy" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resource" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2013_2.platform.webservices.netsuite.com}SearchColumnCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnSelectField> allocationType
protected List<SearchColumnEnumSelectField> allocationUnit
protected SearchColumnCustomFieldList customFieldList
protected List<SearchColumnSelectField> customer
protected List<SearchColumnDateField> endDate
protected List<SearchColumnStringField> externalId
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnDoubleField> numberHours
protected List<SearchColumnDoubleField> percentOfTime
protected List<SearchColumnSelectField> project
protected List<SearchColumnSelectField> requestedBy
protected List<SearchColumnSelectField> resource
protected List<SearchColumnDateField> startDate
Public Constructors
ResourceAllocationSearchRowBasic()
Public Methods
List<SearchColumnSelectField> getAllocationType()
Gets the value of the allocationType property.
List<SearchColumnEnumSelectField> getAllocationUnit()
Gets the value of the allocationUnit property.
SearchColumnCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
List<SearchColumnSelectField> getCustomer()
Gets the value of the customer property.
List<SearchColumnDateField> getEndDate()
Gets the value of the endDate property.
List<SearchColumnStringField> getExternalId()
Gets the value of the externalId property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnDoubleField> getNumberHours()
Gets the value of the numberHours property.
List<SearchColumnDoubleField> getPercentOfTime()
Gets the value of the percentOfTime property.
List<SearchColumnSelectField> getProject()
Gets the value of the project property.
List<SearchColumnSelectField> getRequestedBy()
Gets the value of the requestedBy property.
List<SearchColumnSelectField> getResource()
Gets the value of the resource property.
List<SearchColumnDateField> getStartDate()
Gets the value of the startDate property.
void setAllocationType(List<SearchColumnSelectField> allocationType)
Sets the value of the allocationType property.
void setAllocationUnit(List<SearchColumnEnumSelectField> allocationUnit)
Sets the value of the allocationUnit property.
void setCustomFieldList(SearchColumnCustomFieldList value)
Sets the value of the customFieldList property.
void setCustomer(List<SearchColumnSelectField> customer)
Sets the value of the customer property.
void setEndDate(List<SearchColumnDateField> endDate)
Sets the value of the endDate property.
void setExternalId(List<SearchColumnStringField> externalId)
Sets the value of the externalId property.
void setInternalId(List<SearchColumnSelectField> internalId)
Sets the value of the internalId property.
void setNumberHours(List<SearchColumnDoubleField> numberHours)
Sets the value of the numberHours property.
void setPercentOfTime(List<SearchColumnDoubleField> percentOfTime)
Sets the value of the percentOfTime property.
void setProject(List<SearchColumnSelectField> project)
Sets the value of the project property.
void setRequestedBy(List<SearchColumnSelectField> requestedBy)
Sets the value of the requestedBy property.
void setResource(List<SearchColumnSelectField> resource)
Sets the value of the resource property.
void setStartDate(List<SearchColumnDateField> startDate)
Sets the value of the startDate property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnSelectField> allocationType

protected List<SearchColumnEnumSelectField> allocationUnit

protected SearchColumnCustomFieldList customFieldList

protected List<SearchColumnSelectField> customer

protected List<SearchColumnDateField> endDate

protected List<SearchColumnStringField> externalId

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnDoubleField> numberHours

protected List<SearchColumnDoubleField> percentOfTime

protected List<SearchColumnSelectField> project

protected List<SearchColumnSelectField> requestedBy

protected List<SearchColumnSelectField> resource

protected List<SearchColumnDateField> startDate

Public Constructors

public ResourceAllocationSearchRowBasic ()

Public Methods

public List<SearchColumnSelectField> getAllocationType ()

Gets the value of the allocationType property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the allocationType property.

For example, to add a new item, do as follows:

    getAllocationType().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnEnumSelectField> getAllocationUnit ()

Gets the value of the allocationUnit property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the allocationUnit property.

For example, to add a new item, do as follows:

    getAllocationUnit().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnEnumSelectField

public SearchColumnCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public List<SearchColumnSelectField> getCustomer ()

Gets the value of the customer property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the customer property.

For example, to add a new item, do as follows:

    getCustomer().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDateField> getEndDate ()

Gets the value of the endDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the endDate property.

For example, to add a new item, do as follows:

    getEndDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public List<SearchColumnStringField> getExternalId ()

Gets the value of the externalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the externalId property.

For example, to add a new item, do as follows:

    getExternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnStringField

public List<SearchColumnSelectField> getInternalId ()

Gets the value of the internalId property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the internalId property.

For example, to add a new item, do as follows:

    getInternalId().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDoubleField> getNumberHours ()

Gets the value of the numberHours property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the numberHours property.

For example, to add a new item, do as follows:

    getNumberHours().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnDoubleField> getPercentOfTime ()

Gets the value of the percentOfTime property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the percentOfTime property.

For example, to add a new item, do as follows:

    getPercentOfTime().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDoubleField

public List<SearchColumnSelectField> getProject ()

Gets the value of the project property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the project property.

For example, to add a new item, do as follows:

    getProject().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnSelectField> getRequestedBy ()

Gets the value of the requestedBy property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the requestedBy property.

For example, to add a new item, do as follows:

    getRequestedBy().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnSelectField> getResource ()

Gets the value of the resource property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the resource property.

For example, to add a new item, do as follows:

    getResource().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnSelectField

public List<SearchColumnDateField> getStartDate ()

Gets the value of the startDate property.

This accessor method returns a reference to the live list, not a snapshot. Therefore any modification you make to the returned list will be present inside the JAXB object. This is why there is not a set method for the startDate property.

For example, to add a new item, do as follows:

    getStartDate().add(newItem);
 

Objects of the following type(s) are allowed in the list SearchColumnDateField

public void setAllocationType (List<SearchColumnSelectField> allocationType)

Sets the value of the allocationType property.

Parameters
allocationType Allowed object is SearchColumnSelectField

public void setAllocationUnit (List<SearchColumnEnumSelectField> allocationUnit)

Sets the value of the allocationUnit property.

Parameters
allocationUnit Allowed object is SearchColumnEnumSelectField

public void setCustomFieldList (SearchColumnCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchColumnCustomFieldList

public void setCustomer (List<SearchColumnSelectField> customer)

Sets the value of the customer property.

Parameters
customer Allowed object is SearchColumnSelectField

public void setEndDate (List<SearchColumnDateField> endDate)

Sets the value of the endDate property.

Parameters
endDate Allowed object is SearchColumnDateField

public void setExternalId (List<SearchColumnStringField> externalId)

Sets the value of the externalId property.

Parameters
externalId Allowed object is SearchColumnStringField

public void setInternalId (List<SearchColumnSelectField> internalId)

Sets the value of the internalId property.

Parameters
internalId Allowed object is SearchColumnSelectField

public void setNumberHours (List<SearchColumnDoubleField> numberHours)

Sets the value of the numberHours property.

Parameters
numberHours Allowed object is SearchColumnDoubleField

public void setPercentOfTime (List<SearchColumnDoubleField> percentOfTime)

Sets the value of the percentOfTime property.

Parameters
percentOfTime Allowed object is SearchColumnDoubleField

public void setProject (List<SearchColumnSelectField> project)

Sets the value of the project property.

Parameters
project Allowed object is SearchColumnSelectField

public void setRequestedBy (List<SearchColumnSelectField> requestedBy)

Sets the value of the requestedBy property.

Parameters
requestedBy Allowed object is SearchColumnSelectField

public void setResource (List<SearchColumnSelectField> resource)

Sets the value of the resource property.

Parameters
resource Allowed object is SearchColumnSelectField

public void setStartDate (List<SearchColumnDateField> startDate)

Sets the value of the startDate property.

Parameters
startDate Allowed object is SearchColumnDateField