Class LandBridge

  • All Implemented Interfaces:
    ILandBridge

    public class LandBridge
    extends java.lang.Object
    implements ILandBridge
    Author:
    Andi Hotz, (c) Sahits GmbH, 2015 Created on Jun 06, 2015
    • Field Summary

      Fields 
      Modifier and Type Field Description
      private ICity from  
      private ICity to  
    • Constructor Summary

      Constructors 
      Constructor Description
      LandBridge()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • from

        private final ICity from
      • to

        private final ICity to
    • Constructor Detail

      • LandBridge

        public LandBridge()