public class EmployeeTax extends Object
| Constructor and Description |
|---|
EmployeeTax() |
| Modifier and Type | Method and Description |
|---|---|
EmployeeTax |
directorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate) |
boolean |
equals(Object o) |
org.threeten.bp.LocalDate |
getDirectorshipStartDate()
The directorship start date
|
Boolean |
getHasPostGraduateLoans()
Describes whether the employee has post graduate loans
|
Boolean |
getIsDirector()
Describes whether the employee is director
|
String |
getNicCalculationMethod()
NICs calculation method
|
Double |
getPreviousTaxablePay()
The previous taxable pay
|
Double |
getPreviousTaxPaid()
The tax amount previously paid
|
String |
getStarterDeclaration()
Starter declaration.
|
String |
getStarterType()
The Starter type.
|
String |
getStudentLoanDeduction()
The employee's student loan deduction type
|
String |
getTaxCode()
The Tax code.
|
Boolean |
getW1M1()
Describes whether the tax settings is W1M1
|
int |
hashCode() |
EmployeeTax |
hasPostGraduateLoans(Boolean hasPostGraduateLoans) |
EmployeeTax |
isDirector(Boolean isDirector) |
EmployeeTax |
nicCalculationMethod(String nicCalculationMethod) |
EmployeeTax |
previousTaxablePay(Double previousTaxablePay) |
EmployeeTax |
previousTaxPaid(Double previousTaxPaid) |
void |
setDirectorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate) |
void |
setHasPostGraduateLoans(Boolean hasPostGraduateLoans) |
void |
setIsDirector(Boolean isDirector) |
void |
setNicCalculationMethod(String nicCalculationMethod) |
void |
setPreviousTaxablePay(Double previousTaxablePay) |
void |
setPreviousTaxPaid(Double previousTaxPaid) |
void |
setStarterDeclaration(String starterDeclaration) |
void |
setStarterType(String starterType) |
void |
setStudentLoanDeduction(String studentLoanDeduction) |
void |
setTaxCode(String taxCode) |
void |
setW1M1(Boolean w1M1) |
EmployeeTax |
starterDeclaration(String starterDeclaration) |
EmployeeTax |
starterType(String starterType) |
EmployeeTax |
studentLoanDeduction(String studentLoanDeduction) |
EmployeeTax |
taxCode(String taxCode) |
String |
toString() |
EmployeeTax |
w1M1(Boolean w1M1) |
public EmployeeTax starterType(String starterType)
public String getStarterType()
public void setStarterType(String starterType)
public EmployeeTax starterDeclaration(String starterDeclaration)
public String getStarterDeclaration()
public void setStarterDeclaration(String starterDeclaration)
public EmployeeTax taxCode(String taxCode)
public String getTaxCode()
public void setTaxCode(String taxCode)
public EmployeeTax w1M1(Boolean w1M1)
public Boolean getW1M1()
public void setW1M1(Boolean w1M1)
public EmployeeTax previousTaxablePay(Double previousTaxablePay)
public Double getPreviousTaxablePay()
public void setPreviousTaxablePay(Double previousTaxablePay)
public EmployeeTax previousTaxPaid(Double previousTaxPaid)
public Double getPreviousTaxPaid()
public void setPreviousTaxPaid(Double previousTaxPaid)
public EmployeeTax studentLoanDeduction(String studentLoanDeduction)
public String getStudentLoanDeduction()
public void setStudentLoanDeduction(String studentLoanDeduction)
public EmployeeTax hasPostGraduateLoans(Boolean hasPostGraduateLoans)
public Boolean getHasPostGraduateLoans()
public void setHasPostGraduateLoans(Boolean hasPostGraduateLoans)
public EmployeeTax isDirector(Boolean isDirector)
public Boolean getIsDirector()
public void setIsDirector(Boolean isDirector)
public EmployeeTax directorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate)
public org.threeten.bp.LocalDate getDirectorshipStartDate()
public void setDirectorshipStartDate(org.threeten.bp.LocalDate directorshipStartDate)
public EmployeeTax nicCalculationMethod(String nicCalculationMethod)
public String getNicCalculationMethod()
public void setNicCalculationMethod(String nicCalculationMethod)
Copyright © 2020. All rights reserved.