public class

ProjectTaskAssignmentSearchRowBasic

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.platform.common_2010_2.ProjectTaskAssignmentSearchRowBasic

Class Overview

Java class for ProjectTaskAssignmentSearchRowBasic complex type.

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

 <complexType name="ProjectTaskAssignmentSearchRowBasic">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="actualWork" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="cost" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="costBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="endDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="estimatedWork" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="estimatedWorkBaseline" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="grossProfit" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="grossProfitBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="internalId" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="price" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="priceBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resource" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="resourceName" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="serviceItem" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="serviceItemDesc" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnStringField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="startDate" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDateField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="unitCost" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="unitCostBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="unitPrice" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="unitPriceBase" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnDoubleField" maxOccurs="unbounded" minOccurs="0"/>
         <element name="workCalendar" type="{urn:core_2010_2.platform.webservices.netsuite.com}SearchColumnSelectField" maxOccurs="unbounded" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected List<SearchColumnDoubleField> actualWork
protected List<SearchColumnDoubleField> cost
protected List<SearchColumnDoubleField> costBase
protected List<SearchColumnDateField> endDate
protected List<SearchColumnDoubleField> estimatedWork
protected List<SearchColumnDoubleField> estimatedWorkBaseline
protected List<SearchColumnDoubleField> grossProfit
protected List<SearchColumnDoubleField> grossProfitBase
protected List<SearchColumnSelectField> internalId
protected List<SearchColumnDoubleField> price
protected List<SearchColumnDoubleField> priceBase
protected List<SearchColumnSelectField> resource
protected List<SearchColumnStringField> resourceName
protected List<SearchColumnStringField> serviceItem
protected List<SearchColumnStringField> serviceItemDesc
protected List<SearchColumnDateField> startDate
protected List<SearchColumnDoubleField> unitCost
protected List<SearchColumnDoubleField> unitCostBase
protected List<SearchColumnDoubleField> unitPrice
protected List<SearchColumnDoubleField> unitPriceBase
protected List<SearchColumnSelectField> workCalendar
Public Constructors
ProjectTaskAssignmentSearchRowBasic()
Public Methods
List<SearchColumnDoubleField> getActualWork()
Gets the value of the actualWork property.
List<SearchColumnDoubleField> getCost()
Gets the value of the cost property.
List<SearchColumnDoubleField> getCostBase()
Gets the value of the costBase property.
List<SearchColumnDateField> getEndDate()
Gets the value of the endDate property.
List<SearchColumnDoubleField> getEstimatedWork()
Gets the value of the estimatedWork property.
List<SearchColumnDoubleField> getEstimatedWorkBaseline()
Gets the value of the estimatedWorkBaseline property.
List<SearchColumnDoubleField> getGrossProfit()
Gets the value of the grossProfit property.
List<SearchColumnDoubleField> getGrossProfitBase()
Gets the value of the grossProfitBase property.
List<SearchColumnSelectField> getInternalId()
Gets the value of the internalId property.
List<SearchColumnDoubleField> getPrice()
Gets the value of the price property.
List<SearchColumnDoubleField> getPriceBase()
Gets the value of the priceBase property.
List<SearchColumnSelectField> getResource()
Gets the value of the resource property.
List<SearchColumnStringField> getResourceName()
Gets the value of the resourceName property.
List<SearchColumnStringField> getServiceItem()
Gets the value of the serviceItem property.
List<SearchColumnStringField> getServiceItemDesc()
Gets the value of the serviceItemDesc property.
List<SearchColumnDateField> getStartDate()
Gets the value of the startDate property.
List<SearchColumnDoubleField> getUnitCost()
Gets the value of the unitCost property.
List<SearchColumnDoubleField> getUnitCostBase()
Gets the value of the unitCostBase property.
List<SearchColumnDoubleField> getUnitPrice()
Gets the value of the unitPrice property.
List<SearchColumnDoubleField> getUnitPriceBase()
Gets the value of the unitPriceBase property.
List<SearchColumnSelectField> getWorkCalendar()
Gets the value of the workCalendar property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected List<SearchColumnDoubleField> actualWork

protected List<SearchColumnDoubleField> cost

protected List<SearchColumnDoubleField> costBase

protected List<SearchColumnDateField> endDate

protected List<SearchColumnDoubleField> estimatedWork

protected List<SearchColumnDoubleField> estimatedWorkBaseline

protected List<SearchColumnDoubleField> grossProfit

protected List<SearchColumnDoubleField> grossProfitBase

protected List<SearchColumnSelectField> internalId

protected List<SearchColumnDoubleField> price

protected List<SearchColumnDoubleField> priceBase

protected List<SearchColumnSelectField> resource

protected List<SearchColumnStringField> resourceName

protected List<SearchColumnStringField> serviceItem

protected List<SearchColumnStringField> serviceItemDesc

protected List<SearchColumnDateField> startDate

protected List<SearchColumnDoubleField> unitCost

protected List<SearchColumnDoubleField> unitCostBase

protected List<SearchColumnDoubleField> unitPrice

protected List<SearchColumnDoubleField> unitPriceBase

protected List<SearchColumnSelectField> workCalendar

Public Constructors

public ProjectTaskAssignmentSearchRowBasic ()

Public Methods

public List<SearchColumnDoubleField> getActualWork ()

Gets the value of the actualWork 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 actualWork property.

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

    getActualWork().add(newItem);
 

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

public List<SearchColumnDoubleField> getCost ()

Gets the value of the cost 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 cost property.

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

    getCost().add(newItem);
 

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

public List<SearchColumnDoubleField> getCostBase ()

Gets the value of the costBase 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 costBase property.

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

    getCostBase().add(newItem);
 

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

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<SearchColumnDoubleField> getEstimatedWork ()

Gets the value of the estimatedWork 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 estimatedWork property.

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

    getEstimatedWork().add(newItem);
 

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

public List<SearchColumnDoubleField> getEstimatedWorkBaseline ()

Gets the value of the estimatedWorkBaseline 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 estimatedWorkBaseline property.

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

    getEstimatedWorkBaseline().add(newItem);
 

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

public List<SearchColumnDoubleField> getGrossProfit ()

Gets the value of the grossProfit 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 grossProfit property.

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

    getGrossProfit().add(newItem);
 

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

public List<SearchColumnDoubleField> getGrossProfitBase ()

Gets the value of the grossProfitBase 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 grossProfitBase property.

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

    getGrossProfitBase().add(newItem);
 

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

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> getPrice ()

Gets the value of the price 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 price property.

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

    getPrice().add(newItem);
 

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

public List<SearchColumnDoubleField> getPriceBase ()

Gets the value of the priceBase 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 priceBase property.

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

    getPriceBase().add(newItem);
 

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

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<SearchColumnStringField> getResourceName ()

Gets the value of the resourceName 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 resourceName property.

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

    getResourceName().add(newItem);
 

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

public List<SearchColumnStringField> getServiceItem ()

Gets the value of the serviceItem 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 serviceItem property.

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

    getServiceItem().add(newItem);
 

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

public List<SearchColumnStringField> getServiceItemDesc ()

Gets the value of the serviceItemDesc 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 serviceItemDesc property.

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

    getServiceItemDesc().add(newItem);
 

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

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 List<SearchColumnDoubleField> getUnitCost ()

Gets the value of the unitCost 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 unitCost property.

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

    getUnitCost().add(newItem);
 

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

public List<SearchColumnDoubleField> getUnitCostBase ()

Gets the value of the unitCostBase 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 unitCostBase property.

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

    getUnitCostBase().add(newItem);
 

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

public List<SearchColumnDoubleField> getUnitPrice ()

Gets the value of the unitPrice 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 unitPrice property.

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

    getUnitPrice().add(newItem);
 

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

public List<SearchColumnDoubleField> getUnitPriceBase ()

Gets the value of the unitPriceBase 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 unitPriceBase property.

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

    getUnitPriceBase().add(newItem);
 

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

public List<SearchColumnSelectField> getWorkCalendar ()

Gets the value of the workCalendar 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 workCalendar property.

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

    getWorkCalendar().add(newItem);
 

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