Package com.xero.models.payrolluk
Class StatutoryDeduction
java.lang.Object
com.xero.models.payrolluk.StatutoryDeduction
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncurrentRecord(Boolean currentRecord) Identifier of a record is active or not.booleanIdentifier of a record is active or not.getId()The Xero identifier for earnings orderXero identifier for Liability AccountgetName()Name of the earnings orderGet statutoryDeductionCategoryinthashCode()The Xero identifier for earnings orderliabilityAccountId(UUID liabilityAccountId) Xero identifier for Liability AccountName of the earnings ordervoidsetCurrentRecord(Boolean currentRecord) Identifier of a record is active or not.voidThe Xero identifier for earnings ordervoidsetLiabilityAccountId(UUID liabilityAccountId) Xero identifier for Liability AccountvoidName of the earnings ordervoidsetStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) statutoryDeductionCategorystatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) statutoryDeductionCategorytoString()
-
Constructor Details
-
StatutoryDeduction
public StatutoryDeduction()
-
-
Method Details
-
id
The Xero identifier for earnings order- Parameters:
id- UUID- Returns:
- StatutoryDeduction
-
getId
-
setId
-
name
Name of the earnings order- Parameters:
name- String- Returns:
- StatutoryDeduction
-
getName
-
setName
-
statutoryDeductionCategory
public StatutoryDeduction statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) statutoryDeductionCategory- Parameters:
statutoryDeductionCategory- StatutoryDeductionCategory- Returns:
- StatutoryDeduction
-
getStatutoryDeductionCategory
Get statutoryDeductionCategory- Returns:
- statutoryDeductionCategory
-
setStatutoryDeductionCategory
statutoryDeductionCategory- Parameters:
statutoryDeductionCategory- StatutoryDeductionCategory
-
liabilityAccountId
Xero identifier for Liability Account- Parameters:
liabilityAccountId- UUID- Returns:
- StatutoryDeduction
-
getLiabilityAccountId
Xero identifier for Liability Account- Returns:
- liabilityAccountId
-
setLiabilityAccountId
Xero identifier for Liability Account- Parameters:
liabilityAccountId- UUID
-
currentRecord
Identifier of a record is active or not.- Parameters:
currentRecord- Boolean- Returns:
- StatutoryDeduction
-
getCurrentRecord
-
setCurrentRecord
Identifier of a record is active or not.- Parameters:
currentRecord- Boolean
-
equals
-
hashCode
-
toString
-