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 booleanequals(Object obj)Compares two split parts.DategetFinish()Gets the finish date of a SplitPart.DategetStart()Gets the start date of a SplitPart.inthashCode()Returns a hash code value for the instance of theSplitPartclass.
-
-
-
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.
-
-