Uses of Interface
ch.sahits.game.openpatrician.model.city.impl.IDebt
-
Packages that use IDebt Package Description ch.sahits.game.openpatrician.model.city ch.sahits.game.openpatrician.model.city.impl -
-
Uses of IDebt in ch.sahits.game.openpatrician.model.city
Methods in ch.sahits.game.openpatrician.model.city that return types with arguments of type IDebt Modifier and Type Method Description java.util.List<IDebt>ILoaner. getDebts()Retrieve the list of all debts for this city.Methods in ch.sahits.game.openpatrician.model.city with parameters of type IDebt Modifier and Type Method Description voidILoaner. addDebt(IDebt debt)Add a new debt to the list. -
Uses of IDebt in ch.sahits.game.openpatrician.model.city.impl
Classes in ch.sahits.game.openpatrician.model.city.impl that implement IDebt Modifier and Type Class Description classDebtMethods in ch.sahits.game.openpatrician.model.city.impl with parameters of type IDebt Modifier and Type Method Description voidLoanerState. addDebt(IDebt debt)
-