klassendiagramm und wording digitization

This commit is contained in:
2023-03-15 11:16:38 +01:00
parent 6f3161370e
commit 4e18b44d43
6 changed files with 112 additions and 29 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 312 KiB

After

Width:  |  Height:  |  Size: 298 KiB

View File

@@ -156,12 +156,8 @@ class Jahresauswahlprobe #IMPLEMENTED_COLOR {
-dateAllowRegistration_end: Date
-dateAllowShow_start: Date
-dateAllowShow_end: Date
+getAllowedVinesites(): List<Vinesite>
+setAllowedVinesites(allowedVinesites: List<Vinesite>): void
+getAllowedCategories(): List<Category>
+setAllowedCategories(allowedCategories: List<Category>): void
+getAllowedGrapes(): List<Grape>
+setAllowedGrapes(allowedGrapes: List<Grape>): void
+getName(): String
+setName(name: String): void
+getDescription(): String