public class SplitPart extends Object
Represents a task portion. The SplitPart is a member of the task's SplitParts collection.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(Object obj)
Compares two split parts.
|
Date |
getFinish()
Gets the finish date of a SplitPart.
|
int |
getIndex()
Gets the index of an SplitPart in its containing collection.
|
Date |
getStart()
Gets the start date of a SplitPart.
|
int |
hashCode()
Returns a hash code value for the instance of the
SplitPart class. |
public boolean equals(Object obj)
Compares two split parts.
public final Date getFinish()
Gets the finish date of a SplitPart.
public final int getIndex()
Gets the index of an SplitPart in its containing collection.
public final Date getStart()
Gets the start date of a SplitPart.