Package com.xero.models.payrollnz
Class EmployeeOpeningBalance
java.lang.Object
com.xero.models.payrollnz.EmployeeOpeningBalance
public class EmployeeOpeningBalance extends Object
EmployeeOpeningBalance
-
Constructor Summary
Constructors Constructor Description EmployeeOpeningBalance() -
Method Summary
Modifier and Type Method Description EmployeeOpeningBalancedaysPaid(Integer daysPaid)booleanequals(Object o)IntegergetDaysPaid()The paid number of days.DoublegetGrossEarnings()The gross earnings during the period.org.threeten.bp.LocalDategetPeriodEndDate()The opening balance period end date.IntegergetUnpaidWeeks()The number of unpaid weeks.EmployeeOpeningBalancegrossEarnings(Double grossEarnings)inthashCode()EmployeeOpeningBalanceperiodEndDate(org.threeten.bp.LocalDate periodEndDate)voidsetDaysPaid(Integer daysPaid)voidsetGrossEarnings(Double grossEarnings)voidsetPeriodEndDate(org.threeten.bp.LocalDate periodEndDate)voidsetUnpaidWeeks(Integer unpaidWeeks)StringtoString()EmployeeOpeningBalanceunpaidWeeks(Integer unpaidWeeks)
-
Constructor Details
-
EmployeeOpeningBalance
public EmployeeOpeningBalance()
-
-
Method Details
-
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
-
getDaysPaid
The paid number of days.- Returns:
- daysPaid
-
setDaysPaid
-
unpaidWeeks
-
getUnpaidWeeks
The number of unpaid weeks.- Returns:
- unpaidWeeks
-
setUnpaidWeeks
-
grossEarnings
-
getGrossEarnings
The gross earnings during the period.- Returns:
- grossEarnings
-
setGrossEarnings
-
equals
-
hashCode
public int hashCode() -
toString
-