Modifier and Type | Class and Description |
---|---|
static class |
Auto2.Type |
Modifier and Type | Field and Description |
---|---|
private Driver2 |
driver |
private int |
id |
private Auto2.Type |
type |
Constructor and Description |
---|
Auto2() |
Modifier and Type | Method and Description |
---|---|
Driver2 |
getDriver() |
int |
getId() |
Auto2.Type |
getType() |
void |
setDriver(Driver2 driver) |
void |
setType(Auto2.Type type) |
private int id
private Auto2.Type type
private Driver2 driver
public int getId()
public Auto2.Type getType()
public void setType(Auto2.Type type)
public Driver2 getDriver()
public void setDriver(Driver2 driver)
Copyright © 2015 John's Hopkins University, Engineering Programs for Professionals. All rights reserved.