Package com.mindee.product.fr.energybill
Class EnergyBillV1EnergySupplier
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.fr.energybill.EnergyBillV1EnergySupplier
-
- All Implemented Interfaces:
PositionData
public class EnergyBillV1EnergySupplier extends BaseField
The company that supplies the energy.
-
-
Constructor Summary
Constructors Constructor Description EnergyBillV1EnergySupplier()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description String
getAddress()
The address of the energy supplier.String
getName()
The name of the energy supplier.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 energy supplier.
-
getName
public String getName()
The name of the energy supplier.
-
-