public class

TaskSearchBasic

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

Class Overview

Java class for TaskSearchBasic complex type.

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

 <complexType name="TaskSearchBasic">
   <complexContent>
     <extension base="{urn:core_2010_2.platform.webservices.netsuite.com}SearchRecord">
       <sequence>
         <element name="actualTime" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="assigned" 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="completedDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="contact" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" 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="estimatedTime" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" minOccurs="0"/>
         <element name="estimatedTimeOverride" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" 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="isJobSummaryTask" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isJobTask" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchBooleanField" minOccurs="0"/>
         <element name="isPrivate" 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="milestone" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="owner" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchMultiSelectField" minOccurs="0"/>
         <element name="percentComplete" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="percentTimeComplete" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchLongField" minOccurs="0"/>
         <element name="priority" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDateField" minOccurs="0"/>
         <element name="status" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchEnumMultiSelectField" minOccurs="0"/>
         <element name="timeRemaining" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchDoubleField" 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 actualTime
protected SearchMultiSelectField assigned
protected SearchMultiSelectField company
protected SearchDateField completedDate
protected SearchMultiSelectField contact
protected SearchDateField createdDate
protected SearchCustomFieldList customFieldList
protected SearchDateField endDate
protected SearchDoubleField estimatedTime
protected SearchDoubleField estimatedTimeOverride
protected SearchMultiSelectField externalId
protected SearchStringField externalIdString
protected SearchMultiSelectField internalId
protected SearchLongField internalIdNumber
protected SearchBooleanField isJobSummaryTask
protected SearchBooleanField isJobTask
protected SearchBooleanField isPrivate
protected SearchDateField lastModifiedDate
protected SearchLongField milestone
protected SearchMultiSelectField owner
protected SearchLongField percentComplete
protected SearchLongField percentTimeComplete
protected SearchEnumMultiSelectField priority
protected SearchDateField startDate
protected SearchEnumMultiSelectField status
protected SearchDoubleField timeRemaining
protected SearchStringField title
Public Constructors
TaskSearchBasic()
Public Methods
SearchDoubleField getActualTime()
Gets the value of the actualTime property.
SearchMultiSelectField getAssigned()
Gets the value of the assigned property.
SearchMultiSelectField getCompany()
Gets the value of the company property.
SearchDateField getCompletedDate()
Gets the value of the completedDate property.
SearchMultiSelectField getContact()
Gets the value of the contact 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.
SearchDoubleField getEstimatedTime()
Gets the value of the estimatedTime property.
SearchDoubleField getEstimatedTimeOverride()
Gets the value of the estimatedTimeOverride 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.
SearchBooleanField getIsJobSummaryTask()
Gets the value of the isJobSummaryTask property.
SearchBooleanField getIsJobTask()
Gets the value of the isJobTask property.
SearchBooleanField getIsPrivate()
Gets the value of the isPrivate property.
SearchDateField getLastModifiedDate()
Gets the value of the lastModifiedDate property.
SearchLongField getMilestone()
Gets the value of the milestone property.
SearchMultiSelectField getOwner()
Gets the value of the owner property.
SearchLongField getPercentComplete()
Gets the value of the percentComplete property.
SearchLongField getPercentTimeComplete()
Gets the value of the percentTimeComplete property.
SearchEnumMultiSelectField getPriority()
Gets the value of the priority property.
SearchDateField getStartDate()
Gets the value of the startDate property.
SearchEnumMultiSelectField getStatus()
Gets the value of the status property.
SearchDoubleField getTimeRemaining()
Gets the value of the timeRemaining property.
SearchStringField getTitle()
Gets the value of the title property.
void setActualTime(SearchDoubleField value)
Sets the value of the actualTime property.
void setAssigned(SearchMultiSelectField value)
Sets the value of the assigned property.
void setCompany(SearchMultiSelectField value)
Sets the value of the company property.
void setCompletedDate(SearchDateField value)
Sets the value of the completedDate property.
void setContact(SearchMultiSelectField value)
Sets the value of the contact 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 setEstimatedTime(SearchDoubleField value)
Sets the value of the estimatedTime property.
void setEstimatedTimeOverride(SearchDoubleField value)
Sets the value of the estimatedTimeOverride 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 setIsJobSummaryTask(SearchBooleanField value)
Sets the value of the isJobSummaryTask property.
void setIsJobTask(SearchBooleanField value)
Sets the value of the isJobTask property.
void setIsPrivate(SearchBooleanField value)
Sets the value of the isPrivate property.
void setLastModifiedDate(SearchDateField value)
Sets the value of the lastModifiedDate property.
void setMilestone(SearchLongField value)
Sets the value of the milestone property.
void setOwner(SearchMultiSelectField value)
Sets the value of the owner property.
void setPercentComplete(SearchLongField value)
Sets the value of the percentComplete property.
void setPercentTimeComplete(SearchLongField value)
Sets the value of the percentTimeComplete property.
void setPriority(SearchEnumMultiSelectField value)
Sets the value of the priority property.
void setStartDate(SearchDateField value)
Sets the value of the startDate property.
void setStatus(SearchEnumMultiSelectField value)
Sets the value of the status property.
void setTimeRemaining(SearchDoubleField value)
Sets the value of the timeRemaining property.
void setTitle(SearchStringField value)
Sets the value of the title property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected SearchDoubleField actualTime

protected SearchMultiSelectField assigned

protected SearchMultiSelectField company

protected SearchDateField completedDate

protected SearchMultiSelectField contact

protected SearchDateField createdDate

protected SearchCustomFieldList customFieldList

protected SearchDateField endDate

protected SearchDoubleField estimatedTime

protected SearchDoubleField estimatedTimeOverride

protected SearchMultiSelectField externalId

protected SearchStringField externalIdString

protected SearchMultiSelectField internalId

protected SearchLongField internalIdNumber

protected SearchBooleanField isJobSummaryTask

protected SearchBooleanField isJobTask

protected SearchBooleanField isPrivate

protected SearchDateField lastModifiedDate

protected SearchLongField milestone

protected SearchMultiSelectField owner

protected SearchLongField percentComplete

protected SearchLongField percentTimeComplete

protected SearchEnumMultiSelectField priority

protected SearchDateField startDate

protected SearchEnumMultiSelectField status

protected SearchDoubleField timeRemaining

protected SearchStringField title

Public Constructors

public TaskSearchBasic ()

Public Methods

public SearchDoubleField getActualTime ()

Gets the value of the actualTime property.

Returns

public SearchMultiSelectField getAssigned ()

Gets the value of the assigned property.

Returns

public SearchMultiSelectField getCompany ()

Gets the value of the company property.

Returns

public SearchDateField getCompletedDate ()

Gets the value of the completedDate property.

Returns

public SearchMultiSelectField getContact ()

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

Gets the value of the estimatedTime property.

Returns

public SearchDoubleField getEstimatedTimeOverride ()

Gets the value of the estimatedTimeOverride 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 SearchBooleanField getIsJobSummaryTask ()

Gets the value of the isJobSummaryTask property.

Returns

public SearchBooleanField getIsJobTask ()

Gets the value of the isJobTask property.

Returns

public SearchBooleanField getIsPrivate ()

Gets the value of the isPrivate property.

Returns

public SearchDateField getLastModifiedDate ()

Gets the value of the lastModifiedDate property.

Returns

public SearchLongField getMilestone ()

Gets the value of the milestone property.

Returns

public SearchMultiSelectField getOwner ()

Gets the value of the owner property.

Returns

public SearchLongField getPercentComplete ()

Gets the value of the percentComplete property.

Returns

public SearchLongField getPercentTimeComplete ()

Gets the value of the percentTimeComplete property.

Returns

public SearchEnumMultiSelectField getPriority ()

Gets the value of the priority property.

Returns

public SearchDateField getStartDate ()

Gets the value of the startDate property.

Returns

public SearchEnumMultiSelectField getStatus ()

Gets the value of the status property.

Returns

public SearchDoubleField getTimeRemaining ()

Gets the value of the timeRemaining property.

Returns

public SearchStringField getTitle ()

Gets the value of the title property.

Returns

public void setActualTime (SearchDoubleField value)

Sets the value of the actualTime property.

Parameters
value Allowed object is SearchDoubleField

public void setAssigned (SearchMultiSelectField value)

Sets the value of the assigned 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 setCompletedDate (SearchDateField value)

Sets the value of the completedDate property.

Parameters
value Allowed object is SearchDateField

public void setContact (SearchMultiSelectField value)

Sets the value of the contact property.

Parameters
value Allowed object is SearchMultiSelectField

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

Sets the value of the estimatedTime property.

Parameters
value Allowed object is SearchDoubleField

public void setEstimatedTimeOverride (SearchDoubleField value)

Sets the value of the estimatedTimeOverride property.

Parameters
value Allowed object is SearchDoubleField

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

Sets the value of the isJobSummaryTask property.

Parameters
value Allowed object is SearchBooleanField

public void setIsJobTask (SearchBooleanField value)

Sets the value of the isJobTask property.

Parameters
value Allowed object is SearchBooleanField

public void setIsPrivate (SearchBooleanField value)

Sets the value of the isPrivate 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 setMilestone (SearchLongField value)

Sets the value of the milestone property.

Parameters
value Allowed object is SearchLongField

public void setOwner (SearchMultiSelectField value)

Sets the value of the owner property.

Parameters
value Allowed object is SearchMultiSelectField

public void setPercentComplete (SearchLongField value)

Sets the value of the percentComplete property.

Parameters
value Allowed object is SearchLongField

public void setPercentTimeComplete (SearchLongField value)

Sets the value of the percentTimeComplete property.

Parameters
value Allowed object is SearchLongField

public void setPriority (SearchEnumMultiSelectField value)

Sets the value of the priority property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setStartDate (SearchDateField value)

Sets the value of the startDate property.

Parameters
value Allowed object is SearchDateField

public void setStatus (SearchEnumMultiSelectField value)

Sets the value of the status property.

Parameters
value Allowed object is SearchEnumMultiSelectField

public void setTimeRemaining (SearchDoubleField value)

Sets the value of the timeRemaining property.

Parameters
value Allowed object is SearchDoubleField

public void setTitle (SearchStringField value)

Sets the value of the title property.

Parameters
value Allowed object is SearchStringField