org.cougaar.tutorial.booksonline.util.gis
Class GISWarehouseLocsRecord

java.lang.Object
  extended byorg.cougaar.tutorial.booksonline.util.gis.GISWarehouseLocsRecord

public class GISWarehouseLocsRecord
extends java.lang.Object

Description: Internal representation of GIS Warehouse location information.

Notes:
- This is strictly a data storage class.

Version:
1.0
Author:
Ed Meier, ©2000 Clark Software Engineering, Ltd. & Defense Advanced Research Projects Agency (DARPA)

Field Summary
 java.lang.String depotCity
          Description: Name of the city in which the depot resides.
 int etaDays
          Description: Number of days travel between warehouse and depot city.
 int routeNumber
          Description: Route number assinged to route between warehouse and depot city.
 java.lang.String warehouseCity
          Description: Name of the city in which the warehouse resides.
 
Constructor Summary
GISWarehouseLocsRecord()
          Description: A simple default constructor, no arguments, completely empty.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

warehouseCity

public java.lang.String warehouseCity
Description: Name of the city in which the warehouse resides.


depotCity

public java.lang.String depotCity
Description: Name of the city in which the depot resides.


etaDays

public int etaDays
Description: Number of days travel between warehouse and depot city.


routeNumber

public int routeNumber
Description: Route number assinged to route between warehouse and depot city.

Constructor Detail

GISWarehouseLocsRecord

public GISWarehouseLocsRecord()
Description: A simple default constructor, no arguments, completely empty.
Notes:
- This class is strictly to encapsulate the warehouse depot GIS information.