|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.cougaar.tutorial.booksonline.util.gis.GISWarehouseLocsRecord
Description: Internal representation of GIS Warehouse location
information.
Notes:
- This is strictly a data storage class.
| 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 |
public java.lang.String warehouseCity
public java.lang.String depotCity
public int etaDays
public int routeNumber
| Constructor Detail |
public GISWarehouseLocsRecord()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||