Class PayslipV2PayPeriod

  • All Implemented Interfaces:
    PositionData

    public class PayslipV2PayPeriod
    extends BaseField
    Information about the pay period.
    • Constructor Detail

      • PayslipV2PayPeriod

        public PayslipV2PayPeriod()
    • Method Detail

      • isEmpty

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

        public String toFieldList()
        Output the object in a format suitable for inclusion in an rST field list.
      • getEndDate

        public String getEndDate()
        The end date of the pay period.
      • getMonth

        public String getMonth()
        The month of the pay period.
      • getPaymentDate

        public String getPaymentDate()
        The date of payment for the pay period.
      • getStartDate

        public String getStartDate()
        The start date of the pay period.
      • getYear

        public String getYear()
        The year of the pay period.