public class AssignmentBaseline extends Baseline
Represents Baseline of a resource assignment.
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.
|
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 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 boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
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.
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.
Value: The collection of Time phased data associated with this baseline.Copyright (c) 2008-2019 Aspose Pty Ltd. All Rights Reserved.