MockGebietListe ergänzt
This commit is contained in:
parent
3775b1c436
commit
4bef4d00b0
@ -24,5 +24,30 @@ public class GebietListe implements ListenInterface
|
||||
this.gebiete = gebiete;
|
||||
}
|
||||
|
||||
public Gebiet getGebietMinDurchschnittsEinkommen()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public Gebiet getGebietMaxAnzahlEinwohner()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public int getAnzahlGesamt()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public int getAnzahlUnvollständig()
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
public List<Gebiet> getGebieteNachNamen(String namensanfang)
|
||||
{
|
||||
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user