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