Class EmployeeOpeningBalance


  • public class EmployeeOpeningBalance
    extends Object
    EmployeeOpeningBalance
    • Constructor Detail

      • EmployeeOpeningBalance

        public EmployeeOpeningBalance()
    • Method Detail

      • periodEndDate

        public EmployeeOpeningBalance periodEndDate​(org.threeten.bp.LocalDate periodEndDate)
        The opening balance period end date.
        Parameters:
        periodEndDate - LocalDate
        Returns:
        EmployeeOpeningBalance
      • getPeriodEndDate

        public org.threeten.bp.LocalDate getPeriodEndDate()
        The opening balance period end date.
        Returns:
        periodEndDate
      • setPeriodEndDate

        public void setPeriodEndDate​(org.threeten.bp.LocalDate periodEndDate)
        The opening balance period end date.
        Parameters:
        periodEndDate - LocalDate
      • daysPaid

        public EmployeeOpeningBalance daysPaid​(Integer daysPaid)
        The paid number of days.
        Parameters:
        daysPaid - Integer
        Returns:
        EmployeeOpeningBalance
      • getDaysPaid

        public Integer getDaysPaid()
        The paid number of days.
        Returns:
        daysPaid
      • setDaysPaid

        public void setDaysPaid​(Integer daysPaid)
        The paid number of days.
        Parameters:
        daysPaid - Integer
      • unpaidWeeks

        public EmployeeOpeningBalance unpaidWeeks​(Integer unpaidWeeks)
        The number of unpaid weeks.
        Parameters:
        unpaidWeeks - Integer
        Returns:
        EmployeeOpeningBalance
      • getUnpaidWeeks

        public Integer getUnpaidWeeks()
        The number of unpaid weeks.
        Returns:
        unpaidWeeks
      • setUnpaidWeeks

        public void setUnpaidWeeks​(Integer unpaidWeeks)
        The number of unpaid weeks.
        Parameters:
        unpaidWeeks - Integer
      • grossEarnings

        public EmployeeOpeningBalance grossEarnings​(Double grossEarnings)
        The gross earnings during the period.
        Parameters:
        grossEarnings - Double
        Returns:
        EmployeeOpeningBalance
      • getGrossEarnings

        public Double getGrossEarnings()
        The gross earnings during the period.
        Returns:
        grossEarnings
      • setGrossEarnings

        public void setGrossEarnings​(Double grossEarnings)
        The gross earnings during the period.
        Parameters:
        grossEarnings - Double
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object