Package com.mindee.product.fr.payslip
Class PayslipV2SalaryDetail
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV2SalaryDetail
-
- All Implemented Interfaces:
LineItemField
,PositionData
public class PayslipV2SalaryDetail extends BaseField implements LineItemField
Detailed information about the earnings.
-
-
Constructor Summary
Constructors Constructor Description PayslipV2SalaryDetail()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getAmount()
The amount of the earnings.Double
getBase()
The base value of the earnings.String
getDescription()
The description of the earnings.Double
getRate()
The rate of the earnings.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 earnings.
-
getBase
public Double getBase()
The base value of the earnings.
-
getDescription
public String getDescription()
The description of the earnings.
-
getRate
public Double getRate()
The rate of the earnings.
-
-