public class PayslipSummary extends Object
| Constructor and Description |
|---|
PayslipSummary() |
| Modifier and Type | Method and Description |
|---|---|
PayslipSummary |
_super(Double _super) |
PayslipSummary |
deductions(Double deductions) |
PayslipSummary |
employeeGroup(String employeeGroup) |
PayslipSummary |
employeeID(UUID employeeID) |
boolean |
equals(Object o) |
PayslipSummary |
firstName(String firstName) |
Double |
getDeductions()
The Deductions for the Payslip
|
String |
getEmployeeGroup()
Employee group name
|
UUID |
getEmployeeID()
The Xero identifier for an employee
|
String |
getFirstName()
First name of employee
|
String |
getLastName()
Last name of employee
|
Double |
getNetPay()
The NetPay for the Payslip
|
UUID |
getPayslipID()
Xero identifier for the payslip
|
Double |
getReimbursements()
The Reimbursements for the Payslip
|
Double |
getSuper()
The Super for the Payslip
|
Double |
getTax()
The Tax for the Payslip
|
String |
getUpdatedDateUTC()
Last modified timestamp
|
org.threeten.bp.OffsetDateTime |
getUpdatedDateUTCAsDate() |
Double |
getWages()
The Wages for the Payslip
|
int |
hashCode() |
PayslipSummary |
lastName(String lastName) |
PayslipSummary |
netPay(Double netPay) |
PayslipSummary |
payslipID(UUID payslipID) |
PayslipSummary |
reimbursements(Double reimbursements) |
void |
setDeductions(Double deductions) |
void |
setEmployeeGroup(String employeeGroup) |
void |
setEmployeeID(UUID employeeID) |
void |
setFirstName(String firstName) |
void |
setLastName(String lastName) |
void |
setNetPay(Double netPay) |
void |
setPayslipID(UUID payslipID) |
void |
setReimbursements(Double reimbursements) |
void |
setSuper(Double _super) |
void |
setTax(Double tax) |
void |
setWages(Double wages) |
PayslipSummary |
tax(Double tax) |
String |
toString() |
PayslipSummary |
wages(Double wages) |
public PayslipSummary employeeID(UUID employeeID)
public UUID getEmployeeID()
public void setEmployeeID(UUID employeeID)
public PayslipSummary payslipID(UUID payslipID)
public UUID getPayslipID()
public void setPayslipID(UUID payslipID)
public PayslipSummary firstName(String firstName)
public String getFirstName()
public void setFirstName(String firstName)
public PayslipSummary lastName(String lastName)
public String getLastName()
public void setLastName(String lastName)
public PayslipSummary employeeGroup(String employeeGroup)
public String getEmployeeGroup()
public void setEmployeeGroup(String employeeGroup)
public PayslipSummary wages(Double wages)
public Double getWages()
public void setWages(Double wages)
public PayslipSummary deductions(Double deductions)
public Double getDeductions()
public void setDeductions(Double deductions)
public PayslipSummary tax(Double tax)
public Double getTax()
public void setTax(Double tax)
public PayslipSummary _super(Double _super)
public Double getSuper()
public void setSuper(Double _super)
public PayslipSummary reimbursements(Double reimbursements)
public Double getReimbursements()
public void setReimbursements(Double reimbursements)
public PayslipSummary netPay(Double netPay)
public Double getNetPay()
public void setNetPay(Double netPay)
public String getUpdatedDateUTC()
public org.threeten.bp.OffsetDateTime getUpdatedDateUTCAsDate()
Copyright © 2020. All rights reserved.