public class StatutoryDeduction extends Object
| Constructor and Description |
|---|
StatutoryDeduction() |
| Modifier and Type | Method and Description |
|---|---|
StatutoryDeduction |
currentRecord(Boolean currentRecord) |
boolean |
equals(Object o) |
Boolean |
getCurrentRecord()
Identifier of a record is active or not.
|
UUID |
getId()
The Xero identifier for earnings order
|
UUID |
getLiabilityAccountId()
Xero identifier for Liability Account
|
String |
getName()
Name of the earnings order
|
StatutoryDeductionCategory |
getStatutoryDeductionCategory()
Get statutoryDeductionCategory
|
int |
hashCode() |
StatutoryDeduction |
id(UUID id) |
StatutoryDeduction |
liabilityAccountId(UUID liabilityAccountId) |
StatutoryDeduction |
name(String name) |
void |
setCurrentRecord(Boolean currentRecord) |
void |
setId(UUID id) |
void |
setLiabilityAccountId(UUID liabilityAccountId) |
void |
setName(String name) |
void |
setStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) |
StatutoryDeduction |
statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory) |
String |
toString() |
public StatutoryDeduction id(UUID id)
public UUID getId()
public void setId(UUID id)
public StatutoryDeduction name(String name)
public String getName()
public void setName(String name)
public StatutoryDeduction statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)
public StatutoryDeductionCategory getStatutoryDeductionCategory()
public void setStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)
public StatutoryDeduction liabilityAccountId(UUID liabilityAccountId)
public UUID getLiabilityAccountId()
public void setLiabilityAccountId(UUID liabilityAccountId)
public StatutoryDeduction currentRecord(Boolean currentRecord)
public Boolean getCurrentRecord()
public void setCurrentRecord(Boolean currentRecord)
Copyright © 2020. All rights reserved.