Class SuperLine


  • public class SuperLine
    extends Object
    SuperLine
    • Constructor Detail

      • SuperLine

        public SuperLine()
    • Method Detail

      • superMembershipID

        public SuperLine superMembershipID​(UUID superMembershipID)
        Xero super membership ID
        Parameters:
        superMembershipID - UUID
        Returns:
        SuperLine
      • getSuperMembershipID

        public UUID getSuperMembershipID()
        Xero super membership ID
        Returns:
        superMembershipID
      • setSuperMembershipID

        public void setSuperMembershipID​(UUID superMembershipID)
        Xero super membership ID
        Parameters:
        superMembershipID - UUID
      • contributionType

        public SuperLine contributionType​(SuperannuationContributionType contributionType)
        contributionType
        Parameters:
        contributionType - SuperannuationContributionType
        Returns:
        SuperLine
      • setContributionType

        public void setContributionType​(SuperannuationContributionType contributionType)
        contributionType
        Parameters:
        contributionType - SuperannuationContributionType
      • calculationType

        public SuperLine calculationType​(SuperannuationCalculationType calculationType)
        calculationType
        Parameters:
        calculationType - SuperannuationCalculationType
        Returns:
        SuperLine
      • setCalculationType

        public void setCalculationType​(SuperannuationCalculationType calculationType)
        calculationType
        Parameters:
        calculationType - SuperannuationCalculationType
      • minimumMonthlyEarnings

        public SuperLine minimumMonthlyEarnings​(Double minimumMonthlyEarnings)
        amount of minimum earnings
        Parameters:
        minimumMonthlyEarnings - Double
        Returns:
        SuperLine
      • getMinimumMonthlyEarnings

        public Double getMinimumMonthlyEarnings()
        amount of minimum earnings
        Returns:
        minimumMonthlyEarnings
      • setMinimumMonthlyEarnings

        public void setMinimumMonthlyEarnings​(Double minimumMonthlyEarnings)
        amount of minimum earnings
        Parameters:
        minimumMonthlyEarnings - Double
      • expenseAccountCode

        public SuperLine expenseAccountCode​(String expenseAccountCode)
        expense account code
        Parameters:
        expenseAccountCode - String
        Returns:
        SuperLine
      • getExpenseAccountCode

        public String getExpenseAccountCode()
        expense account code
        Returns:
        expenseAccountCode
      • setExpenseAccountCode

        public void setExpenseAccountCode​(String expenseAccountCode)
        expense account code
        Parameters:
        expenseAccountCode - String
      • liabilityAccountCode

        public SuperLine liabilityAccountCode​(String liabilityAccountCode)
        liabilty account code
        Parameters:
        liabilityAccountCode - String
        Returns:
        SuperLine
      • getLiabilityAccountCode

        public String getLiabilityAccountCode()
        liabilty account code
        Returns:
        liabilityAccountCode
      • setLiabilityAccountCode

        public void setLiabilityAccountCode​(String liabilityAccountCode)
        liabilty account code
        Parameters:
        liabilityAccountCode - String
      • percentage

        public SuperLine percentage​(Double percentage)
        percentage for super line
        Parameters:
        percentage - Double
        Returns:
        SuperLine
      • getPercentage

        public Double getPercentage()
        percentage for super line
        Returns:
        percentage
      • setPercentage

        public void setPercentage​(Double percentage)
        percentage for super line
        Parameters:
        percentage - Double
      • amount

        public SuperLine amount​(Double amount)
        Super membership amount
        Parameters:
        amount - Double
        Returns:
        SuperLine
      • getAmount

        public Double getAmount()
        Super membership amount
        Returns:
        amount
      • setAmount

        public void setAmount​(Double amount)
        Super membership amount
        Parameters:
        amount - Double
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object