public class MilestoneInfo extends TaskListItem implements Serializable
Constructor and Description |
---|
MilestoneInfo() |
Modifier and Type | Method and Description |
---|---|
Date |
getActualDate()
Gets the current date for the start of the milestone.
|
int |
getDuration()
Gets the number of days to complete the milestone.
|
int |
getNumActive()
Gets the number of tasks that have a status of Active.
|
int |
getNumCancelled()
Gets the number of tasks that have a status of Cancelled.
|
int |
getNumCompleted()
Gets the number of tasks that have a status of Completed.
|
int |
getNumInprocess()
Gets the number of tasks that have a status of In Process.
|
int |
getNumIssue()
Gets the number of tasks that have a status of Issue.
|
int |
getNumLate()
Gets the number of tasks that have a status of Late.
|
int |
getNumOnHold()
Gets the number of tasks that have a status of On Hold.
|
int |
getNumPending()
Gets the number of tasks that have a status of Pending.
|
int |
getNumTasks()
Gets the number of tasks in the milestone.
|
Date |
getOriginalTargetDate()
Gets the original target date to complete the milestone
|
double |
getPercentCancelled()
Gets the percentage of tasks that have a status of Cancelled.
|
double |
getPercentComplete()
Gets the percentage of tasks that have a status of Complete.
|
double |
getPercentInprocess()
Gets the percentage of tasks that have a status of In Process.
|
double |
getPercentIssue()
Gets the percentage of tasks that have a status of Issue.
|
double |
getPercentLate()
Gets the percentage of tasks that have a status of Late.
|
double |
getPercentOnHold()
Gets the percentage of tasks that have a status of On Hold.
|
double |
getPercentPending()
Gets the percentage of tasks that have a status of Pending.
|
int |
getResources()
Gets the number of members working on the milestone.
|
Date |
getTargetDate()
Gets the current target date to complete the milestone.
|
void |
load(com.opentext.api.LLValue value)
Deserialize an ServiceDataObject from an LLValue that is received from Livelink.
|
void |
setActualDate(Date value)
Sets the current date for the start of the milestone.
|
void |
setDuration(int value)
Sets the number of days to complete the milestone.
|
void |
setNumActive(int value)
Sets the number of tasks that have a status of Active.
|
void |
setNumCancelled(int value)
Sets the number of tasks that have a status of Cancelled.
|
void |
setNumCompleted(int value)
Sets the number of tasks that have a status of Completed.
|
void |
setNumInprocess(int value)
Sets the number of tasks that have a status of In Process.
|
void |
setNumIssue(int value)
Sets the number of tasks that have a status of Issue.
|
void |
setNumLate(int value)
Sets the number of tasks that have a status of Late.
|
void |
setNumOnHold(int value)
Sets the number of tasks that have a status of On Hold.
|
void |
setNumPending(int value)
Sets the number of tasks that have a status of Pending.
|
void |
setNumTasks(int value)
Sets the number of tasks in the milestone.
|
void |
setOriginalTargetDate(Date value)
Sets the original target date to complete the milestone
|
void |
setPercentCancelled(double value)
Sets the percentage of tasks that have a status of Cancelled.
|
void |
setPercentComplete(double value)
Sets the percentage of tasks that have a status of Complete.
|
void |
setPercentInprocess(double value)
Sets the percentage of tasks that have a status of In Process.
|
void |
setPercentIssue(double value)
Sets the percentage of tasks that have a status of Issue.
|
void |
setPercentLate(double value)
Sets the percentage of tasks that have a status of Late.
|
void |
setPercentOnHold(double value)
Sets the percentage of tasks that have a status of On Hold.
|
void |
setPercentPending(double value)
Sets the percentage of tasks that have a status of Pending.
|
void |
setResources(int value)
Sets the number of members working on the milestone.
|
void |
setTargetDate(Date value)
Sets the current target date to complete the milestone.
|
com.opentext.api.LLValue |
toLLValue()
Serialize an SDO object to an LLValue that can be sent to Livelink.
|
String |
toString()
Returns a string representation of the object consisting of the object name
and any features and their values within square brackets.
|
getID, getName, getParentID, setID, setName, setParentID
public void setActualDate(Date value)
public Date getActualDate()
public void setDuration(int value)
public int getDuration()
public void setNumActive(int value)
public int getNumActive()
public void setNumCancelled(int value)
public int getNumCancelled()
public void setNumCompleted(int value)
public int getNumCompleted()
public void setNumInprocess(int value)
public int getNumInprocess()
public void setNumIssue(int value)
public int getNumIssue()
public void setNumLate(int value)
public int getNumLate()
public void setNumOnHold(int value)
public int getNumOnHold()
public void setNumPending(int value)
public int getNumPending()
public void setNumTasks(int value)
public int getNumTasks()
public void setOriginalTargetDate(Date value)
public Date getOriginalTargetDate()
public void setPercentCancelled(double value)
public double getPercentCancelled()
public void setPercentComplete(double value)
public double getPercentComplete()
public void setPercentInprocess(double value)
public double getPercentInprocess()
public void setPercentIssue(double value)
public double getPercentIssue()
public void setPercentLate(double value)
public double getPercentLate()
public void setPercentOnHold(double value)
public double getPercentOnHold()
public void setPercentPending(double value)
public double getPercentPending()
public void setResources(int value)
public int getResources()
public void setTargetDate(Date value)
public Date getTargetDate()
public void load(com.opentext.api.LLValue value)
IServiceDataObject
load
in interface IServiceDataObject
load
in class TaskListItem
value
- the LLValue containing the data to be loadedpublic com.opentext.api.LLValue toLLValue()
IServiceDataObject
toLLValue
in interface IServiceDataObject
toLLValue
in class TaskListItem
public String toString()
ServiceDataObject
toString
in class TaskListItem
© Copyright 2017 OpenText Corp. All Rights Reserved.