Class StatutoryDeduction

java.lang.Object
com.xero.models.payrolluk.StatutoryDeduction

public class StatutoryDeduction
extends Object
StatutoryDeduction
  • Constructor Details

    • StatutoryDeduction

      public StatutoryDeduction()
  • Method Details

    • id

      public StatutoryDeduction id​(UUID id)
    • getId

      public UUID getId()
      The Xero identifier for earnings order
      Returns:
      id
    • setId

      public void setId​(UUID id)
    • name

      public StatutoryDeduction name​(String name)
    • getName

      public String getName()
      Name of the earnings order
      Returns:
      name
    • setName

      public void setName​(String name)
    • statutoryDeductionCategory

      public StatutoryDeduction statutoryDeductionCategory​(StatutoryDeductionCategory statutoryDeductionCategory)
    • getStatutoryDeductionCategory

      public StatutoryDeductionCategory getStatutoryDeductionCategory()
      Get statutoryDeductionCategory
      Returns:
      statutoryDeductionCategory
    • setStatutoryDeductionCategory

      public void setStatutoryDeductionCategory​(StatutoryDeductionCategory statutoryDeductionCategory)
    • liabilityAccountId

      public StatutoryDeduction liabilityAccountId​(UUID liabilityAccountId)
    • getLiabilityAccountId

      public UUID getLiabilityAccountId()
      Xero identifier for Liability Account
      Returns:
      liabilityAccountId
    • setLiabilityAccountId

      public void setLiabilityAccountId​(UUID liabilityAccountId)
    • currentRecord

      public StatutoryDeduction currentRecord​(Boolean currentRecord)
    • getCurrentRecord

      public Boolean getCurrentRecord()
      Identifier of a record is active or not.
      Returns:
      currentRecord
    • setCurrentRecord

      public void setCurrentRecord​(Boolean currentRecord)
    • equals

      public boolean equals​(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toString

      public String toString()
      Overrides:
      toString in class Object