Class GrossEarningsHistory


  • public class GrossEarningsHistory
    extends Object
    GrossEarningsHistory
    • Constructor Detail

      • GrossEarningsHistory

        public GrossEarningsHistory()
    • Method Detail

      • daysPaid

        public GrossEarningsHistory daysPaid​(Integer daysPaid)
        Number of days the employee worked in the pay period (0 - 365)
        Parameters:
        daysPaid - Integer
        Returns:
        GrossEarningsHistory
      • getDaysPaid

        public Integer getDaysPaid()
        Number of days the employee worked in the pay period (0 - 365)
        Returns:
        daysPaid
      • setDaysPaid

        public void setDaysPaid​(Integer daysPaid)
        Number of days the employee worked in the pay period (0 - 365)
        Parameters:
        daysPaid - Integer
      • unpaidWeeks

        public GrossEarningsHistory unpaidWeeks​(Integer unpaidWeeks)
        Number of full weeks the employee didn't work in the pay period (0 - 52)
        Parameters:
        unpaidWeeks - Integer
        Returns:
        GrossEarningsHistory
      • getUnpaidWeeks

        public Integer getUnpaidWeeks()
        Number of full weeks the employee didn't work in the pay period (0 - 52)
        Returns:
        unpaidWeeks
      • setUnpaidWeeks

        public void setUnpaidWeeks​(Integer unpaidWeeks)
        Number of full weeks the employee didn't work in the pay period (0 - 52)
        Parameters:
        unpaidWeeks - Integer
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object