Class SuperannuationLine

java.lang.Object
com.xero.models.payrollnz.SuperannuationLine

public class SuperannuationLine
extends Object
SuperannuationLine
  • Constructor Details

    • SuperannuationLine

      public SuperannuationLine()
  • Method Details

    • superannuationTypeID

      public SuperannuationLine superannuationTypeID​(UUID superannuationTypeID)
    • getSuperannuationTypeID

      public UUID getSuperannuationTypeID()
      Xero identifier for payroll superannucation type
      Returns:
      superannuationTypeID
    • setSuperannuationTypeID

      public void setSuperannuationTypeID​(UUID superannuationTypeID)
    • displayName

      public SuperannuationLine displayName​(String displayName)
    • getDisplayName

      public String getDisplayName()
      Benefit display name
      Returns:
      displayName
    • setDisplayName

      public void setDisplayName​(String displayName)
    • amount

      public SuperannuationLine amount​(Double amount)
    • getAmount

      public Double getAmount()
      The amount of the superannuation line
      Returns:
      amount
    • setAmount

      public void setAmount​(Double amount)
    • fixedAmount

      public SuperannuationLine fixedAmount​(Double fixedAmount)
    • getFixedAmount

      public Double getFixedAmount()
      Superannuation fixed amount
      Returns:
      fixedAmount
    • setFixedAmount

      public void setFixedAmount​(Double fixedAmount)
    • percentage

      public SuperannuationLine percentage​(Double percentage)
    • getPercentage

      public Double getPercentage()
      Superannuation rate percentage
      Returns:
      percentage
    • setPercentage

      public void setPercentage​(Double percentage)
    • manualAdjustment

      public SuperannuationLine manualAdjustment​(Boolean manualAdjustment)
    • getManualAdjustment

      public Boolean getManualAdjustment()
      manual adjustment made
      Returns:
      manualAdjustment
    • setManualAdjustment

      public void setManualAdjustment​(Boolean manualAdjustment)
    • 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