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 String
getDescription()
A description of the item.Double
getGrossWeight()
The gross weight of the item.Double
getMeasurement()
The measurement of the item.String
getMeasurementUnit()
The unit of measurement for the measurement.Double
getQuantity()
The quantity of the item being shipped.String
getWeightUnit()
The unit of measurement for weights.boolean
isEmpty()
String
toString()
String
toTableLine()
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:
toTableLine
in 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.
-
-