Package com.xero.models.payrolluk
Class BenefitLine
java.lang.Object
com.xero.models.payrolluk.BenefitLine
public class BenefitLine extends Object
BenefitLine
-
Constructor Summary
Constructors Constructor Description BenefitLine() -
Method Summary
Modifier and Type Method Description BenefitLineamount(Double amount)BenefitLinebenefitTypeID(UUID benefitTypeID)BenefitLinedisplayName(String displayName)booleanequals(Object o)BenefitLinefixedAmount(Double fixedAmount)DoublegetAmount()The amount of the benefit line.UUIDgetBenefitTypeID()Xero identifier for payroll benefit typeStringgetDisplayName()Benefit display nameDoublegetFixedAmount()Benefit fixed amountDoublegetPercentage()Benefit rate percentageinthashCode()BenefitLinepercentage(Double percentage)voidsetAmount(Double amount)voidsetBenefitTypeID(UUID benefitTypeID)voidsetDisplayName(String displayName)voidsetFixedAmount(Double fixedAmount)voidsetPercentage(Double percentage)StringtoString()
-
Constructor Details
-
BenefitLine
public BenefitLine()
-
-
Method Details
-
benefitTypeID
-
getBenefitTypeID
Xero identifier for payroll benefit type- Returns:
- benefitTypeID
-
setBenefitTypeID
-
displayName
-
getDisplayName
Benefit display name- Returns:
- displayName
-
setDisplayName
-
amount
-
getAmount
The amount of the benefit line.- Returns:
- amount
-
setAmount
-
fixedAmount
-
getFixedAmount
Benefit fixed amount- Returns:
- fixedAmount
-
setFixedAmount
-
percentage
-
getPercentage
Benefit rate percentage- Returns:
- percentage
-
setPercentage
-
equals
-
hashCode
public int hashCode() -
toString
-