Class GrossEarningsHistory

java.lang.Object
com.xero.models.payrollnz.GrossEarningsHistory

public class GrossEarningsHistory
extends Object
GrossEarningsHistory
  • Constructor Details

    • GrossEarningsHistory

      public GrossEarningsHistory()
  • Method Details

    • daysPaid

      public GrossEarningsHistory daysPaid​(Integer daysPaid)
    • getDaysPaid

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

      public void setDaysPaid​(Integer daysPaid)
    • unpaidWeeks

      public GrossEarningsHistory unpaidWeeks​(Integer unpaidWeeks)
    • 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)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object