public class EldermanOffice extends Object implements IEldermanOffice
| Modifier and Type | Field and Description |
|---|---|
private List<IEldermanTask> |
tasks |
private com.google.common.base.Optional<ICityViolation> |
violation |
| Constructor and Description |
|---|
EldermanOffice() |
| Modifier and Type | Method and Description |
|---|---|
void |
update()
Monthly check if there should be new tasks or violations added.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetTasks, getViolationprivate final List<IEldermanTask> tasks
private com.google.common.base.Optional<ICityViolation> violation
public void update()
IEldermanOfficeupdate in interface IEldermanOfficeCopyright © 2011-2015 Sahits GmbH. All Rights Reserved.