public class

ProjectTaskSearchBasic

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

Class Overview

Java class for ProjectTaskSearchBasic complex type.

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

 <complexType name="ProjectTaskSearchBasic">
   <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="assignee" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="company" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="constraintType" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="contact" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" 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="costBaseBaseline" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="costBaseline" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="costBaseVariance" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="costVariance" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="costVariancePercent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="createdDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="endDateBaseline" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="endDateVariance" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" 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="estimatedWorkVariance" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="estimatedWorkVariancePercent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="id" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" 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="isSummaryTask" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="lastModifiedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="parent" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="percentWorkComplete" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="predecessors" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="priority" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="remainingWork" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="startDateBaseline" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="startDateVariance" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="status" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="title" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchStringField" minOccurs="0"/>
         <element name="customFieldList" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchCustomFieldList" minOccurs="0"/>
       </sequence>
     </extension>
   </complexContent>
 </complexType>
 

Summary

Fields
protected SearchDoubleField actualWork
protected SearchMultiSelectField assignee
protected SearchMultiSelectField company
protected SearchEnumMultiSelectField constraintType
protected SearchMultiSelectField contact
protected SearchDoubleField cost
protected SearchDoubleField costBase
protected SearchDoubleField costBaseBaseline
protected SearchDoubleField costBaseVariance
protected SearchDoubleField costBaseline
protected SearchDoubleField costVariance
protected SearchDoubleField costVariancePercent
protected SearchDateField createdDate
protected SearchCustomFieldList customFieldList
protected SearchDateField endDate
protected SearchDateField endDateBaseline
protected SearchDoubleField endDateVariance
protected SearchDoubleField estimatedWork
protected SearchDoubleField estimatedWorkBaseline
protected SearchDoubleField estimatedWorkVariance
protected SearchDoubleField estimatedWorkVariancePercent
protected SearchLongField id
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isSummaryTask
protected SearchDateField lastModifiedDate
protected SearchMultiSelectField owner
protected SearchMultiSelectField parent
protected SearchDoubleField percentWorkComplete
protected SearchStringField predecessors
protected SearchEnumMultiSelectField priority
protected SearchDoubleField remainingWork
protected SearchDateField startDate
protected SearchDateField startDateBaseline
protected SearchDoubleField startDateVariance
protected SearchEnumMultiSelectField status
protected SearchStringField title
Public Constructors
ProjectTaskSearchBasic()
Public Methods
SearchDoubleField getActualWork()
Gets the value of the actualWork property.
SearchMultiSelectField getAssignee()
Gets the value of the assignee property.
SearchMultiSelectField getCompany()
Gets the value of the company property.
SearchEnumMultiSelectField getConstraintType()
Gets the value of the constraintType property.
SearchMultiSelectField getContact()
Gets the value of the contact property.
SearchDoubleField getCost()
Gets the value of the cost property.
SearchDoubleField getCostBase()
Gets the value of the costBase property.
SearchDoubleField getCostBaseBaseline()
Gets the value of the costBaseBaseline property.
SearchDoubleField getCostBaseVariance()
Gets the value of the costBaseVariance property.
SearchDoubleField getCostBaseline()
Gets the value of the costBaseline property.
SearchDoubleField getCostVariance()
Gets the value of the costVariance property.
SearchDoubleField getCostVariancePercent()
Gets the value of the costVariancePercent property.
SearchDateField getCreatedDate()
Gets the value of the createdDate property.
SearchCustomFieldList getCustomFieldList()
Gets the value of the customFieldList property.
SearchDateField getEndDate()
Gets the value of the endDate property.
SearchDateField getEndDateBaseline()
Gets the value of the endDateBaseline property.
SearchDoubleField getEndDateVariance()
Gets the value of the endDateVariance property.
SearchDoubleField getEstimatedWork()
Gets the value of the estimatedWork property.
SearchDoubleField getEstimatedWorkBaseline()
Gets the value of the estimatedWorkBaseline property.
SearchDoubleField getEstimatedWorkVariance()
Gets the value of the estimatedWorkVariance property.
SearchDoubleField getEstimatedWorkVariancePercent()
Gets the value of the estimatedWorkVariancePercent property.
SearchLongField getId()
Gets the value of the id property.
SearchMultiSelectField getInternalId()
Gets the value of the internalId property.
SearchLongField getInternalIdNumber()
Gets the value of the internalIdNumber property.
SearchBooleanField getIsSummaryTask()
Gets the value of the isSummaryTask property.
SearchDateField getLastModifiedDate()
Gets the value of the lastModifiedDate property.
SearchMultiSelectField getOwner()
Gets the value of the owner property.
SearchMultiSelectField getParent()
Gets the value of the parent property.
SearchDoubleField getPercentWorkComplete()
Gets the value of the percentWorkComplete property.
SearchStringField getPredecessors()
Gets the value of the predecessors property.
SearchEnumMultiSelectField getPriority()
Gets the value of the priority property.
SearchDoubleField getRemainingWork()
Gets the value of the remainingWork property.
SearchDateField getStartDate()
Gets the value of the startDate property.
SearchDateField getStartDateBaseline()
Gets the value of the startDateBaseline property.
SearchDoubleField getStartDateVariance()
Gets the value of the startDateVariance property.
SearchEnumMultiSelectField getStatus()
Gets the value of the status property.
SearchStringField getTitle()
Gets the value of the title property.
void setActualWork(SearchDoubleField value)
Sets the value of the actualWork property.
void setAssignee(SearchMultiSelectField value)
Sets the value of the assignee property.
void setCompany(SearchMultiSelectField value)
Sets the value of the company property.
void setConstraintType(SearchEnumMultiSelectField value)
Sets the value of the constraintType property.
void setContact(SearchMultiSelectField value)
Sets the value of the contact property.
void setCost(SearchDoubleField value)
Sets the value of the cost property.
void setCostBase(SearchDoubleField value)
Sets the value of the costBase property.
void setCostBaseBaseline(SearchDoubleField value)
Sets the value of the costBaseBaseline property.
void setCostBaseVariance(SearchDoubleField value)
Sets the value of the costBaseVariance property.
void setCostBaseline(SearchDoubleField value)
Sets the value of the costBaseline property.
void setCostVariance(SearchDoubleField value)
Sets the value of the costVariance property.
void setCostVariancePercent(SearchDoubleField value)
Sets the value of the costVariancePercent property.
void setCreatedDate(SearchDateField value)
Sets the value of the createdDate property.
void setCustomFieldList(SearchCustomFieldList value)
Sets the value of the customFieldList property.
void setEndDate(SearchDateField value)
Sets the value of the endDate property.
void setEndDateBaseline(SearchDateField value)
Sets the value of the endDateBaseline property.
void setEndDateVariance(SearchDoubleField value)
Sets the value of the endDateVariance property.
void setEstimatedWork(SearchDoubleField value)
Sets the value of the estimatedWork property.
void setEstimatedWorkBaseline(SearchDoubleField value)
Sets the value of the estimatedWorkBaseline property.
void setEstimatedWorkVariance(SearchDoubleField value)
Sets the value of the estimatedWorkVariance property.
void setEstimatedWorkVariancePercent(SearchDoubleField value)
Sets the value of the estimatedWorkVariancePercent property.
void setId(SearchLongField value)
Sets the value of the id property.
void setInternalId(SearchMultiSelectField value)
Sets the value of the internalId property.
void setInternalIdNumber(SearchLongField value)
Sets the value of the internalIdNumber property.
void setIsSummaryTask(SearchBooleanField value)
Sets the value of the isSummaryTask property.
void setLastModifiedDate(SearchDateField value)
Sets the value of the lastModifiedDate property.
void setOwner(SearchMultiSelectField value)
Sets the value of the owner property.
void setParent(SearchMultiSelectField value)
Sets the value of the parent property.
void setPercentWorkComplete(SearchDoubleField value)
Sets the value of the percentWorkComplete property.
void setPredecessors(SearchStringField value)
Sets the value of the predecessors property.
void setPriority(SearchEnumMultiSelectField value)
Sets the value of the priority property.
void setRemainingWork(SearchDoubleField value)
Sets the value of the remainingWork property.
void setStartDate(SearchDateField value)
Sets the value of the startDate property.
void setStartDateBaseline(SearchDateField value)
Sets the value of the startDateBaseline property.
void setStartDateVariance(SearchDoubleField value)
Sets the value of the startDateVariance property.
void setStatus(SearchEnumMultiSelectField value)
Sets the value of the status property.
void setTitle(SearchStringField value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDoubleField actualWork

protected SearchMultiSelectField assignee

protected SearchMultiSelectField company

protected SearchEnumMultiSelectField constraintType

protected SearchMultiSelectField contact

protected SearchDoubleField cost

protected SearchDoubleField costBase

protected SearchDoubleField costBaseBaseline

protected SearchDoubleField costBaseVariance

protected SearchDoubleField costBaseline

protected SearchDoubleField costVariance

protected SearchDoubleField costVariancePercent

protected SearchDateField createdDate

protected SearchCustomFieldList customFieldList

protected SearchDateField endDate

protected SearchDateField endDateBaseline

protected SearchDoubleField endDateVariance

protected SearchDoubleField estimatedWork

protected SearchDoubleField estimatedWorkBaseline

protected SearchDoubleField estimatedWorkVariance

protected SearchDoubleField estimatedWorkVariancePercent

protected SearchLongField id

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isSummaryTask

protected SearchDateField lastModifiedDate

protected SearchMultiSelectField owner

protected SearchMultiSelectField parent

protected SearchDoubleField percentWorkComplete

protected SearchStringField predecessors

protected SearchEnumMultiSelectField priority

protected SearchDoubleField remainingWork

protected SearchDateField startDate

protected SearchDateField startDateBaseline

protected SearchDoubleField startDateVariance

protected SearchEnumMultiSelectField status

protected SearchStringField title

Public Constructors

public ProjectTaskSearchBasic ()

Public Methods

public SearchDoubleField getActualWork ()

Gets the value of the actualWork property.

Returns

public SearchMultiSelectField getAssignee ()

Gets the value of the assignee property.

Returns

public SearchMultiSelectField getCompany ()

Gets the value of the company property.

Returns

public SearchEnumMultiSelectField getConstraintType ()

Gets the value of the constraintType property.

Returns

public SearchMultiSelectField getContact ()

Gets the value of the contact 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 SearchDoubleField getCostBaseBaseline ()

Gets the value of the costBaseBaseline property.

Returns

public SearchDoubleField getCostBaseVariance ()

Gets the value of the costBaseVariance property.

Returns

public SearchDoubleField getCostBaseline ()

Gets the value of the costBaseline property.

Returns

public SearchDoubleField getCostVariance ()

Gets the value of the costVariance property.

Returns

public SearchDoubleField getCostVariancePercent ()

Gets the value of the costVariancePercent property.

Returns

public SearchDateField getCreatedDate ()

Gets the value of the createdDate property.

Returns

public SearchCustomFieldList getCustomFieldList ()

Gets the value of the customFieldList property.

Returns

public SearchDateField getEndDate ()

Gets the value of the endDate property.

Returns

public SearchDateField getEndDateBaseline ()

Gets the value of the endDateBaseline property.

Returns

public SearchDoubleField getEndDateVariance ()

Gets the value of the endDateVariance 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 getEstimatedWorkVariance ()

Gets the value of the estimatedWorkVariance property.

Returns

public SearchDoubleField getEstimatedWorkVariancePercent ()

Gets the value of the estimatedWorkVariancePercent property.

Returns

public SearchLongField getId ()

Gets the value of the id 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 SearchBooleanField getIsSummaryTask ()

Gets the value of the isSummaryTask property.

Returns

public SearchDateField getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns

public SearchMultiSelectField getOwner ()

Gets the value of the owner property.

Returns

public SearchMultiSelectField getParent ()

Gets the value of the parent property.

Returns

public SearchDoubleField getPercentWorkComplete ()

Gets the value of the percentWorkComplete property.

Returns

public SearchStringField getPredecessors ()

Gets the value of the predecessors property.

Returns

public SearchEnumMultiSelectField getPriority ()

Gets the value of the priority property.

Returns

public SearchDoubleField getRemainingWork ()

Gets the value of the remainingWork property.

Returns

public SearchDateField getStartDate ()

Gets the value of the startDate property.

Returns

public SearchDateField getStartDateBaseline ()

Gets the value of the startDateBaseline property.

Returns

public SearchDoubleField getStartDateVariance ()

Gets the value of the startDateVariance property.

Returns

public SearchEnumMultiSelectField getStatus ()

Gets the value of the status property.

Returns

public SearchStringField getTitle ()

Gets the value of the title property.

Returns

public void setActualWork (SearchDoubleField value)

Sets the value of the actualWork property.

Parameters
value Allowed object is SearchDoubleField

public void setAssignee (SearchMultiSelectField value)

Sets the value of the assignee property.

Parameters
value Allowed object is SearchMultiSelectField

public void setCompany (SearchMultiSelectField value)

Sets the value of the company property.

Parameters
value Allowed object is SearchMultiSelectField

public void setConstraintType (SearchEnumMultiSelectField value)

Sets the value of the constraintType property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setContact (SearchMultiSelectField value)

Sets the value of the contact property.

Parameters
value Allowed object is SearchMultiSelectField

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

Sets the value of the costBaseBaseline property.

Parameters
value Allowed object is SearchDoubleField

public void setCostBaseVariance (SearchDoubleField value)

Sets the value of the costBaseVariance property.

Parameters
value Allowed object is SearchDoubleField

public void setCostBaseline (SearchDoubleField value)

Sets the value of the costBaseline property.

Parameters
value Allowed object is SearchDoubleField

public void setCostVariance (SearchDoubleField value)

Sets the value of the costVariance property.

Parameters
value Allowed object is SearchDoubleField

public void setCostVariancePercent (SearchDoubleField value)

Sets the value of the costVariancePercent property.

Parameters
value Allowed object is SearchDoubleField

public void setCreatedDate (SearchDateField value)

Sets the value of the createdDate property.

Parameters
value Allowed object is SearchDateField

public void setCustomFieldList (SearchCustomFieldList value)

Sets the value of the customFieldList property.

Parameters
value Allowed object is SearchCustomFieldList

public void setEndDate (SearchDateField value)

Sets the value of the endDate property.

Parameters
value Allowed object is SearchDateField

public void setEndDateBaseline (SearchDateField value)

Sets the value of the endDateBaseline property.

Parameters
value Allowed object is SearchDateField

public void setEndDateVariance (SearchDoubleField value)

Sets the value of the endDateVariance property.

Parameters
value Allowed object is SearchDoubleField

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

Sets the value of the estimatedWorkVariance property.

Parameters
value Allowed object is SearchDoubleField

public void setEstimatedWorkVariancePercent (SearchDoubleField value)

Sets the value of the estimatedWorkVariancePercent property.

Parameters
value Allowed object is SearchDoubleField

public void setId (SearchLongField value)

Sets the value of the id property.

Parameters
value Allowed object is SearchLongField

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 setIsSummaryTask (SearchBooleanField value)

Sets the value of the isSummaryTask property.

Parameters
value Allowed object is SearchBooleanField

public void setLastModifiedDate (SearchDateField value)

Sets the value of the lastModifiedDate property.

Parameters
value Allowed object is SearchDateField

public void setOwner (SearchMultiSelectField value)

Sets the value of the owner property.

Parameters
value Allowed object is SearchMultiSelectField

public void setParent (SearchMultiSelectField value)

Sets the value of the parent property.

Parameters
value Allowed object is SearchMultiSelectField

public void setPercentWorkComplete (SearchDoubleField value)

Sets the value of the percentWorkComplete property.

Parameters
value Allowed object is SearchDoubleField

public void setPredecessors (SearchStringField value)

Sets the value of the predecessors property.

Parameters
value Allowed object is SearchStringField

public void setPriority (SearchEnumMultiSelectField value)

Sets the value of the priority property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setRemainingWork (SearchDoubleField value)

Sets the value of the remainingWork property.

Parameters
value Allowed object is SearchDoubleField

public void setStartDate (SearchDateField value)

Sets the value of the startDate property.

Parameters
value Allowed object is SearchDateField

public void setStartDateBaseline (SearchDateField value)

Sets the value of the startDateBaseline property.

Parameters
value Allowed object is SearchDateField

public void setStartDateVariance (SearchDoubleField value)

Sets the value of the startDateVariance property.

Parameters
value Allowed object is SearchDoubleField

public void setStatus (SearchEnumMultiSelectField value)

Sets the value of the status property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setTitle (SearchStringField value)

Sets the value of the title property.

Parameters
value Allowed object is SearchStringField