Package com.xero.models.payrolluk
Class EarningsOrder
- java.lang.Object
-
- com.xero.models.payrolluk.EarningsOrder
-
public class EarningsOrder extends Object
EarningsOrder
-
-
Constructor Summary
Constructors Constructor Description EarningsOrder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EarningsOrdercurrentRecord(Boolean currentRecord)Identifier of a record is active or not.booleanequals(Object o)BooleangetCurrentRecord()Identifier of a record is active or not.UUIDgetId()Xero unique identifier for an earning rateUUIDgetLiabilityAccountId()Xero identifier for Liability AccountStringgetName()Name of the earning orderStatutoryDeductionCategorygetStatutoryDeductionCategory()Get statutoryDeductionCategoryinthashCode()EarningsOrderid(UUID id)Xero unique identifier for an earning rateEarningsOrderliabilityAccountId(UUID liabilityAccountId)Xero identifier for Liability AccountEarningsOrdername(String name)Name of the earning ordervoidsetCurrentRecord(Boolean currentRecord)Identifier of a record is active or not.voidsetId(UUID id)Xero unique identifier for an earning ratevoidsetLiabilityAccountId(UUID liabilityAccountId)Xero identifier for Liability AccountvoidsetName(String name)Name of the earning ordervoidsetStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategoryEarningsOrderstatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)statutoryDeductionCategoryStringtoString()
-
-
-
Method Detail
-
id
public EarningsOrder id(UUID id)
Xero unique identifier for an earning rate- Parameters:
id- UUID- Returns:
- EarningsOrder
-
getId
public UUID getId()
Xero unique identifier for an earning rate- Returns:
- id
-
setId
public void setId(UUID id)
Xero unique identifier for an earning rate- Parameters:
id- UUID
-
name
public EarningsOrder name(String name)
Name of the earning order- Parameters:
name- String- Returns:
- EarningsOrder
-
getName
public String getName()
Name of the earning order- Returns:
- name
-
setName
public void setName(String name)
Name of the earning order- Parameters:
name- String
-
statutoryDeductionCategory
public EarningsOrder statutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)
statutoryDeductionCategory- Parameters:
statutoryDeductionCategory- StatutoryDeductionCategory- Returns:
- EarningsOrder
-
getStatutoryDeductionCategory
public StatutoryDeductionCategory getStatutoryDeductionCategory()
Get statutoryDeductionCategory- Returns:
- statutoryDeductionCategory
-
setStatutoryDeductionCategory
public void setStatutoryDeductionCategory(StatutoryDeductionCategory statutoryDeductionCategory)
statutoryDeductionCategory- Parameters:
statutoryDeductionCategory- StatutoryDeductionCategory
-
liabilityAccountId
public EarningsOrder liabilityAccountId(UUID liabilityAccountId)
Xero identifier for Liability Account- Parameters:
liabilityAccountId- UUID- Returns:
- EarningsOrder
-
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 EarningsOrder currentRecord(Boolean currentRecord)
Identifier of a record is active or not.- Parameters:
currentRecord- Boolean- Returns:
- EarningsOrder
-
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
-
-