public interface ISmuggler extends ISideRoomPerson
isPresentProperty| Modifier and Type | Method and Description |
|---|---|
int |
getAmount()
Retrieve the amount of ware that is to be smuggled.
|
ICity |
getDestination()
Destination city.
|
int |
getPremium() |
void |
setAmount(int amount) |
void |
setDestination(ICity destination) |
void |
setPremium(int premium) |
arrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCityint getAmount()
ICity getDestination()
int getPremium()
void setAmount(int amount)
void setPremium(int premium)
void setDestination(ICity destination)
Copyright © 2011-2016 Sahits GmbH. All Rights Reserved.