Package com.aspose.tasks.cloud.model
Class TaskBaseline
java.lang.Object
com.aspose.tasks.cloud.model.Baseline
com.aspose.tasks.cloud.model.TaskBaseline
Represents baseline values of a task.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiondurationFormat
(TimeUnitType durationFormat) boolean
estimatedDuration
(Boolean estimatedDuration) finish
(org.threeten.bp.OffsetDateTime finish) The scheduled duration of the task when the baseline was saved.The format for expressing the duration of the task baseline.org.threeten.bp.OffsetDateTime
The scheduled finish date of the task when the baseline was saved.The fixed cost of the task when the baseline was saved.org.threeten.bp.OffsetDateTime
getStart()
The scheduled start date of the task when the baseline was saved.int
hashCode()
Indicates whether the baseline duration of the task was estimated.void
setDuration
(String duration) void
setDurationFormat
(TimeUnitType durationFormat) void
setEstimatedDuration
(Boolean estimatedDuration) void
setFinish
(org.threeten.bp.OffsetDateTime finish) void
setFixedCost
(Double fixedCost) void
setStart
(org.threeten.bp.OffsetDateTime start) start
(org.threeten.bp.OffsetDateTime start) toString()
-
Constructor Details
-
TaskBaseline
public TaskBaseline()
-
-
Method Details
-
start
-
getStart
public org.threeten.bp.OffsetDateTime getStart()The scheduled start date of the task when the baseline was saved.- Returns:
- start
-
setStart
public void setStart(org.threeten.bp.OffsetDateTime start) -
finish
-
getFinish
public org.threeten.bp.OffsetDateTime getFinish()The scheduled finish date of the task when the baseline was saved.- Returns:
- finish
-
setFinish
public void setFinish(org.threeten.bp.OffsetDateTime finish) -
duration
-
getDuration
The scheduled duration of the task when the baseline was saved.- Returns:
- duration
-
setDuration
-
fixedCost
-
getFixedCost
The fixed cost of the task when the baseline was saved.- Returns:
- fixedCost
-
setFixedCost
-
durationFormat
-
getDurationFormat
The format for expressing the duration of the task baseline.- Returns:
- durationFormat
-
setDurationFormat
-
estimatedDuration
-
isEstimatedDuration
Indicates whether the baseline duration of the task was estimated.- Returns:
- estimatedDuration
-
setEstimatedDuration
-
equals
-
hashCode
public int hashCode() -
toString
-