public class AssignmentBaseline extends Baseline
Represents Baseline of a resource assignment.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
|
Date |
getFinish()
Returns the scheduled finish date of the resource assignment when the baseline was saved.
|
Date |
getStart()
Returns the scheduled start date of the resource assignment when the baseline was saved.
|
TimephasedDataCollection |
getTimephasedData()
Returns 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 a list of timephased data associated with the resource assignment baseline.
|
public Date getFinish()
public void setFinish(Date value)
value
- baseline finish date.public Date getStart()
public void setStart(Date value)
value
- baseline start date.public TimephasedDataCollection getTimephasedData()
Returns TimephasedDataCollection instance for this object. The time phased data associated with the resource assignment baseline.
public void setTimephasedData(TimephasedDataCollection value)
value
- list of timephased data (List<TimephasedData>
).public boolean equals(Object obj)
Returns a value indicating whether this instance is equal to a specified object.
Copyright (c) 2008-2018 Aspose Pty Ltd. All Rights Reserved.