Class PayslipV3PaidTimeOff

    • Constructor Detail

      • PayslipV3PaidTimeOff

        public PayslipV3PaidTimeOff()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • toTableLine

        public String toTableLine()
        Output the line in a format suitable for inclusion in an rST table.
        Specified by:
        toTableLine in interface LineItemField
      • getAccrued

        public Double getAccrued()
        The amount of paid time off accrued in the period.
      • getPeriod

        public String getPeriod()
        The paid time off period.
      • getPtoType

        public String getPtoType()
        The type of paid time off.
      • getRemaining

        public Double getRemaining()
        The remaining amount of paid time off at the end of the period.
      • getUsed

        public Double getUsed()
        The amount of paid time off used in the period.