aufräumen
This commit is contained in:
parent
4668fc7386
commit
87b3b7108b
|
@ -20,19 +20,19 @@ public class Vorlesung {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getStudiengruppe() {
|
String getStudiengruppe() {
|
||||||
return studiengruppe;
|
return studiengruppe;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getTitle() {
|
String getTitle() {
|
||||||
return title;
|
return title;
|
||||||
}
|
}
|
||||||
|
|
||||||
public String getDozent() {
|
String getDozent() {
|
||||||
return dozent;
|
return dozent;
|
||||||
}
|
}
|
||||||
|
|
||||||
public int getTeilnehmerzahl() {
|
int getTeilnehmerzahl() {
|
||||||
return teilnehmerzahl;
|
return teilnehmerzahl;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue