Class ShipmentMeasurements


  • public class ShipmentMeasurements
    extends java.lang.Object
    Shipment measurement details.
    • Constructor Detail

      • ShipmentMeasurements

        public ShipmentMeasurements()
    • Method Detail

      • getGrossShipmentWeight

        public Weight getGrossShipmentWeight()
        Get grossShipmentWeight
        Returns:
        grossShipmentWeight
      • setGrossShipmentWeight

        public void setGrossShipmentWeight​(Weight grossShipmentWeight)
      • getShipmentVolume

        public Volume getShipmentVolume()
        Get shipmentVolume
        Returns:
        shipmentVolume
      • setShipmentVolume

        public void setShipmentVolume​(Volume shipmentVolume)
      • getCartonCount

        public java.lang.Integer getCartonCount()
        Number of cartons present in the shipment. Provide the cartonCount only for non-palletized shipments.
        Returns:
        cartonCount
      • setCartonCount

        public void setCartonCount​(java.lang.Integer cartonCount)
      • getPalletCount

        public java.lang.Integer getPalletCount()
        Number of pallets present in the shipment. Provide the palletCount only for palletized shipments.
        Returns:
        palletCount
      • setPalletCount

        public void setPalletCount​(java.lang.Integer palletCount)
      • equals

        public boolean equals​(java.lang.Object o)
        Overrides:
        equals in class java.lang.Object
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object