com.aspose.tasks

Interfaces

Classes

Exceptions

com.aspose.tasks

Class AvailabilityPeriod



  • public class AvailabilityPeriod
    extends Object

    Represents a period when a resource is available.

    • Constructor Detail

      • AvailabilityPeriod

        public AvailabilityPeriod()
    • Method Detail

      • getAvailableFrom

        public final Date getAvailableFrom()

        Gets the date when a resource becomes available for the specified period.

        Returns:
        the date when a resource becomes available for the specified period.
      • setAvailableFrom

        public final void setAvailableFrom(Date value)

        Sets the date when a resource becomes available for the specified period.

        Parameters:
        value - the date when a resource becomes available for the specified period.
      • getAvailableTo

        public final Date getAvailableTo()

        Gets the last date when a resource is available for the specified period.

        Returns:
        the last date when a resource is available for the specified period.
      • setAvailableTo

        public final void setAvailableTo(Date value)

        Sets the last date when a resource is available for the specified period.

        Parameters:
        value - the last date when a resource is available for the specified period.
      • getAvailableUnits

        public final double getAvailableUnits()

        Gets the percentage of a resource which is available during the specified period.

        Returns:
        the percentage of a resource which is available during the specified period.
      • setAvailableUnits

        public final void setAvailableUnits(double value)

        Sets the percentage of a resource which is available during the specified period.

        Parameters:
        value - the percentage of a resource which is available during the specified period.
      • getParentResource

        public final Resource getParentResource()

        Gets the parent Resource instance for this object.

        Returns:
        Resource instance which is parent for this object.