Class BillOfLadingV1CarrierItem

    • Constructor Detail

      • BillOfLadingV1CarrierItem

        public BillOfLadingV1CarrierItem()
    • Method Detail

      • isEmpty

        public boolean isEmpty()
        Specified by:
        isEmpty in class BaseField
        Returns:
        true if the field is empty, false otherwise.
      • toTableLine

        public String toTableLine()
        Output the line in a format suitable for inclusion in an rST table.
        Specified by:
        toTableLine in interface LineItemField
      • 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.