Package com.xero.models.payrollnz
Class SuperannuationLine
java.lang.Object
com.xero.models.payrollnz.SuperannuationLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionThe amount of the superannuation linedisplayName(String displayName) Benefit display namebooleanfixedAmount(Double fixedAmount) Superannuation fixed amountThe amount of the superannuation lineBenefit display nameSuperannuation fixed amountmanual adjustment madeSuperannuation rate percentageXero identifier for payroll superannuation typeinthashCode()manualAdjustment(Boolean manualAdjustment) manual adjustment madepercentage(Double percentage) Superannuation rate percentagevoidThe amount of the superannuation linevoidsetDisplayName(String displayName) Benefit display namevoidsetFixedAmount(Double fixedAmount) Superannuation fixed amountvoidsetManualAdjustment(Boolean manualAdjustment) manual adjustment madevoidsetPercentage(Double percentage) Superannuation rate percentagevoidsetSuperannuationTypeID(UUID superannuationTypeID) Xero identifier for payroll superannuation typesuperannuationTypeID(UUID superannuationTypeID) Xero identifier for payroll superannuation typetoString()
-
Constructor Details
-
SuperannuationLine
public SuperannuationLine()
-
-
Method Details
-
superannuationTypeID
Xero identifier for payroll superannuation type- Parameters:
superannuationTypeID- UUID- Returns:
- SuperannuationLine
-
getSuperannuationTypeID
Xero identifier for payroll superannuation type- Returns:
- superannuationTypeID
-
setSuperannuationTypeID
Xero identifier for payroll superannuation type- Parameters:
superannuationTypeID- UUID
-
displayName
Benefit display name- Parameters:
displayName- String- Returns:
- SuperannuationLine
-
getDisplayName
-
setDisplayName
Benefit display name- Parameters:
displayName- String
-
amount
The amount of the superannuation line- Parameters:
amount- Double- Returns:
- SuperannuationLine
-
getAmount
-
setAmount
The amount of the superannuation line- Parameters:
amount- Double
-
fixedAmount
Superannuation fixed amount- Parameters:
fixedAmount- Double- Returns:
- SuperannuationLine
-
getFixedAmount
-
setFixedAmount
Superannuation fixed amount- Parameters:
fixedAmount- Double
-
percentage
Superannuation rate percentage- Parameters:
percentage- Double- Returns:
- SuperannuationLine
-
getPercentage
-
setPercentage
Superannuation rate percentage- Parameters:
percentage- Double
-
manualAdjustment
manual adjustment made- Parameters:
manualAdjustment- Boolean- Returns:
- SuperannuationLine
-
getManualAdjustment
-
setManualAdjustment
manual adjustment made- Parameters:
manualAdjustment- Boolean
-
equals
-
hashCode
-
toString
-