public interface IBaseTraveler
| Modifier and Type | Method and Description |
|---|---|
ICity |
getDestination() |
int |
getPremium() |
void |
setDestination(ICity destination) |
void |
setPremium(int premium) |
Copyright © 2011-2017 Sahits GmbH. All Rights Reserved.