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
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StatutoryDeductioncurrentRecord(Boolean currentRecord)Identifier of a record is active or not.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)The Xero identifier for earnings orderStatutoryDeductionliabilityAccountId(UUID liabilityAccountId)Xero identifier for Liability AccountStatutoryDeductionname(String name)Name of the earnings ordervoidsetCurrentRecord(Boolean currentRecord)Identifier of a record is active or not.voidsetId(UUID id)The Xero identifier for earnings ordervoidsetLiabilityAccountId(UUID liabilityAccountId)Xero identifier for Liability AccountvoidsetName(String name)Name of the earnings ordervoidsetStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategoryStatutoryDeductionstatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategoryStringtoString()
-
-
-
Method Detail
-
id
public StatutoryDeduction id(UUID id)
The Xero identifier for earnings order- Parameters:
id- UUID- Returns:
- StatutoryDeduction
-
getId
public UUID getId()
The Xero identifier for earnings order- Returns:
- id
-
setId
public void setId(UUID id)
The Xero identifier for earnings order- Parameters:
id- UUID
-
name
public StatutoryDeduction name(String name)
Name of the earnings order- Parameters:
name- String- Returns:
- StatutoryDeduction
-
getName
public String getName()
Name of the earnings order- Returns:
- name
-
setName
public void setName(String name)
Name of the earnings order- Parameters:
name- String
-
statutoryDeductionCategory
public StatutoryDeduction statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)
statutoryDeductionCategory- Parameters:
statutoryDeductionCategory- StatutoryDeductionCategory- Returns:
- StatutoryDeduction
-
getStatutoryDeductionCategory
public StatutoryDeductionCategory getStatutoryDeductionCategory()
Get statutoryDeductionCategory- Returns:
- statutoryDeductionCategory
-
setStatutoryDeductionCategory
public void setStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)
statutoryDeductionCategory- Parameters:
statutoryDeductionCategory- StatutoryDeductionCategory
-
liabilityAccountId
public StatutoryDeduction liabilityAccountId(UUID liabilityAccountId)
Xero identifier for Liability Account- Parameters:
liabilityAccountId- UUID- Returns:
- StatutoryDeduction
-
getLiabilityAccountId
public UUID getLiabilityAccountId()
Xero identifier for Liability Account- Returns:
- liabilityAccountId
-
setLiabilityAccountId
public void setLiabilityAccountId(UUID liabilityAccountId)
Xero identifier for Liability Account- Parameters:
liabilityAccountId- UUID
-
currentRecord
public StatutoryDeduction currentRecord(Boolean currentRecord)
Identifier of a record is active or not.- Parameters:
currentRecord- Boolean- Returns:
- StatutoryDeduction
-
getCurrentRecord
public Boolean getCurrentRecord()
Identifier of a record is active or not.- Returns:
- currentRecord
-
setCurrentRecord
public void setCurrentRecord(Boolean currentRecord)
Identifier of a record is active or not.- Parameters:
currentRecord- Boolean
-
-