public class

JobMilestones

extends Object
java.lang.Object
   ↳ com.netsuite.webservices.lists.relationships_2010_2.JobMilestones

Class Overview

Java class for JobMilestones complex type.

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

 <complexType name="JobMilestones">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <element name="milestoneName" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="milestoneOrder" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
         <element name="milestoneEstComplete" type="{http://www.w3.org/2001/XMLSchema}dateTime" minOccurs="0"/>
         <element name="milestoneCompleted" type="{http://www.w3.org/2001/XMLSchema}boolean" minOccurs="0"/>
         <element name="milestoneComments" type="{http://www.w3.org/2001/XMLSchema}string" minOccurs="0"/>
       </sequence>
     </restriction>
   </complexContent>
 </complexType>
 

Summary

Fields
protected String milestoneComments
protected Boolean milestoneCompleted
protected XMLGregorianCalendar milestoneEstComplete
protected String milestoneName
protected String milestoneOrder
Public Constructors
JobMilestones()
Public Methods
String getMilestoneComments()
Gets the value of the milestoneComments property.
XMLGregorianCalendar getMilestoneEstComplete()
Gets the value of the milestoneEstComplete property.
String getMilestoneName()
Gets the value of the milestoneName property.
String getMilestoneOrder()
Gets the value of the milestoneOrder property.
Boolean isMilestoneCompleted()
Gets the value of the milestoneCompleted property.
void setMilestoneComments(String value)
Sets the value of the milestoneComments property.
void setMilestoneCompleted(Boolean value)
Sets the value of the milestoneCompleted property.
void setMilestoneEstComplete(XMLGregorianCalendar value)
Sets the value of the milestoneEstComplete property.
void setMilestoneName(String value)
Sets the value of the milestoneName property.
void setMilestoneOrder(String value)
Sets the value of the milestoneOrder property.
[Expand]
Inherited Methods
From class java.lang.Object

Fields

protected String milestoneComments

protected Boolean milestoneCompleted

protected XMLGregorianCalendar milestoneEstComplete

protected String milestoneName

protected String milestoneOrder

Public Constructors

public JobMilestones ()

Public Methods

public String getMilestoneComments ()

Gets the value of the milestoneComments property.

Returns
  • possible object is String

public XMLGregorianCalendar getMilestoneEstComplete ()

Gets the value of the milestoneEstComplete property.

Returns
  • possible object is XMLGregorianCalendar

public String getMilestoneName ()

Gets the value of the milestoneName property.

Returns
  • possible object is String

public String getMilestoneOrder ()

Gets the value of the milestoneOrder property.

Returns
  • possible object is String

public Boolean isMilestoneCompleted ()

Gets the value of the milestoneCompleted property.

Returns
  • possible object is Boolean

public void setMilestoneComments (String value)

Sets the value of the milestoneComments property.

Parameters
value Allowed object is String

public void setMilestoneCompleted (Boolean value)

Sets the value of the milestoneCompleted property.

Parameters
value Allowed object is Boolean

public void setMilestoneEstComplete (XMLGregorianCalendar value)

Sets the value of the milestoneEstComplete property.

Parameters
value Allowed object is XMLGregorianCalendar

public void setMilestoneName (String value)

Sets the value of the milestoneName property.

Parameters
value Allowed object is String

public void setMilestoneOrder (String value)

Sets the value of the milestoneOrder property.

Parameters
value Allowed object is String