public class

ProjectTaskAssignmentSearchBasic

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

Class Overview

Java class for ProjectTaskAssignmentSearchBasic complex type.

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

 <complexType name="ProjectTaskAssignmentSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="actualWork" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="cost" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="costBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="estimatedWork" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="estimatedWorkBaseline" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="grossProfit" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="grossProfitBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" 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="price" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="priceBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="resource" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="resourceName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="serviceItem" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="serviceItemDesc" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="unitCost" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="unitCostBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="unitPrice" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="unitPriceBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="workCalendar" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchDoubleField actualWork
protected SearchDoubleField cost
protected SearchDoubleField costBase
protected SearchDateField endDate
protected SearchDoubleField estimatedWork
protected SearchDoubleField estimatedWorkBaseline
protected SearchDoubleField grossProfit
protected SearchDoubleField grossProfitBase
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchDoubleField price
protected SearchDoubleField priceBase
protected SearchMultiSelectField resource
protected SearchStringField resourceName
protected SearchStringField serviceItem
protected SearchStringField serviceItemDesc
protected SearchDateField startDate
protected SearchDoubleField unitCost
protected SearchDoubleField unitCostBase
protected SearchDoubleField unitPrice
protected SearchDoubleField unitPriceBase
protected SearchMultiSelectField workCalendar
Public Constructors
ProjectTaskAssignmentSearchBasic()
Public Methods
SearchDoubleField getActualWork()
Gets the value of the actualWork property.
SearchDoubleField getCost()
Gets the value of the cost property.
SearchDoubleField getCostBase()
Gets the value of the costBase property.
SearchDateField getEndDate()
Gets the value of the endDate property.
SearchDoubleField getEstimatedWork()
Gets the value of the estimatedWork property.
SearchDoubleField getEstimatedWorkBaseline()
Gets the value of the estimatedWorkBaseline property.
SearchDoubleField getGrossProfit()
Gets the value of the grossProfit property.
SearchDoubleField getGrossProfitBase()
Gets the value of the grossProfitBase property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchDoubleField getPrice()
Gets the value of the price property.
SearchDoubleField getPriceBase()
Gets the value of the priceBase property.
SearchMultiSelectField getResource()
Gets the value of the resource property.
SearchStringField getResourceName()
Gets the value of the resourceName property.
SearchStringField getServiceItem()
Gets the value of the serviceItem property.
SearchStringField getServiceItemDesc()
Gets the value of the serviceItemDesc property.
SearchDateField getStartDate()
Gets the value of the startDate property.
SearchDoubleField getUnitCost()
Gets the value of the unitCost property.
SearchDoubleField getUnitCostBase()
Gets the value of the unitCostBase property.
SearchDoubleField getUnitPrice()
Gets the value of the unitPrice property.
SearchDoubleField getUnitPriceBase()
Gets the value of the unitPriceBase property.
SearchMultiSelectField getWorkCalendar()
Gets the value of the workCalendar property.
void setActualWork(SearchDoubleField value)
Sets the value of the actualWork property.
void setCost(SearchDoubleField value)
Sets the value of the cost property.
void setCostBase(SearchDoubleField value)
Sets the value of the costBase property.
void setEndDate(SearchDateField value)
Sets the value of the endDate property.
void setEstimatedWork(SearchDoubleField value)
Sets the value of the estimatedWork property.
void setEstimatedWorkBaseline(SearchDoubleField value)
Sets the value of the estimatedWorkBaseline property.
void setGrossProfit(SearchDoubleField value)
Sets the value of the grossProfit property.
void setGrossProfitBase(SearchDoubleField value)
Sets the value of the grossProfitBase property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setPrice(SearchDoubleField value)
Sets the value of the price property.
void setPriceBase(SearchDoubleField value)
Sets the value of the priceBase property.
void setResource(SearchMultiSelectField value)
Sets the value of the resource property.
void setResourceName(SearchStringField value)
Sets the value of the resourceName property.
void setServiceItem(SearchStringField value)
Sets the value of the serviceItem property.
void setServiceItemDesc(SearchStringField value)
Sets the value of the serviceItemDesc property.
void setStartDate(SearchDateField value)
Sets the value of the startDate property.
void setUnitCost(SearchDoubleField value)
Sets the value of the unitCost property.
void setUnitCostBase(SearchDoubleField value)
Sets the value of the unitCostBase property.
void setUnitPrice(SearchDoubleField value)
Sets the value of the unitPrice property.
void setUnitPriceBase(SearchDoubleField value)
Sets the value of the unitPriceBase property.
void setWorkCalendar(SearchMultiSelectField value)
Sets the value of the workCalendar property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDoubleField actualWork

protected SearchDoubleField cost

protected SearchDoubleField costBase

protected SearchDateField endDate

protected SearchDoubleField estimatedWork

protected SearchDoubleField estimatedWorkBaseline

protected SearchDoubleField grossProfit

protected SearchDoubleField grossProfitBase

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchDoubleField price

protected SearchDoubleField priceBase

protected SearchMultiSelectField resource

protected SearchStringField resourceName

protected SearchStringField serviceItem

protected SearchStringField serviceItemDesc

protected SearchDateField startDate

protected SearchDoubleField unitCost

protected SearchDoubleField unitCostBase

protected SearchDoubleField unitPrice

protected SearchDoubleField unitPriceBase

protected SearchMultiSelectField workCalendar

Public Constructors

public ProjectTaskAssignmentSearchBasic ()

Public Methods

public SearchDoubleField getActualWork ()

Gets the value of the actualWork property.

Returns

public SearchDoubleField getCost ()

Gets the value of the cost property.

Returns

public SearchDoubleField getCostBase ()

Gets the value of the costBase property.

Returns

public SearchDateField getEndDate ()

Gets the value of the endDate property.

Returns

public SearchDoubleField getEstimatedWork ()

Gets the value of the estimatedWork property.

Returns

public SearchDoubleField getEstimatedWorkBaseline ()

Gets the value of the estimatedWorkBaseline property.

Returns

public SearchDoubleField getGrossProfit ()

Gets the value of the grossProfit property.

Returns

public SearchDoubleField getGrossProfitBase ()

Gets the value of the grossProfitBase 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 getPrice ()

Gets the value of the price property.

Returns

public SearchDoubleField getPriceBase ()

Gets the value of the priceBase property.

Returns

public SearchMultiSelectField getResource ()

Gets the value of the resource property.

Returns

public SearchStringField getResourceName ()

Gets the value of the resourceName property.

Returns

public SearchStringField getServiceItem ()

Gets the value of the serviceItem property.

Returns

public SearchStringField getServiceItemDesc ()

Gets the value of the serviceItemDesc property.

Returns

public SearchDateField getStartDate ()

Gets the value of the startDate property.

Returns

public SearchDoubleField getUnitCost ()

Gets the value of the unitCost property.

Returns

public SearchDoubleField getUnitCostBase ()

Gets the value of the unitCostBase property.

Returns

public SearchDoubleField getUnitPrice ()

Gets the value of the unitPrice property.

Returns

public SearchDoubleField getUnitPriceBase ()

Gets the value of the unitPriceBase property.

Returns

public SearchMultiSelectField getWorkCalendar ()

Gets the value of the workCalendar property.

Returns

public void setActualWork (SearchDoubleField value)

Sets the value of the actualWork property.

Parameters
value Allowed object is SearchDoubleField

public void setCost (SearchDoubleField value)

Sets the value of the cost property.

Parameters
value Allowed object is SearchDoubleField

public void setCostBase (SearchDoubleField value)

Sets the value of the costBase property.

Parameters
value Allowed object is SearchDoubleField

public void setEndDate (SearchDateField value)

Sets the value of the endDate property.

Parameters
value Allowed object is SearchDateField

public void setEstimatedWork (SearchDoubleField value)

Sets the value of the estimatedWork property.

Parameters
value Allowed object is SearchDoubleField

public void setEstimatedWorkBaseline (SearchDoubleField value)

Sets the value of the estimatedWorkBaseline property.

Parameters
value Allowed object is SearchDoubleField

public void setGrossProfit (SearchDoubleField value)

Sets the value of the grossProfit property.

Parameters
value Allowed object is SearchDoubleField

public void setGrossProfitBase (SearchDoubleField value)

Sets the value of the grossProfitBase property.

Parameters
value Allowed object is SearchDoubleField

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

Sets the value of the price property.

Parameters
value Allowed object is SearchDoubleField

public void setPriceBase (SearchDoubleField value)

Sets the value of the priceBase property.

Parameters
value Allowed object is SearchDoubleField

public void setResource (SearchMultiSelectField value)

Sets the value of the resource property.

Parameters
value Allowed object is SearchMultiSelectField

public void setResourceName (SearchStringField value)

Sets the value of the resourceName property.

Parameters
value Allowed object is SearchStringField

public void setServiceItem (SearchStringField value)

Sets the value of the serviceItem property.

Parameters
value Allowed object is SearchStringField

public void setServiceItemDesc (SearchStringField value)

Sets the value of the serviceItemDesc property.

Parameters
value Allowed object is SearchStringField

public void setStartDate (SearchDateField value)

Sets the value of the startDate property.

Parameters
value Allowed object is SearchDateField

public void setUnitCost (SearchDoubleField value)

Sets the value of the unitCost property.

Parameters
value Allowed object is SearchDoubleField

public void setUnitCostBase (SearchDoubleField value)

Sets the value of the unitCostBase property.

Parameters
value Allowed object is SearchDoubleField

public void setUnitPrice (SearchDoubleField value)

Sets the value of the unitPrice property.

Parameters
value Allowed object is SearchDoubleField

public void setUnitPriceBase (SearchDoubleField value)

Sets the value of the unitPriceBase property.

Parameters
value Allowed object is SearchDoubleField

public void setWorkCalendar (SearchMultiSelectField value)

Sets the value of the workCalendar property.

Parameters
value Allowed object is SearchMultiSelectField