Class SpecialTaxViolation
- java.lang.Object
-
- ch.sahits.game.openpatrician.model.city.cityhall.impl.CityViolation
-
- ch.sahits.game.openpatrician.model.city.cityhall.impl.SpecialTaxViolation
-
- All Implemented Interfaces:
ICityViolation,ISpecialTaxViolation
public class SpecialTaxViolation extends CityViolation implements ISpecialTaxViolation
- Author:
- Andi Hotz, (c) Sahits GmbH, 2014 Created on Dec 31, 2014
-
-
Constructor Summary
Constructors Constructor Description SpecialTaxViolation(ICity city, java.time.LocalDateTime date)
-
Method Summary
-
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.city.cityhall.ICityViolation
getCity, getDate, getPunishment
-
-
-
-
Constructor Detail
-
SpecialTaxViolation
public SpecialTaxViolation(ICity city, java.time.LocalDateTime date)
-
-