Class PayslipV2SalaryDetail

    • Constructor Detail

      • PayslipV2SalaryDetail

        public PayslipV2SalaryDetail()
    • 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 earnings.
      • getBase

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

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

        public Double getRate()
        The rate of the earnings.