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