Class ShipperInstruction


  • public class ShipperInstruction
    extends java.lang.Object
    The shipper instruction.
    • Constructor Detail

      • ShipperInstruction

        public ShipperInstruction()
    • Method Detail

      • deliveryNotes

        public ShipperInstruction deliveryNotes​(java.lang.String deliveryNotes)
      • getDeliveryNotes

        public java.lang.String getDeliveryNotes()
        The delivery notes for the shipment
        Returns:
        deliveryNotes
      • setDeliveryNotes

        public void setDeliveryNotes​(java.lang.String deliveryNotes)
      • 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