Class StatutoryDeduction


  • public class StatutoryDeduction
    extends Object
    StatutoryDeduction
    • Constructor Detail

      • StatutoryDeduction

        public StatutoryDeduction()
    • 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
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object