Package com.aspose.tasks.cloud.model
Class Baseline
java.lang.Object
com.aspose.tasks.cloud.model.Baseline
- Direct Known Subclasses:
AssignmentBaseline
,TaskBaseline
Represents baseline values of a resource or a task.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbaselineNumber
(BaselineType baselineNumber) cost
(BigDecimal cost) boolean
The unique number of a baseline data record.getBcwp()
The budgeted cost of a work performed by a resource for a project to-date.getBcws()
The budget cost of a work scheduled for a resource.getCost()
The projected cost of a resource when the baseline is saved.getWork()
The work assigned to a resource when the baseline is saved.int
hashCode()
void
setBaselineNumber
(BaselineType baselineNumber) void
void
void
setCost
(BigDecimal cost) void
toString()
-
Constructor Details
-
Baseline
public Baseline()
-
-
Method Details
-
baselineNumber
-
getBaselineNumber
The unique number of a baseline data record.- Returns:
- baselineNumber
-
setBaselineNumber
-
work
-
getWork
The work assigned to a resource when the baseline is saved.- Returns:
- work
-
setWork
-
cost
-
getCost
The projected cost of a resource when the baseline is saved.- Returns:
- cost
-
setCost
-
bcws
-
getBcws
The budget cost of a work scheduled for a resource.- Returns:
- bcws
-
setBcws
-
bcwp
-
getBcwp
The budgeted cost of a work performed by a resource for a project to-date.- Returns:
- bcwp
-
setBcwp
-
equals
-
hashCode
public int hashCode() -
toString
-