public class Airline extends Object
Constructor and Description |
---|
Airline(String name,
String contactPhone) |
Modifier and Type | Method and Description |
---|---|
String |
getContactPhone() |
String |
getName() |
void |
setContactPhone(String contactPhone) |
void |
setName(String name) |
Copyright © 2022 Eclipse Foundation. All rights reserved.