aim4.im.v2i.reservation
Class AczManager.Plan

java.lang.Object
  extended by aim4.im.v2i.reservation.AczManager.Plan
Enclosing class:
AczManager

public static class AczManager.Plan
extends Object

The plan of the reservation.


Constructor Summary
AczManager.Plan(int vin, double length, double stopDist)
          Create a plan of the reservation.
 
Method Summary
 double getLength()
          Get the length of the vehicle.
 double getStopDist()
          Get the stopping distance.
 int getVin()
          Get the VIN of the vehicle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AczManager.Plan

public AczManager.Plan(int vin,
                       double length,
                       double stopDist)
Create a plan of the reservation.

Parameters:
vin - the VIN of the vehicle
length - the length of the vehicle
stopDist - the stopping distance
Method Detail

getVin

public int getVin()
Get the VIN of the vehicle.

Returns:
the VIN of the vehicle

getLength

public double getLength()
Get the length of the vehicle.

Returns:
the length of the vehicle

getStopDist

public double getStopDist()
Get the stopping distance.

Returns:
the stopping distance


Copyright © 2011. All Rights Reserved.