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 Deprecated Methods Modifier and Type Method Description booleanequals(Object obj)Compares two split parts.DategetFinish()Gets the finish date of a SplitPart.intgetIndex()Deprecated.This property is obsolete and will be removed after the release 21.12.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.
-
getIndex
@Deprecated public final int getIndex()
Deprecated.This property is obsolete and will be removed after the release 21.12.Gets the index of an SplitPart in its containing collection.
- Returns:
- the index of an SplitPart in its containing collection.
-
getStart
public final Date getStart()
Gets the start date of a SplitPart.
- Returns:
- the start date of a SplitPart.
-
-