| java.lang.Object | |
| ↳ | com.netsuite.webservices.activities.scheduling_2010_2.ProjectTaskAssignee |
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>
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| cost | |||||||||||
| estimatedWork | |||||||||||
| price | |||||||||||
| resource | |||||||||||
| serviceItem | |||||||||||
| unitCost | |||||||||||
| unitPrice | |||||||||||
| units | |||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
Gets the value of the cost property.
| |||||||||||
Gets the value of the estimatedWork property.
| |||||||||||
Gets the value of the price property.
| |||||||||||
Gets the value of the resource property.
| |||||||||||
Gets the value of the serviceItem property.
| |||||||||||
Gets the value of the unitCost property.
| |||||||||||
Gets the value of the unitPrice property.
| |||||||||||
Gets the value of the units property.
| |||||||||||
Sets the value of the cost property.
| |||||||||||
Sets the value of the estimatedWork property.
| |||||||||||
Sets the value of the price property.
| |||||||||||
Sets the value of the resource property.
| |||||||||||
Sets the value of the serviceItem property.
| |||||||||||
Sets the value of the unitCost property.
| |||||||||||
Sets the value of the unitPrice property.
| |||||||||||
Sets the value of the units property.
| |||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Gets the value of the cost property.
Gets the value of the estimatedWork property.
Gets the value of the price property.
Gets the value of the resource property.
RecordRef
Gets the value of the serviceItem property.
RecordRef
Gets the value of the unitCost property.
Gets the value of the unitPrice property.
Gets the value of the units property.
Sets the value of the cost property.
| value | Allowed object is Double |
|---|
Sets the value of the estimatedWork property.
| value | Allowed object is Double |
|---|
Sets the value of the price property.
| value | Allowed object is Double |
|---|
Sets the value of the resource property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the serviceItem property.
| value | Allowed object is
RecordRef
|
|---|
Sets the value of the unitCost property.
| value | Allowed object is Double |
|---|
Sets the value of the unitPrice property.
| value | Allowed object is Double |
|---|
Sets the value of the units property.
| value | Allowed object is Double |
|---|