public interface ICityViolation
| Modifier and Type | Method and Description |
|---|---|
ICity |
getCity()
City that violated the customs.
|
java.time.LocalDateTime |
getDate()
Date when the violation was brought to the notice of the alderman.
|
ECityViolationPunishment |
getPunishment()
Retrieve the proposed punishment for the violation.
|
ICity getCity()
java.time.LocalDateTime getDate()
ECityViolationPunishment getPunishment()
Copyright © 2011-2018 Sahits GmbH. All Rights Reserved.