Class EmployeeOpeningBalance

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

public class EmployeeOpeningBalance
extends Object
EmployeeOpeningBalance
  • Constructor Details

    • EmployeeOpeningBalance

      public EmployeeOpeningBalance()
  • Method Details

    • periodEndDate

      public EmployeeOpeningBalance periodEndDate​(org.threeten.bp.LocalDate periodEndDate)
    • getPeriodEndDate

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

      public void setPeriodEndDate​(org.threeten.bp.LocalDate periodEndDate)
    • daysPaid

      public EmployeeOpeningBalance daysPaid​(Integer daysPaid)
    • getDaysPaid

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

      public void setDaysPaid​(Integer daysPaid)
    • unpaidWeeks

      public EmployeeOpeningBalance unpaidWeeks​(Integer unpaidWeeks)
    • getUnpaidWeeks

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

      public void setUnpaidWeeks​(Integer unpaidWeeks)
    • grossEarnings

      public EmployeeOpeningBalance grossEarnings​(Double grossEarnings)
    • getGrossEarnings

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

      public void setGrossEarnings​(Double grossEarnings)
    • 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