Class Parkplatz

java.lang.Object
  extended by Ort
      extended by Parkplatz

public class Parkplatz
extends Ort

Alle Autos, die zur Vermietung bereitstehen, befinden sich auf dem Parkplatz.


Constructor Summary
Parkplatz()
           
 
Method Summary
 
Methods inherited from class Ort
abmelden, anmelden, getAlleAutos, getAlleAutos, getAuto, main, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Parkplatz

public Parkplatz()