Package com.mindee.product.billoflading
Class BillOfLadingV1CarrierItem
- java.lang.Object
-
- com.mindee.parsing.standard.BaseField
-
- com.mindee.product.billoflading.BillOfLadingV1CarrierItem
-
- All Implemented Interfaces:
LineItemField,PositionData
public class BillOfLadingV1CarrierItem extends BaseField implements LineItemField
The goods being shipped.
-
-
Constructor Summary
Constructors Constructor Description BillOfLadingV1CarrierItem()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetDescription()A description of the item.DoublegetGrossWeight()The gross weight of the item.DoublegetMeasurement()The measurement of the item.StringgetMeasurementUnit()The unit of measurement for the measurement.DoublegetQuantity()The quantity of the item being shipped.StringgetWeightUnit()The unit of measurement for weights.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
-
getDescription
public String getDescription()
A description of the item.
-
getGrossWeight
public Double getGrossWeight()
The gross weight of the item.
-
getMeasurement
public Double getMeasurement()
The measurement of the item.
-
getMeasurementUnit
public String getMeasurementUnit()
The unit of measurement for the measurement.
-
getQuantity
public Double getQuantity()
The quantity of the item being shipped.
-
getWeightUnit
public String getWeightUnit()
The unit of measurement for weights.
-
-