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