public class AircraftType extends Object
| Constructor and Description |
|---|
AircraftType() |
AircraftType(String manufacturer,
String model,
int capacity) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
int |
getCapacity() |
String |
getManufacturer() |
String |
getModel() |
int |
hashCode() |
void |
setCapacity(int capacity) |
void |
setManufacturer(String manufacturer) |
void |
setModel(String model) |
String |
toString() |
Copyright © 2007-2014, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.