Package com.xero.models.payrollnz
Class StatutoryDeduction
java.lang.Object
com.xero.models.payrollnz.StatutoryDeduction
public class StatutoryDeduction extends Object
StatutoryDeduction
-
Constructor Summary
Constructors Constructor Description StatutoryDeduction() -
Method Summary
Modifier and Type Method Description StatutoryDeductioncurrentRecord(Boolean currentRecord)booleanequals(Object o)BooleangetCurrentRecord()Identifier of a record is active or not.UUIDgetId()The Xero identifier for earnings orderUUIDgetLiabilityAccountId()Xero identifier for Liability AccountStringgetName()Name of the earnings orderStatutoryDeductionCategorygetStatutoryDeductionCategory()Get statutoryDeductionCategoryinthashCode()StatutoryDeductionid(UUID id)StatutoryDeductionliabilityAccountId(UUID liabilityAccountId)StatutoryDeductionname(String name)voidsetCurrentRecord(Boolean currentRecord)voidsetId(UUID id)voidsetLiabilityAccountId(UUID liabilityAccountId)voidsetName(String name)voidsetStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)StatutoryDeductionstatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)StringtoString()
-
Constructor Details
-
StatutoryDeduction
public StatutoryDeduction()
-
-
Method Details
-
id
-
getId
The Xero identifier for earnings order- Returns:
- id
-
setId
-
name
-
getName
Name of the earnings order- Returns:
- name
-
setName
-
statutoryDeductionCategory
public StatutoryDeduction statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) -
getStatutoryDeductionCategory
Get statutoryDeductionCategory- Returns:
- statutoryDeductionCategory
-
setStatutoryDeductionCategory
-
liabilityAccountId
-
getLiabilityAccountId
Xero identifier for Liability Account- Returns:
- liabilityAccountId
-
setLiabilityAccountId
-
currentRecord
-
getCurrentRecord
Identifier of a record is active or not.- Returns:
- currentRecord
-
setCurrentRecord
-
equals
-
hashCode
public int hashCode() -
toString
-