Package com.mindee.product.fr.payslip
Class PayslipV3PaidTimeOff
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV3PaidTimeOff
-
- All Implemented Interfaces:
LineItemField
,PositionData
public class PayslipV3PaidTimeOff extends BaseField implements LineItemField
Information about paid time off.
-
-
Constructor Summary
Constructors Constructor Description PayslipV3PaidTimeOff()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Double
getAccrued()
The amount of paid time off accrued in the period.String
getPeriod()
The paid time off period.String
getPtoType()
The type of paid time off.Double
getRemaining()
The remaining amount of paid time off at the end of the period.Double
getUsed()
The amount of paid time off used in the period.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
-
getAccrued
public Double getAccrued()
The amount of paid time off accrued in the period.
-
getPeriod
public String getPeriod()
The paid time off period.
-
getPtoType
public String getPtoType()
The type of paid time off.
-
getRemaining
public Double getRemaining()
The remaining amount of paid time off at the end of the period.
-
getUsed
public Double getUsed()
The amount of paid time off used in the period.
-
-