generated from leonetienne/LaTeX-Paper-template
singleview jap wine
This commit is contained in:
Binary file not shown.
Before Width: | Height: | Size: 298 KiB After Width: | Height: | Size: 312 KiB |
@@ -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
|
||||
}
|
||||
|
Reference in New Issue
Block a user