Package com.mindee.product.fr.payslip
Class PayslipV3SalaryDetail
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV3SalaryDetail
-
- All Implemented Interfaces:
LineItemField
,PositionData
public class PayslipV3SalaryDetail extends BaseField implements LineItemField
Detailed information about the earnings.
-
-
Constructor Summary
Constructors Constructor Description PayslipV3SalaryDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getAmount()
The amount of the earning.Double
getBase()
The base rate value of the earning.String
getDescription()
The description of the earnings.Double
getNumber()
The number of units in the earning.Double
getRate()
The rate of the earning.boolean
isEmpty()
String
toString()
String
toTableLine()
Output the line in a format suitable for inclusion in an rST table.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLine
in interfaceLineItemField
-
getAmount
public Double getAmount()
The amount of the earning.
-
getBase
public Double getBase()
The base rate value of the earning.
-
getDescription
public String getDescription()
The description of the earnings.
-
getNumber
public Double getNumber()
The number of units in the earning.
-
getRate
public Double getRate()
The rate of the earning.
-
-