Class TravelerState
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.people.impl.BaseTavernPerson
-
- ch.sahits.game.openpatrician.model.people.impl.TravelerState
-
- All Implemented Interfaces:
IBaseTraveler,IPerson,ITavernPerson,ITraveler
public class TravelerState extends BaseTavernPerson implements ITraveler
Implementation of a traveler. Every city can have a traveler and is referenced through it's TavernEngine.- Author:
- Andi Hotz, (c) Sahits GmbH, 2013 Created on Jan 20, 2013
-
-
Field Summary
-
Fields inherited from class ch.sahits.game.openpatrician.model.people.impl.BaseTavernPerson
date
-
-
Constructor Summary
Constructors Constructor Description TravelerState()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetMaxDaysPresent()Retrieve the max number of days present in the tavern.-
Methods inherited from class ch.sahits.game.openpatrician.model.people.impl.BaseTavernPerson
arrive, getMaxDaysAbsent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface ch.sahits.game.openpatrician.model.people.IBaseTraveler
getDestination, getPremium, setArrivalAtDestinationDate, setDestination, setPremium
-
Methods inherited from interface ch.sahits.game.openpatrician.model.people.ITavernPerson
arrive, getArrivalDate, getMaxDaysAbsent, getMaxDaysPresent, getNumberOfDaysSinceArrival, isPresent, isPresentProperty, leave, setCity
-
Methods inherited from interface ch.sahits.game.openpatrician.model.people.ITraveler
getArrivalAtDestinationDate, getDestination, getPremium
-
-
-
-
Method Detail
-
getMaxDaysPresent
public int getMaxDaysPresent()
Description copied from interface:ITavernPersonRetrieve the max number of days present in the tavern.- Specified by:
getMaxDaysPresentin interfaceITavernPerson- Overrides:
getMaxDaysPresentin classBaseTavernPerson- Returns:
- max number of present days in the tavern
-
-