Package com.xero.models.payrollau
Class PayslipSummary
java.lang.Object
com.xero.models.payrollau.PayslipSummary
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe Super for the Payslipdeductions(Double deductions) The Deductions for the PayslipemployeeGroup(String employeeGroup) Employee group nameemployeeID(UUID employeeID) The Xero identifier for an employeebooleanFirst name of employeeThe Deductions for the PayslipEmployee group nameThe Xero identifier for an employeeFirst name of employeeLast name of employeeThe NetPay for the PayslipXero identifier for the payslipThe Reimbursements for the PayslipgetSuper()The Super for the PayslipgetTax()The Tax for the PayslipLast modified timestamporg.threeten.bp.OffsetDateTimeLast modified timestampgetWages()The Wages for the PayslipinthashCode()Last name of employeeThe NetPay for the PayslipXero identifier for the payslipreimbursements(Double reimbursements) The Reimbursements for the PayslipvoidsetDeductions(Double deductions) The Deductions for the PayslipvoidsetEmployeeGroup(String employeeGroup) Employee group namevoidsetEmployeeID(UUID employeeID) The Xero identifier for an employeevoidsetFirstName(String firstName) First name of employeevoidsetLastName(String lastName) Last name of employeevoidThe NetPay for the PayslipvoidsetPayslipID(UUID payslipID) Xero identifier for the payslipvoidsetReimbursements(Double reimbursements) The Reimbursements for the PayslipvoidThe Super for the PayslipvoidThe Tax for the PayslipvoidThe Wages for the PayslipThe Tax for the PaysliptoString()The Wages for the Payslip
-
Constructor Details
-
PayslipSummary
public PayslipSummary()
-
-
Method Details
-
employeeID
The Xero identifier for an employee- Parameters:
employeeID- UUID- Returns:
- PayslipSummary
-
getEmployeeID
-
setEmployeeID
The Xero identifier for an employee- Parameters:
employeeID- UUID
-
payslipID
Xero identifier for the payslip- Parameters:
payslipID- UUID- Returns:
- PayslipSummary
-
getPayslipID
-
setPayslipID
Xero identifier for the payslip- Parameters:
payslipID- UUID
-
firstName
First name of employee- Parameters:
firstName- String- Returns:
- PayslipSummary
-
getFirstName
-
setFirstName
-
lastName
Last name of employee- Parameters:
lastName- String- Returns:
- PayslipSummary
-
getLastName
-
setLastName
-
employeeGroup
Employee group name- Parameters:
employeeGroup- String- Returns:
- PayslipSummary
-
getEmployeeGroup
-
setEmployeeGroup
Employee group name- Parameters:
employeeGroup- String
-
wages
The Wages for the Payslip- Parameters:
wages- Double- Returns:
- PayslipSummary
-
getWages
-
setWages
-
deductions
The Deductions for the Payslip- Parameters:
deductions- Double- Returns:
- PayslipSummary
-
getDeductions
-
setDeductions
The Deductions for the Payslip- Parameters:
deductions- Double
-
tax
The Tax for the Payslip- Parameters:
tax- Double- Returns:
- PayslipSummary
-
getTax
-
setTax
-
_super
The Super for the Payslip- Parameters:
_super- Double- Returns:
- PayslipSummary
-
getSuper
-
setSuper
-
reimbursements
The Reimbursements for the Payslip- Parameters:
reimbursements- Double- Returns:
- PayslipSummary
-
getReimbursements
-
setReimbursements
The Reimbursements for the Payslip- Parameters:
reimbursements- Double
-
netPay
The NetPay for the Payslip- Parameters:
netPay- Double- Returns:
- PayslipSummary
-
getNetPay
-
setNetPay
-
getUpdatedDateUTC
-
getUpdatedDateUTCAsDate
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()Last modified timestamp- Returns:
- OffsetDateTime
-
equals
-
hashCode
-
toString
-