public class TaskBaseline extends Baseline
Represents Baseline of a Task.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
|
Duration |
getDuration()
Returns the scheduled duration of the task when the baseline was saved.
|
int |
getDurationFormat()
The format for expressing the duration of the task baseline.
|
boolean |
getEstimatedDuration()
Whether the baseline duration of the task was estimated.
|
Date |
getFinish()
Returns the scheduled finish date of the task when the baseline was saved.
|
double |
getFixedCost()
The fixed cost of the task when the baseline was saved.
|
boolean |
getInterim()
Determines whether the baseline is an Interim Baseline.
|
Date |
getStart()
The scheduled start date of the task when the baseline was saved.
|
TimephasedDataCollection |
getTimephasedData()
Returns TimephasedDataCollection instance for this object.
|
int |
hashCode()
Returns a hash code for this TaskBaseline.
|
void |
setDuration(Duration value)
Sets the scheduled duration of the task when the baseline was saved.
|
void |
setDurationFormat(int value)
Sets the duration format.
|
void |
setEstimatedDuration(boolean value)
Whether the baseline duration of the task was estimated.
|
void |
setFinish(Date value)
Sets the scheduled finish date of the task when the baseline was saved.
|
void |
setFixedCost(double value)
The fixed cost of the task when the baseline was saved.
|
void |
setInterim(boolean value)
Determines whether this is an Interim Baseline.
|
void |
setStart(Date value)
The scheduled start date of the task when the baseline was saved.
|
void |
setTimephasedData(TimephasedDataCollection value)
Sets a collection of TimephasedData values for this baseline.
|
public boolean equals(Object obj)
public Duration getDuration()
Returns the scheduled duration of the task when the baseline was saved.
public void setDuration(Duration value)
value
- the scheduled duration of the task when this baseline was saved.public int getDurationFormat()
The format for expressing the duration of the task baseline.
TimeUnitType
).public void setDurationFormat(int value)
value
- the duration format (TimeUnitType
).public boolean getEstimatedDuration()
Whether the baseline duration of the task was estimated.
public void setEstimatedDuration(boolean value)
value
- true if the baseline duration is estimated, false otherwise.public Date getFinish()
public void setFinish(Date value)
value
- scheduled finish date of the task.public double getFixedCost()
The fixed cost of the task when the baseline was saved.
public void setFixedCost(double value)
value
- the fixed cost of the task.public boolean getInterim()
Determines whether the baseline is an Interim Baseline.
public void setInterim(boolean value)
value
- boolean value.public Date getStart()
public void setStart(Date value)
value
- The scheduled start date of the task.public TimephasedDataCollection getTimephasedData()
Returns TimephasedDataCollection instance for this object. The time phased data associated with the task baseline.
public void setTimephasedData(TimephasedDataCollection value)
value
- a collection of TimephasedData values for this object.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.