AssignmentBaseline

Inheritance: java.lang.Object, com.aspose.tasks.Baseline

public class AssignmentBaseline extends Baseline

Represents Baseline of a resource assignment.

Constructors

ConstructorDescription
AssignmentBaseline()

Methods

MethodDescription
compareTo(AssignmentBaseline other)IComparable interface implementation.
equals(AssignmentBaseline other)Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.
equals(Object obj)Returns a value indicating whether this instance is equal to a specified object.
getFinish()Gets the scheduled finish date of the resource assignment when the baseline was saved.
getStart()Gets the scheduled start date of the resource assignment when the baseline was saved.
getTimephasedData()Gets the TimephasedDataCollection instance for this object.
hashCode()Returns a hash code value for this AssignmentBaseline.
setFinish(Date value)Sets the scheduled finish date of the resource assignment when the baseline was saved.
setStart(Date value)Sets the scheduled start date of the resource assignment when the baseline was saved.
setTimephasedData(TimephasedDataCollection value)Sets the TimephasedDataCollection instance for this object.

AssignmentBaseline()

public AssignmentBaseline()

compareTo(AssignmentBaseline other)

public final int compareTo(AssignmentBaseline other)

IComparable interface implementation. Compares this instance to the specified Baseline object.

Parameters:

ParameterTypeDescription
otherAssignmentBaselinethe specified Baseline object to compare this instance to.

Returns: int - returns -1 if this instance is less than the specified object, 1 if this instance is greater than the specified object; otherwise returns 0

equals(AssignmentBaseline other)

public final boolean equals(AssignmentBaseline other)

Returns a value indicating whether this instance is equal to the specified AssignmentBaseline object.

Parameters:

ParameterTypeDescription
otherAssignmentBaselinethe specified AssignmentBaseline object to compare with this instance.

Returns: boolean - returns true if this instance is equal to the specified AssignmentBaseline object; otherwise, false.

equals(Object obj)

public boolean equals(Object obj)

Returns a value indicating whether this instance is equal to a specified object.

Parameters:

ParameterTypeDescription
objjava.lang.Objectthe specified object to compare with this instance.

Returns: boolean - returns true if this instance is equal to the specified object; otherwise, false.

getFinish()

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.

Returns: java.util.Date - the scheduled finish date of the resource assignment when the baseline was saved.

getStart()

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.

Returns: java.util.Date - the scheduled start date of the resource assignment when the baseline was saved.

getTimephasedData()

public final TimephasedDataCollection getTimephasedData()

Gets the TimephasedDataCollection instance for this object. The time phased data associated with the resource assignment baseline.

Returns: TimephasedDataCollection - returns TimephasedDataCollection instance for this object. Value: The collection of Time phased data associated with this baseline.

hashCode()

public int hashCode()

Returns a hash code value for this AssignmentBaseline.

Returns: int - returns a hash code value for this object.

setFinish(Date value)

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.

Parameters:

ParameterTypeDescription
valuejava.util.Datethe scheduled finish date of the resource assignment when the baseline was saved.

setStart(Date value)

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.

Parameters:

ParameterTypeDescription
valuejava.util.Datethe scheduled start date of the resource assignment when the baseline was saved.

setTimephasedData(TimephasedDataCollection value)

public final void setTimephasedData(TimephasedDataCollection value)

Sets the TimephasedDataCollection instance for this object. The time phased data associated with the resource assignment baseline.

Parameters:

ParameterTypeDescription
valueTimephasedDataCollectionthe TimephasedDataCollection instance for this object.