public class AssignmentBaseline extends Baseline
Represents Baseline of a resource assignment.
Constructor and Description |
---|
AssignmentBaseline() |
Modifier and Type | Method and Description |
---|---|
int |
compareTo(AssignmentBaseline other)
IComparable interface implementation.
|
boolean |
equals(AssignmentBaseline other)
Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.
|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
|
Date |
getFinish()
Gets the scheduled finish date of the resource assignment when the baseline was saved.
|
Date |
getStart()
Gets the scheduled start date of the resource assignment when the baseline was saved.
|
TimephasedDataCollection |
getTimephasedData()
Gets the
TimephasedDataCollection instance for this object. |
int |
hashCode()
Returns a hash code value for this AssignmentBaseline.
|
void |
setFinish(Date value)
Sets the scheduled finish date of the resource assignment when the baseline was saved.
|
void |
setStart(Date value)
Sets the scheduled start date of the resource assignment when the baseline was saved.
|
void |
setTimephasedData(TimephasedDataCollection value)
Sets the
TimephasedDataCollection instance for this object. |
compareTo, equals, getBaselineNumber, getBcwp, getBcws, getCost, getWork, op_Equality, op_GreaterThan, op_GreaterThanOrEqual, op_Inequality, op_LessThan, op_LessThanOrEqual, setBaselineNumber, setBcwp, setBcws, setCost, setWork
public final int compareTo(AssignmentBaseline other)
IComparable interface implementation. Compares this instance to the specified Baseline object.
other
- the specified Baseline object to compare this instance to.public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
equals
in interface com.aspose.ms.System.IEquatable<Baseline>
equals
in class Baseline
obj
- the specified object to compare with this instance.
the specified object to compare with this instance.public final boolean equals(AssignmentBaseline other)
Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.
other
- the specified AssignmentBaseline object to compare with this instance.
public final Date getFinish()
Gets the scheduled finish date of the resource assignment when the baseline was saved.
Value: The finish date of the resource assignment when this baseline was saved.public final void setFinish(Date value)
Sets the scheduled finish date of the resource assignment when the baseline was saved.
Value: The finish date of the resource assignment when this baseline was saved.value
- the scheduled finish date of the resource assignment when the baseline was saved.public final Date getStart()
Gets the scheduled start date of the resource assignment when the baseline was saved.
Value: The start date of the resource assignment when this baseline was saved.public final void setStart(Date value)
Sets the scheduled start date of the resource assignment when the baseline was saved.
Value: The start date of the resource assignment when this baseline was saved.value
- the scheduled start date of the resource assignment when the baseline was saved.public final TimephasedDataCollection getTimephasedData()
Gets the TimephasedDataCollection
instance for this object.
The time phased data associated with the resource assignment baseline.
TimephasedDataCollection
instance for this object.
Value: The collection of Time phased data associated with this baseline.public final void setTimephasedData(TimephasedDataCollection value)
Sets the TimephasedDataCollection
instance for this object.
The time phased data associated with the resource assignment baseline.
value
- the TimephasedDataCollection
instance for this object.