public class WageTaxTable
extends org.beigesoft.persistable.APersistableBaseNameVersion
For automation purpose there is entity WageTaxTable that implements wide used method "Tax table" to estimate tax. So Wage is filled automatically according this table. Version changed time algorithm.
| Constructor and Description |
|---|
WageTaxTable() |
| Modifier and Type | Method and Description |
|---|---|
String |
getDescription()
Getter for description.
|
List<WageTaxTableEmployee> |
getEmployees()
Getter for employees.
|
List<WageTaxTableLine> |
getItsLines()
Getter for itsLines.
|
Tax |
getTax()
Getter for tax.
|
List<WageTaxTableType> |
getWageTypes()
Getter for wageTypes.
|
void |
setDescription(String pDescription)
Setter for description.
|
void |
setEmployees(List<WageTaxTableEmployee> pEmployees)
Setter for employees.
|
void |
setItsLines(List<WageTaxTableLine> pItsLines)
Setter for itsLines.
|
void |
setTax(Tax pTax)
Setter for tax.
|
void |
setWageTypes(List<WageTaxTableType> pWageTypes)
Setter for wageTypes.
|
getItsName, setItsNamegetItsVersion, setItsVersiongetIdBirth, getIdDatabaseBirth, getItsId, setIdBirth, setIdDatabaseBirth, setItsIdpublic final Tax getTax()
Getter for tax.
public final void setTax(Tax pTax)
Setter for tax.
pTax - referencepublic final String getDescription()
Getter for description.
public final void setDescription(String pDescription)
Setter for description.
pDescription - referencepublic final List<WageTaxTableLine> getItsLines()
Getter for itsLines.
public final void setItsLines(List<WageTaxTableLine> pItsLines)
Setter for itsLines.
pItsLines - referencepublic final List<WageTaxTableEmployee> getEmployees()
Getter for employees.
public final void setEmployees(List<WageTaxTableEmployee> pEmployees)
Setter for employees.
pEmployees - referencepublic final List<WageTaxTableType> getWageTypes()
Getter for wageTypes.
public final void setWageTypes(List<WageTaxTableType> pWageTypes)
Setter for wageTypes.
pWageTypes - referenceCopyright © 2016–2018. All rights reserved.