finish class Bestellung
parent
cb674f604a
commit
6294762a56
|
|
@ -11,13 +11,7 @@ public class Bestellung {
|
||||||
this.storniert = false;
|
this.storniert = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
public Bestellung(int id, Warenkorb bestellungen, Boolean storniert) {
|
public void StorniereBestellung() {
|
||||||
this.id = id;
|
this.storniert = true;
|
||||||
this.bestellungen = bestellungen;
|
|
||||||
this.storniert = storniert;
|
|
||||||
};
|
|
||||||
|
|
||||||
public void StorniereBestellung(Warenkorb storniert) {
|
|
||||||
|
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue