Package com.xero.models.payrollau
Class DeductionLine
java.lang.Object
com.xero.models.payrollau.DeductionLine
public class DeductionLine extends Object
DeductionLine
-
Constructor Summary
Constructors Constructor Description DeductionLine() -
Method Summary
Modifier and Type Method Description DeductionLineamount(Double amount)DeductionLinecalculationType(DeductionTypeCalculationType calculationType)DeductionLinedeductionTypeID(UUID deductionTypeID)booleanequals(Object o)DoublegetAmount()Deduction type amountDeductionTypeCalculationTypegetCalculationType()Get calculationTypeUUIDgetDeductionTypeID()Xero deduction type identifierDoublegetNumberOfUnits()Deduction number of unitsDoublegetPercentage()The Percentage of the DeductioninthashCode()DeductionLinenumberOfUnits(Double numberOfUnits)DeductionLinepercentage(Double percentage)voidsetAmount(Double amount)voidsetCalculationType(DeductionTypeCalculationType calculationType)voidsetDeductionTypeID(UUID deductionTypeID)voidsetNumberOfUnits(Double numberOfUnits)voidsetPercentage(Double percentage)StringtoString()
-
Constructor Details
-
DeductionLine
public DeductionLine()
-
-
Method Details
-
deductionTypeID
-
getDeductionTypeID
Xero deduction type identifier- Returns:
- deductionTypeID
-
setDeductionTypeID
-
calculationType
-
getCalculationType
Get calculationType- Returns:
- calculationType
-
setCalculationType
-
amount
-
getAmount
Deduction type amount- Returns:
- amount
-
setAmount
-
percentage
-
getPercentage
The Percentage of the Deduction- Returns:
- percentage
-
setPercentage
-
numberOfUnits
-
getNumberOfUnits
Deduction number of units- Returns:
- numberOfUnits
-
setNumberOfUnits
-
equals
-
hashCode
public int hashCode() -
toString
-