public class TaskBaseline extends Baseline
Represents Baseline of a Task.
Constructor and Description |
---|
TaskBaseline()
Default constructor.
|
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj) |
long |
getDuration() |
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() |
double |
getFixedCost()
The fixed cost of the task when the baseline was saved.
|
boolean |
getInterim()
Whether this is an Interim Baseline.
|
Date |
getStart() |
List<TimephasedData> |
getTimephasedData() |
void |
setDuration(long value) |
void |
setDurationFormat(int value) |
void |
setEstimatedDuration(boolean value) |
void |
setFinish(Date value) |
void |
setFixedCost(double value) |
void |
setInterim(boolean value) |
void |
setStart(Date value) |
void |
setTimephasedData(List<TimephasedData> value) |
public List<TimephasedData> getTimephasedData()
public void setTimephasedData(List<TimephasedData> value)
public boolean getInterim()
Whether this is an Interim Baseline.
public void setInterim(boolean value)
public Date getStart()
public void setStart(Date value)
public Date getFinish()
public void setFinish(Date value)
public long getDuration()
public void setDuration(long value)
public int getDurationFormat()
The format for expressing the duration of the task baseline.
public void setDurationFormat(int value)
public boolean getEstimatedDuration()
Whether the baseline duration of the task was estimated.
public void setEstimatedDuration(boolean value)
public double getFixedCost()
The fixed cost of the task when the baseline was saved.
public void setFixedCost(double value)
Copyright (c) 2008-2013 Aspose Pty Ltd. All Rights Reserved.