SplitPart

Inheritance: java.lang.Object

public class SplitPart

Represents a task portion. The SplitPart is a member of the task’s SplitParts collection.

Methods

MethodDescription
equals(Object obj)Compares two split parts.
getFinish()Gets the finish date of a SplitPart.
getStart()Gets the start date of a SplitPart.
hashCode()Returns a hash code value for the instance of the SplitPart class.

equals(Object obj)

public boolean equals(Object obj)

Compares two split parts.

Parameters:

ParameterTypeDescription
objjava.lang.ObjectObject to compare.

Returns: boolean - True if the specified object is equal to the current object; otherwise, false.

getFinish()

public final Date getFinish()

Gets the finish date of a SplitPart.

Returns: java.util.Date - the finish date of a SplitPart.

getStart()

public final Date getStart()

Gets the start date of a SplitPart.

Returns: java.util.Date - the start date of a SplitPart.

hashCode()

public int hashCode()

Returns a hash code value for the instance of the SplitPart class.

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