Package com.mindee.product.fr.payslip
Class PayslipV2PayPeriod
- java.lang.Object
 - 
- com.mindee.parsing.standard.BaseField
 - 
- com.mindee.product.fr.payslip.PayslipV2PayPeriod
 
 
 
- 
- All Implemented Interfaces:
 PositionData
public class PayslipV2PayPeriod extends BaseField
Information about the pay period. 
- 
- 
Constructor Summary
Constructors Constructor Description PayslipV2PayPeriod() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetEndDate()The end date of the pay period.StringgetMonth()The month of the pay period.StringgetPaymentDate()The date of payment for the pay period.StringgetStartDate()The start date of the pay period.StringgetYear()The year of the pay period.booleanisEmpty()StringtoFieldList()Output the object in a format suitable for inclusion in an rST field list.StringtoString()- 
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. 
 - 
 
 -