com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class SplitPart



  • public class SplitPart
    extends Object

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

    • Method Detail

      • equals

        public boolean equals(Object obj)

        Compares two split parts.

        Overrides:
        equals in class Object
        Parameters:
        obj - Object to compare.
        Returns:
        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:
        the finish date of a SplitPart.
      • getIndex

        public final int getIndex()

        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.
      • hashCode

        public int hashCode()

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

        Overrides:
        hashCode in class Object
        Returns:
        returns a hash code value for this object.