Package com.xero.models.payrollnz
Class GrossEarningsHistory
java.lang.Object
com.xero.models.payrollnz.GrossEarningsHistory
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionNumber of days the employee worked in the pay period (0 - 365)booleanNumber of days the employee worked in the pay period (0 - 365)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)toString()unpaidWeeks(Integer unpaidWeeks) Number of full weeks the employee didn't work in the pay period (0 - 52)
-
Constructor Details
-
GrossEarningsHistory
public GrossEarningsHistory()
-
-
Method Details
-
daysPaid
Number of days the employee worked in the pay period (0 - 365)- Parameters:
daysPaid- Integer- Returns:
- GrossEarningsHistory
-
getDaysPaid
Number of days the employee worked in the pay period (0 - 365)- Returns:
- daysPaid
-
setDaysPaid
Number of days the employee worked in the pay period (0 - 365)- Parameters:
daysPaid- Integer
-
unpaidWeeks
Number of full weeks the employee didn't work in the pay period (0 - 52)- Parameters:
unpaidWeeks- Integer- Returns:
- GrossEarningsHistory
-
getUnpaidWeeks
Number of full weeks the employee didn't work in the pay period (0 - 52)- Returns:
- unpaidWeeks
-
setUnpaidWeeks
Number of full weeks the employee didn't work in the pay period (0 - 52)- Parameters:
unpaidWeeks- Integer
-
equals
-
hashCode
-
toString
-