Package com.xero.models.payrollau
Class DeductionLine
java.lang.Object
com.xero.models.payrollau.DeductionLine
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionDeduction type amountcalculationType(DeductionTypeCalculationType calculationType) calculationTypedeductionTypeID(UUID deductionTypeID) Xero deduction type identifierbooleanDeduction type amountGet calculationTypeXero deduction type identifierDeduction number of unitsThe Percentage of the DeductioninthashCode()numberOfUnits(Double numberOfUnits) Deduction number of unitspercentage(Double percentage) The Percentage of the DeductionvoidDeduction type amountvoidsetCalculationType(DeductionTypeCalculationType calculationType) calculationTypevoidsetDeductionTypeID(UUID deductionTypeID) Xero deduction type identifiervoidsetNumberOfUnits(Double numberOfUnits) Deduction number of unitsvoidsetPercentage(Double percentage) The Percentage of the DeductiontoString()
-
Constructor Details
-
DeductionLine
public DeductionLine()
-
-
Method Details
-
deductionTypeID
Xero deduction type identifier- Parameters:
deductionTypeID- UUID- Returns:
- DeductionLine
-
getDeductionTypeID
-
setDeductionTypeID
Xero deduction type identifier- Parameters:
deductionTypeID- UUID
-
calculationType
calculationType- Parameters:
calculationType- DeductionTypeCalculationType- Returns:
- DeductionLine
-
getCalculationType
Get calculationType- Returns:
- calculationType
-
setCalculationType
calculationType- Parameters:
calculationType- DeductionTypeCalculationType
-
amount
Deduction type amount- Parameters:
amount- Double- Returns:
- DeductionLine
-
getAmount
-
setAmount
-
percentage
The Percentage of the Deduction- Parameters:
percentage- Double- Returns:
- DeductionLine
-
getPercentage
-
setPercentage
The Percentage of the Deduction- Parameters:
percentage- Double
-
numberOfUnits
Deduction number of units- Parameters:
numberOfUnits- Double- Returns:
- DeductionLine
-
getNumberOfUnits
-
setNumberOfUnits
Deduction number of units- Parameters:
numberOfUnits- Double
-
equals
-
hashCode
-
toString
-