initial commit
parent
a80da0f00a
commit
1d5ffedae4
|
@ -14,12 +14,16 @@ public class Produkt {
|
|||
this.preis = preis;
|
||||
this.gewicht = gewicht;
|
||||
this.bestand = bestand;
|
||||
}
|
||||
}
|
||||
|
||||
public String getName() {
|
||||
return name;
|
||||
}
|
||||
|
||||
public String setName(){
|
||||
return name;
|
||||
}
|
||||
|
||||
public String getBeschreibung() {
|
||||
return beschreibung;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue