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
Modifier and Type Method Description GrossEarningsHistorydaysPaid(Integer daysPaid)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)voidsetUnpaidWeeks(Integer unpaidWeeks)StringtoString()GrossEarningsHistoryunpaidWeeks(Integer unpaidWeeks)
-
Constructor Details
-
GrossEarningsHistory
public GrossEarningsHistory()
-
-
Method Details
-
daysPaid
-
getDaysPaid
Number of days the employee worked in the pay period (0 - 365)- Returns:
- daysPaid
-
setDaysPaid
-
unpaidWeeks
-
getUnpaidWeeks
Number of full weeks the employee didn't work in the pay period (0 - 52)- Returns:
- unpaidWeeks
-
setUnpaidWeeks
-
equals
-
hashCode
public int hashCode() -
toString
-