Package com.xero.models.payrollnz
Class EmployeeOpeningBalance
java.lang.Object
com.xero.models.payrollnz.EmployeeOpeningBalance
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe paid number of days.booleanThe paid number of days.The gross earnings during the period.org.threeten.bp.LocalDateThe opening balance period end date.The number of unpaid weeks.grossEarnings(Double grossEarnings) The gross earnings during the period.inthashCode()periodEndDate(org.threeten.bp.LocalDate periodEndDate) The opening balance period end date.voidsetDaysPaid(Integer daysPaid) The paid number of days.voidsetGrossEarnings(Double grossEarnings) The gross earnings during the period.voidsetPeriodEndDate(org.threeten.bp.LocalDate periodEndDate) The opening balance period end date.voidsetUnpaidWeeks(Integer unpaidWeeks) The number of unpaid weeks.toString()unpaidWeeks(Integer unpaidWeeks) The number of unpaid weeks.
-
Constructor Details
-
EmployeeOpeningBalance
public EmployeeOpeningBalance()
-
-
Method Details
-
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
The paid number of days.- Parameters:
daysPaid- Integer- Returns:
- EmployeeOpeningBalance
-
getDaysPaid
-
setDaysPaid
-
unpaidWeeks
The number of unpaid weeks.- Parameters:
unpaidWeeks- Integer- Returns:
- EmployeeOpeningBalance
-
getUnpaidWeeks
-
setUnpaidWeeks
The number of unpaid weeks.- Parameters:
unpaidWeeks- Integer
-
grossEarnings
The gross earnings during the period.- Parameters:
grossEarnings- Double- Returns:
- EmployeeOpeningBalance
-
getGrossEarnings
-
setGrossEarnings
The gross earnings during the period.- Parameters:
grossEarnings- Double
-
equals
-
hashCode
-
toString
-