taxisrus.implementation
Class Driver

java.lang.Object
  |
  +--taxisrus.implementation.Driver
All Implemented Interfaces:
Serializable

public class Driver
extends Object
implements Serializable

Author:
MIKAM Tribe
See Also:
Serialized Form

Field Summary
protected  int _driverID
           
protected  String _driverName
           
protected  String _favoriteMcDonaldsExtraValueMenuMeal
           
 
Constructor Summary
Driver()
           
Driver(int driverID)
           
Driver(int driverID, String name)
           
 
Method Summary
 int getDriverID()
           
 String getDriverName()
           
 void setDriverID(int newID)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_driverID

protected int _driverID

_driverName

protected String _driverName

_favoriteMcDonaldsExtraValueMenuMeal

protected String _favoriteMcDonaldsExtraValueMenuMeal
Constructor Detail

Driver

public Driver()

Driver

public Driver(int driverID)

Driver

public Driver(int driverID,
              String name)
Method Detail

setDriverID

public void setDriverID(int newID)

getDriverID

public int getDriverID()

getDriverName

public String getDriverName()


API documentation for build 958