Klasse GostBlockungKursAufteilung

java.lang.Object
de.svws_nrw.core.data.gost.GostBlockungKursAufteilung

public class GostBlockungKursAufteilung extends Object
Diese Klasse wird für die Rückmeldung beim Aufteilen eines Kurses einer Blockung der gymnasialen Oberstufe in zwei Kurse verwendet.
  • Felddetails

    • kurs1

      @NotNull public @NotNull GostBlockungKurs kurs1
      Informationen zum ersten Kurs.
    • kurs2

      @NotNull public @NotNull GostBlockungKurs kurs2
      Informationen zum zweiten Kurs.
    • schueler1

      @NotNull public @NotNull List<Long> schueler1
      Die IDs der Schüler, die dem ersten Kurs zugeordnet bleiben.
    • schueler2

      @NotNull public @NotNull List<Long> schueler2
      Die IDs der Schüler, die dem zweiten Kurs zugeordnet werden.
  • Konstruktordetails

    • GostBlockungKursAufteilung

      public GostBlockungKursAufteilung()
      Leerer Standardkonstruktor.