singleview jap wine

This commit is contained in:
2023-03-24 00:11:47 +01:00
parent d18f0f197c
commit 85276999a3
5 changed files with 64 additions and 7 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 298 KiB

After

Width:  |  Height:  |  Size: 312 KiB

View File

@@ -156,6 +156,8 @@ class Jahresauswahlprobe #IMPLEMENTED_COLOR {
-dateAllowRegistration_end: Date
-dateAllowShow_start: Date
-dateAllowShow_end: Date
-date_start: Date
-date_end: Date
+getAllowedCategories(): List<Category>
+setAllowedCategories(allowedCategories: List<Category>): void
+getName(): String
@@ -170,6 +172,10 @@ class Jahresauswahlprobe #IMPLEMENTED_COLOR {
+setDateAllowShowStart(dateAllowShowStart: Date): void
+getDateAllowShowEnd(): Date
+setDateAllowShowEnd(dateAllowShowEnd: Date): void
+getDateStart(): Date
+setDateStart(dateStart: Date): void
+getDateEnd(): Date
+setDateEnd(dateEnd: Date): void
+getUid(): Int
+setUid(uid: Int): void
}