Class EarningsOrder


  • public class EarningsOrder
    extends Object
    EarningsOrder
    • Constructor Detail

      • EarningsOrder

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

        public int hashCode()
        Overrides:
        hashCode in class Object