Package com.mindee.product.resume
Class ResumeV1Certificate
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.resume.ResumeV1Certificate
-
- All Implemented Interfaces:
LineItemField,PositionData
public class ResumeV1Certificate extends BaseField implements LineItemField
The list of certificates obtained by the candidate.
-
-
Constructor Summary
Constructors Constructor Description ResumeV1Certificate()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetGrade()The grade obtained for the certificate.StringgetName()The name of certification.StringgetProvider()The organization or institution that issued the certificate.StringgetYear()The year when a certificate was issued or received.booleanisEmpty()StringtoString()StringtoTableLine()Output the line in a format suitable for inclusion in an rST table.-
Methods inherited from class com.mindee.parsing.standard.BaseField
canEqual, equals, getBoundingBox, getConfidence, getPageId, getPolygon, hashCode
-
-
-
-
Method Detail
-
isEmpty
public boolean isEmpty()
-
toTableLine
public String toTableLine()
Output the line in a format suitable for inclusion in an rST table.- Specified by:
toTableLinein interfaceLineItemField
-
getGrade
public String getGrade()
The grade obtained for the certificate.
-
getName
public String getName()
The name of certification.
-
getProvider
public String getProvider()
The organization or institution that issued the certificate.
-
getYear
public String getYear()
The year when a certificate was issued or received.
-
-