Package com.mindee.product.fr.payslip
Class PayslipV2Employer
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.payslip.PayslipV2Employer
-
- All Implemented Interfaces:
PositionData
public class PayslipV2Employer extends BaseField
Information about the employer.
-
-
Constructor Summary
Constructors Constructor Description PayslipV2Employer()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
The address of the employer.String
getCompanyId()
The company ID of the employer.String
getCompanySite()
The site of the company.String
getNafCode()
The NAF code of the employer.String
getName()
The name of the employer.String
getPhoneNumber()
The phone number of the employer.String
getUrssafNumber()
The URSSAF number of the employer.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 employer.
-
getCompanyId
public String getCompanyId()
The company ID of the employer.
-
getCompanySite
public String getCompanySite()
The site of the company.
-
getNafCode
public String getNafCode()
The NAF code of the employer.
-
getName
public String getName()
The name of the employer.
-
getPhoneNumber
public String getPhoneNumber()
The phone number of the employer.
-
getUrssafNumber
public String getUrssafNumber()
The URSSAF number of the employer.
-
-