Package com.mindee.product.fr.payslip
Class PayslipV3PayPeriod
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV3PayPeriod
-
- All Implemented Interfaces:
PositionData
public class PayslipV3PayPeriod extends BaseField
Information about the pay period.
-
-
Constructor Summary
Constructors Constructor Description PayslipV3PayPeriod()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getEndDate()
The end date of the pay period.String
getMonth()
The month of the pay period.String
getPaymentDate()
The date of payment for the pay period.String
getStartDate()
The start date of the pay period.String
getYear()
The year of the pay period.boolean
isEmpty()
String
toFieldList()
Output the object in a format suitable for inclusion in an rST field list.String
toString()
-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toFieldList
public String toFieldList()
Output the object in a format suitable for inclusion in an rST field list.
-
getEndDate
public String getEndDate()
The end date of the pay period.
-
getMonth
public String getMonth()
The month of the pay period.
-
getPaymentDate
public String getPaymentDate()
The date of payment for the pay period.
-
getStartDate
public String getStartDate()
The start date of the pay period.
-
getYear
public String getYear()
The year of the pay period.
-
-