aim4.im.v2i.policy
Class BasePolicy.ReservationRecord

java.lang.Object
  extended by aim4.im.v2i.policy.BasePolicy.ReservationRecord
Enclosing class:
BasePolicy

public static class BasePolicy.ReservationRecord
extends Object

The record of a reservation.


Constructor Summary
BasePolicy.ReservationRecord(int vin, int aczLaneId)
          Create a record of a reservation
 
Method Summary
 int getAczLaneId()
          Get the ACZ lane ID.
 int getVin()
          Get the VIN of a vehicle.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BasePolicy.ReservationRecord

public BasePolicy.ReservationRecord(int vin,
                                    int aczLaneId)
Create a record of a reservation

Parameters:
vin - the VIN of a vehicle
aczLaneId - the ACZ lane ID
Method Detail

getVin

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

Returns:
the VIN of a vehicle

getAczLaneId

public int getAczLaneId()
Get the ACZ lane ID.

Returns:
the ACZ lane ID


Copyright © 2011. All Rights Reserved.