Package com.xero.models.payrollnz
Class SuperannuationLine
java.lang.Object
com.xero.models.payrollnz.SuperannuationLine
public class SuperannuationLine extends Object
SuperannuationLine
-
Constructor Summary
Constructors Constructor Description SuperannuationLine() -
Method Summary
Modifier and Type Method Description SuperannuationLineamount(Double amount)SuperannuationLinedisplayName(String displayName)booleanequals(Object o)SuperannuationLinefixedAmount(Double fixedAmount)DoublegetAmount()The amount of the superannuation lineStringgetDisplayName()Benefit display nameDoublegetFixedAmount()Superannuation fixed amountBooleangetManualAdjustment()manual adjustment madeDoublegetPercentage()Superannuation rate percentageUUIDgetSuperannuationTypeID()Xero identifier for payroll superannucation typeinthashCode()SuperannuationLinemanualAdjustment(Boolean manualAdjustment)SuperannuationLinepercentage(Double percentage)voidsetAmount(Double amount)voidsetDisplayName(String displayName)voidsetFixedAmount(Double fixedAmount)voidsetManualAdjustment(Boolean manualAdjustment)voidsetPercentage(Double percentage)voidsetSuperannuationTypeID(UUID superannuationTypeID)SuperannuationLinesuperannuationTypeID(UUID superannuationTypeID)StringtoString()
-
Constructor Details
-
SuperannuationLine
public SuperannuationLine()
-
-
Method Details
-
superannuationTypeID
-
getSuperannuationTypeID
Xero identifier for payroll superannucation type- Returns:
- superannuationTypeID
-
setSuperannuationTypeID
-
displayName
-
getDisplayName
Benefit display name- Returns:
- displayName
-
setDisplayName
-
amount
-
getAmount
The amount of the superannuation line- Returns:
- amount
-
setAmount
-
fixedAmount
-
getFixedAmount
Superannuation fixed amount- Returns:
- fixedAmount
-
setFixedAmount
-
percentage
-
getPercentage
Superannuation rate percentage- Returns:
- percentage
-
setPercentage
-
manualAdjustment
-
getManualAdjustment
manual adjustment made- Returns:
- manualAdjustment
-
setManualAdjustment
-
equals
-
hashCode
public int hashCode() -
toString
-