Class PayslipV3SalaryDetail

    • Constructor Detail

      • PayslipV3SalaryDetail

        public PayslipV3SalaryDetail()
    • 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
      • getAmount

        public Double getAmount()
        The amount of the earning.
      • getBase

        public Double getBase()
        The base rate value of the earning.
      • getDescription

        public String getDescription()
        The description of the earnings.
      • getNumber

        public Double getNumber()
        The number of units in the earning.
      • getRate

        public Double getRate()
        The rate of the earning.