initial commit

master
3007492 2024-10-17 15:36:41 +02:00
parent a80da0f00a
commit 1d5ffedae4
1 changed files with 5 additions and 1 deletions

View File

@ -20,6 +20,10 @@ public class Produkt {
return name;
}
public String setName(){
return name;
}
public String getBeschreibung() {
return beschreibung;
}