public class Baseline extends Object implements Comparable
Represents baseline values of a resource.
Modifier and Type | Method and Description |
---|---|
int |
compareTo(Object obj)
Returns a value indicating whether this instance is greater or less than a specified object.
|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
|
int |
getBaselineNumber()
Returns the unique number of a baseline data record.
|
double |
getBcwp()
Returns the budgeted cost of a work performed by a resource for a project to-date.
|
double |
getBcws()
Returns the budget cost of a work scheduled for a resource.
|
BigDecimal |
getCost()
Returns the projected cost of a resource when the baseline is saved.
|
Duration |
getWork()
Returns the work assigned to a resource when the baseline is saved.
|
int |
hashCode()
Returns a hash code for this Baseline object.
|
void |
setBaselineNumber(int value)
Sets the unique number of a baseline data record.
|
void |
setBcwp(double value)
Sets the budgeted cost of a work performed by a resource for a project to-date.
|
void |
setBcws(double value)
Sets the budget cost of a work scheduled for a resource.
|
void |
setCost(BigDecimal value)
Sets the projected cost of a resource when the baseline is saved.
|
void |
setWork(Duration value)
Sets the work assigned to a resource.
|
public int compareTo(Object obj)
compareTo
in interface Comparable
obj
- The object to compare with this instance.public boolean equals(Object obj)
public int getBaselineNumber()
Returns the unique number of a baseline data record.
Read/write BaselineType
.
public void setBaselineNumber(int value)
Sets the unique number of a baseline data record.
Read/write BaselineType
.
value
- baseline number.public double getBcwp()
Returns the budgeted cost of a work performed by a resource for a project to-date.
Read/write double
.
public void setBcwp(double value)
Sets the budgeted cost of a work performed by a resource for a project to-date.
Read/write double
.
value
- baseline BCWP.public double getBcws()
Returns the budget cost of a work scheduled for a resource.
Read/write double
.
public void setBcws(double value)
value
- baseline BCWS.public BigDecimal getCost()
Returns the projected cost of a resource when the baseline is saved.
Read/write BigDecimal
.
public void setCost(BigDecimal value)
Sets the projected cost of a resource when the baseline is saved.
Read/write BigDecimal
.
value
- baseline cost.public Duration getWork()
Returns the work assigned to a resource when the baseline is saved.
Read/write Duration
.
public void setWork(Duration value)
value
- the work assigned to a resource.Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.