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 DoublegetAmount()The amount of the earnings.DoublegetBase()The base value of the earnings.StringgetDescription()The description of the earnings.DoublegetRate()The rate of the earnings.booleanisEmpty()StringtoString()StringtoTableLine()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:
 toTableLinein 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. 
 - 
 
 -