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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EmployeeOpeningBalancedaysPaid(Integer daysPaid)The paid number of days.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)The gross earnings during the period.inthashCode()EmployeeOpeningBalanceperiodEndDate(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.StringtoString()EmployeeOpeningBalanceunpaidWeeks(Integer unpaidWeeks)The number of unpaid weeks.
-
-
-
Method Detail
-
periodEndDate
public EmployeeOpeningBalance periodEndDate(org.threeten.bp.LocalDate 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
public EmployeeOpeningBalance daysPaid(Integer daysPaid)
The paid number of days.- Parameters:
daysPaid- Integer- Returns:
- EmployeeOpeningBalance
-
getDaysPaid
public Integer getDaysPaid()
The paid number of days.- Returns:
- daysPaid
-
setDaysPaid
public void setDaysPaid(Integer daysPaid)
The paid number of days.- Parameters:
daysPaid- Integer
-
unpaidWeeks
public EmployeeOpeningBalance unpaidWeeks(Integer unpaidWeeks)
The number of unpaid weeks.- Parameters:
unpaidWeeks- Integer- Returns:
- EmployeeOpeningBalance
-
getUnpaidWeeks
public Integer getUnpaidWeeks()
The number of unpaid weeks.- Returns:
- unpaidWeeks
-
setUnpaidWeeks
public void setUnpaidWeeks(Integer unpaidWeeks)
The number of unpaid weeks.- Parameters:
unpaidWeeks- Integer
-
grossEarnings
public EmployeeOpeningBalance grossEarnings(Double grossEarnings)
The gross earnings during the period.- Parameters:
grossEarnings- Double- Returns:
- EmployeeOpeningBalance
-
getGrossEarnings
public Double getGrossEarnings()
The gross earnings during the period.- Returns:
- grossEarnings
-
setGrossEarnings
public void setGrossEarnings(Double grossEarnings)
The gross earnings during the period.- Parameters:
grossEarnings- Double
-
-