public class

ServiceItemTaskTemplates

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.accounting_2010_2.ServiceItemTaskTemplates

Class Overview

Java class for ServiceItemTaskTemplates complex type.

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

 <complexType name="ServiceItemTaskTemplates">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="taskName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="taskStartOffset" type="{http://www.w3.org/2001/XMLSchema}long" minOccurs="0"/>
         <element name="taskDuration" type="{urn:core_2010_2.platform.webservices.netsuite.com}Duration" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected Duration taskDuration
protected String taskName
protected Long taskStartOffset
Public Constructors
ServiceItemTaskTemplates()
Public Methods
Duration getTaskDuration()
Gets the value of the taskDuration property.
String getTaskName()
Gets the value of the taskName property.
Long getTaskStartOffset()
Gets the value of the taskStartOffset property.
void setTaskDuration(Duration value)
Sets the value of the taskDuration property.
void setTaskName(String value)
Sets the value of the taskName property.
void setTaskStartOffset(Long value)
Sets the value of the taskStartOffset property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected Duration taskDuration

protected String taskName

protected Long taskStartOffset

Public Constructors

public ServiceItemTaskTemplates ()

Public Methods

public Duration getTaskDuration ()

Gets the value of the taskDuration property.

Returns

public String getTaskName ()

Gets the value of the taskName property.

Returns
  • possible object is String

public Long getTaskStartOffset ()

Gets the value of the taskStartOffset property.

Returns
  • possible object is Long

public void setTaskDuration (Duration value)

Sets the value of the taskDuration property.

Parameters
value Allowed object is Duration

public void setTaskName (String value)

Sets the value of the taskName property.

Parameters
value Allowed object is String

public void setTaskStartOffset (Long value)

Sets the value of the taskStartOffset property.

Parameters
value Allowed object is Long