Package com.xero.models.payrollau
Class PayslipSummary
java.lang.Object
com.xero.models.payrollau.PayslipSummary
public class PayslipSummary extends Object
PayslipSummary
-
Constructor Summary
Constructors Constructor Description PayslipSummary() -
Method Summary
Modifier and Type Method Description PayslipSummary_super(Double _super)PayslipSummarydeductions(Double deductions)PayslipSummaryemployeeGroup(String employeeGroup)PayslipSummaryemployeeID(UUID employeeID)booleanequals(Object o)PayslipSummaryfirstName(String firstName)DoublegetDeductions()The Deductions for the PayslipStringgetEmployeeGroup()Employee group nameUUIDgetEmployeeID()The Xero identifier for an employeeStringgetFirstName()First name of employeeStringgetLastName()Last name of employeeDoublegetNetPay()The NetPay for the PayslipUUIDgetPayslipID()Xero identifier for the payslipDoublegetReimbursements()The Reimbursements for the PayslipDoublegetSuper()The Super for the PayslipDoublegetTax()The Tax for the PayslipStringgetUpdatedDateUTC()Last modified timestamporg.threeten.bp.OffsetDateTimegetUpdatedDateUTCAsDate()DoublegetWages()The Wages for the PayslipinthashCode()PayslipSummarylastName(String lastName)PayslipSummarynetPay(Double netPay)PayslipSummarypayslipID(UUID payslipID)PayslipSummaryreimbursements(Double reimbursements)voidsetDeductions(Double deductions)voidsetEmployeeGroup(String employeeGroup)voidsetEmployeeID(UUID employeeID)voidsetFirstName(String firstName)voidsetLastName(String lastName)voidsetNetPay(Double netPay)voidsetPayslipID(UUID payslipID)voidsetReimbursements(Double reimbursements)voidsetSuper(Double _super)voidsetTax(Double tax)voidsetWages(Double wages)PayslipSummarytax(Double tax)StringtoString()PayslipSummarywages(Double wages)
-
Constructor Details
-
PayslipSummary
public PayslipSummary()
-
-
Method Details
-
employeeID
-
getEmployeeID
The Xero identifier for an employee- Returns:
- employeeID
-
setEmployeeID
-
payslipID
-
getPayslipID
Xero identifier for the payslip- Returns:
- payslipID
-
setPayslipID
-
firstName
-
getFirstName
First name of employee- Returns:
- firstName
-
setFirstName
-
lastName
-
getLastName
Last name of employee- Returns:
- lastName
-
setLastName
-
employeeGroup
-
getEmployeeGroup
Employee group name- Returns:
- employeeGroup
-
setEmployeeGroup
-
wages
-
getWages
The Wages for the Payslip- Returns:
- wages
-
setWages
-
deductions
-
getDeductions
The Deductions for the Payslip- Returns:
- deductions
-
setDeductions
-
tax
-
getTax
The Tax for the Payslip- Returns:
- tax
-
setTax
-
_super
-
getSuper
The Super for the Payslip- Returns:
- _super
-
setSuper
-
reimbursements
-
getReimbursements
The Reimbursements for the Payslip- Returns:
- reimbursements
-
setReimbursements
-
netPay
-
getNetPay
The NetPay for the Payslip- Returns:
- netPay
-
setNetPay
-
getUpdatedDateUTC
Last modified timestamp- Returns:
- updatedDateUTC
-
getUpdatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate() -
equals
-
hashCode
public int hashCode() -
toString
-