public class

ProjectTaskAssignee

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.activities.scheduling_2010_2.ProjectTaskAssignee

Class Overview

Java class for ProjectTaskAssignee complex type.

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

 <complexType name="ProjectTaskAssignee">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="resource" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="units" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="serviceItem" type="{urn:core_2010_2.platform.webservices.netsuite.com}RecordRef" minOccurs="0"/>
         <element name="estimatedWork" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="unitCost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="unitPrice" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="cost" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
         <element name="price" type="{http://www.w3.org/2001/XMLSchema}double" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Double cost
protected Double estimatedWork
protected Double price
protected RecordRef resource
protected RecordRef serviceItem
protected Double unitCost
protected Double unitPrice
protected Double units
Public Constructors
ProjectTaskAssignee()
Public Methods
Double getCost()
Gets the value of the cost property.
Double getEstimatedWork()
Gets the value of the estimatedWork property.
Double getPrice()
Gets the value of the price property.
RecordRef getResource()
Gets the value of the resource property.
RecordRef getServiceItem()
Gets the value of the serviceItem property.
Double getUnitCost()
Gets the value of the unitCost property.
Double getUnitPrice()
Gets the value of the unitPrice property.
Double getUnits()
Gets the value of the units property.
void setCost(Double value)
Sets the value of the cost property.
void setEstimatedWork(Double value)
Sets the value of the estimatedWork property.
void setPrice(Double value)
Sets the value of the price property.
void setResource(RecordRef value)
Sets the value of the resource property.
void setServiceItem(RecordRef value)
Sets the value of the serviceItem property.
void setUnitCost(Double value)
Sets the value of the unitCost property.
void setUnitPrice(Double value)
Sets the value of the unitPrice property.
void setUnits(Double value)
Sets the value of the units property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Double cost

protected Double estimatedWork

protected Double price

protected RecordRef resource

protected RecordRef serviceItem

protected Double unitCost

protected Double unitPrice

protected Double units

Public Constructors

public ProjectTaskAssignee ()

Public Methods

public Double getCost ()

Gets the value of the cost property.

Returns
  • possible object is Double

public Double getEstimatedWork ()

Gets the value of the estimatedWork property.

Returns
  • possible object is Double

public Double getPrice ()

Gets the value of the price property.

Returns
  • possible object is Double

public RecordRef getResource ()

Gets the value of the resource property.

Returns

public RecordRef getServiceItem ()

Gets the value of the serviceItem property.

Returns

public Double getUnitCost ()

Gets the value of the unitCost property.

Returns
  • possible object is Double

public Double getUnitPrice ()

Gets the value of the unitPrice property.

Returns
  • possible object is Double

public Double getUnits ()

Gets the value of the units property.

Returns
  • possible object is Double

public void setCost (Double value)

Sets the value of the cost property.

Parameters
value Allowed object is Double

public void setEstimatedWork (Double value)

Sets the value of the estimatedWork property.

Parameters
value Allowed object is Double

public void setPrice (Double value)

Sets the value of the price property.

Parameters
value Allowed object is Double

public void setResource (RecordRef value)

Sets the value of the resource property.

Parameters
value Allowed object is RecordRef

public void setServiceItem (RecordRef value)

Sets the value of the serviceItem property.

Parameters
value Allowed object is RecordRef

public void setUnitCost (Double value)

Sets the value of the unitCost property.

Parameters
value Allowed object is Double

public void setUnitPrice (Double value)

Sets the value of the unitPrice property.

Parameters
value Allowed object is Double

public void setUnits (Double value)

Sets the value of the units property.

Parameters
value Allowed object is Double