Package com.xero.models.payrollnz
Class GrossEarningsHistory
- java.lang.Object
-
- com.xero.models.payrollnz.GrossEarningsHistory
-
public class GrossEarningsHistory extends Object
GrossEarningsHistory
-
-
Constructor Summary
Constructors Constructor Description GrossEarningsHistory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description GrossEarningsHistorydaysPaid(Integer daysPaid)Number of days the employee worked in the pay period (0 - 365)booleanequals(Object o)IntegergetDaysPaid()Number of days the employee worked in the pay period (0 - 365)IntegergetUnpaidWeeks()Number of full weeks the employee didn't work in the pay period (0 - 52)inthashCode()voidsetDaysPaid(Integer daysPaid)Number of days the employee worked in the pay period (0 - 365)voidsetUnpaidWeeks(Integer unpaidWeeks)Number of full weeks the employee didn't work in the pay period (0 - 52)StringtoString()GrossEarningsHistoryunpaidWeeks(Integer unpaidWeeks)Number of full weeks the employee didn't work in the pay period (0 - 52)
-
-
-
Method Detail
-
daysPaid
public GrossEarningsHistory daysPaid(Integer daysPaid)
Number of days the employee worked in the pay period (0 - 365)- Parameters:
daysPaid- Integer- Returns:
- GrossEarningsHistory
-
getDaysPaid
public Integer getDaysPaid()
Number of days the employee worked in the pay period (0 - 365)- Returns:
- daysPaid
-
setDaysPaid
public void setDaysPaid(Integer daysPaid)
Number of days the employee worked in the pay period (0 - 365)- Parameters:
daysPaid- Integer
-
unpaidWeeks
public GrossEarningsHistory unpaidWeeks(Integer unpaidWeeks)
Number of full weeks the employee didn't work in the pay period (0 - 52)- Parameters:
unpaidWeeks- Integer- Returns:
- GrossEarningsHistory
-
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)
Number of full weeks the employee didn't work in the pay period (0 - 52)- Parameters:
unpaidWeeks- Integer
-
-