Class Route


  • public class Route
    extends java.lang.Object
    This is used only for direct import shipment confirmations.
    • Constructor Summary

      Constructors 
      Constructor Description
      Route()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Route addStopsItem​(Stop stopsItem)  
      boolean equals​(java.lang.Object o)  
      java.util.List<Stop> getStops()
      The port or location involved in transporting the cargo, as specified in transportation contracts or operational plans.
      int hashCode()  
      void setStops​(java.util.List<Stop> stops)  
      Route stops​(java.util.List<Stop> stops)  
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Route

        public Route()
    • Method Detail

      • stops

        public Route stops​(java.util.List<Stop> stops)
      • addStopsItem

        public Route addStopsItem​(Stop stopsItem)
      • getStops

        public java.util.List<Stop> getStops()
        The port or location involved in transporting the cargo, as specified in transportation contracts or operational plans.
        Returns:
        stops
      • setStops

        public void setStops​(java.util.List<Stop> stops)
      • 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