interface IBasePatrol extends ISideRoomPerson
isPresentProperty| Modifier and Type | Method and Description |
|---|---|
int |
getCurrentDestIndex()
Retrieve the current index in the destination list.
|
ICity[] |
getDestinations()
Retrieve the destinations
|
String |
getName()
Get the name of the client.
|
int |
getPremium()
Retrieve the premium for successful finishing the patrol.
|
void |
setCurrentDestIndex(int index)
Set the current index in the destination list.
|
void |
setDestinations(ICity[] cities)
Set the destination city of the patrol.
|
void |
setName(String name)
Set the name of the client.
|
void |
setPremium(int premium)
Set the premium for task completion.
|
arrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCityString getName()
void setName(String name)
name - of the clientICity[] getDestinations()
void setDestinations(ICity[] cities)
cities - int getPremium()
void setPremium(int premium)
premium - void setCurrentDestIndex(int index)
index - int getCurrentDestIndex()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.