Package com.aspose.tasks
Class SplitPart
- java.lang.Object
-
- com.aspose.tasks.SplitPart
-
public class SplitPart extends Object
Represents a task portion. The SplitPart is a member of the task's SplitParts collection.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(Object obj)
Compares two split parts.Date
getFinish()
Gets the finish date of a SplitPart.Date
getStart()
Gets the start date of a SplitPart.int
hashCode()
Returns a hash code value for the instance of theSplitPart
class.
-
-
-
Method Detail
-
equals
public boolean equals(Object obj)
Compares two split parts.
-
getFinish
public final Date getFinish()
Gets the finish date of a SplitPart.
- Returns:
- the finish date of a SplitPart.
-
getStart
public final Date getStart()
Gets the start date of a SplitPart.
- Returns:
- the start date of a SplitPart.
-
-