Package com.mindee.product.fr.payslip
Class PayslipV3Employment
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV3Employment
-
- All Implemented Interfaces:
PositionData
public class PayslipV3Employment extends BaseField
Information about the employment.
-
-
Constructor Summary
Constructors Constructor Description PayslipV3Employment()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getCategory()
The category of the employment.String
getCoefficient()
The coefficient of the employment.String
getCollectiveAgreement()
The collective agreement of the employment.String
getJobTitle()
The job title of the employee.String
getPositionLevel()
The position level of the employment.String
getSeniorityDate()
The seniority date of the employment.String
getStartDate()
The start date of the employment.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.
-
getCategory
public String getCategory()
The category of the employment.
-
getCoefficient
public String getCoefficient()
The coefficient of the employment.
-
getCollectiveAgreement
public String getCollectiveAgreement()
The collective agreement of the employment.
-
getJobTitle
public String getJobTitle()
The job title of the employee.
-
getPositionLevel
public String getPositionLevel()
The position level of the employment.
-
getSeniorityDate
public String getSeniorityDate()
The seniority date of the employment.
-
getStartDate
public String getStartDate()
The start date of the employment.
-
-