Package com.mindee.product.fr.payslip
Class PayslipV2Employee
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV2Employee
-
- All Implemented Interfaces:
PositionData
public class PayslipV2Employee extends BaseField
Information about the employee.
-
-
Constructor Summary
Constructors Constructor Description PayslipV2Employee()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
The address of the employee.String
getDateOfBirth()
The date of birth of the employee.String
getFirstName()
The first name of the employee.String
getLastName()
The last name of the employee.String
getPhoneNumber()
The phone number of the employee.String
getRegistrationNumber()
The registration number of the employee.String
getSocialSecurityNumber()
The social security number of the employee.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.
-
getAddress
public String getAddress()
The address of the employee.
-
getDateOfBirth
public String getDateOfBirth()
The date of birth of the employee.
-
getFirstName
public String getFirstName()
The first name of the employee.
-
getLastName
public String getLastName()
The last name of the employee.
-
getPhoneNumber
public String getPhoneNumber()
The phone number of the employee.
-
getRegistrationNumber
public String getRegistrationNumber()
The registration number of the employee.
-
getSocialSecurityNumber
public String getSocialSecurityNumber()
The social security number of the employee.
-
-