Klasse MigrationDTOSchulformen

java.lang.Object
de.svws_nrw.db.dto.migration.schild.schule.MigrationDTOSchulformen

@Entity public final class MigrationDTOSchulformen extends Object
Diese Klasse dient als DTO für die Datenbanktabelle EigeneSchule_Schulformen. Sie wurde automatisch per Skript generiert und sollte nicht verändert werden, da sie aufgrund von Änderungen am DB-Schema ggf. neu generiert und überschrieben wird.
  • Felddetails Linksymbol

    • QUERY_ALL Linksymbol

      public static final String QUERY_ALL
      Die Datenbankabfrage für alle DTOs
      Siehe auch:
    • QUERY_PK Linksymbol

      public static final String QUERY_PK
      Die Datenbankabfrage für DTOs anhand der Primärschlüsselattribute
      Siehe auch:
    • QUERY_LIST_PK Linksymbol

      public static final String QUERY_LIST_PK
      Die Datenbankabfrage für DTOs anhand einer Liste von Primärschlüsselattributwerten
      Siehe auch:
    • QUERY_MIGRATION_ALL Linksymbol

      public static final String QUERY_MIGRATION_ALL
      Die Datenbankabfrage für alle DTOs im Rahmen der Migration, wobei die Einträge entfernt werden, die nicht der Primärschlüssel-Constraint entsprechen
      Siehe auch:
    • QUERY_BY_ID Linksymbol

      public static final String QUERY_BY_ID
      Die Datenbankabfrage für DTOs anhand des Attributes ID
      Siehe auch:
    • QUERY_LIST_BY_ID Linksymbol

      public static final String QUERY_LIST_BY_ID
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes ID
      Siehe auch:
    • QUERY_BY_SGL Linksymbol

      public static final String QUERY_BY_SGL
      Die Datenbankabfrage für DTOs anhand des Attributes SGL
      Siehe auch:
    • QUERY_LIST_BY_SGL Linksymbol

      public static final String QUERY_LIST_BY_SGL
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes SGL
      Siehe auch:
    • QUERY_BY_SF_SGL Linksymbol

      public static final String QUERY_BY_SF_SGL
      Die Datenbankabfrage für DTOs anhand des Attributes SF_SGL
      Siehe auch:
    • QUERY_LIST_BY_SF_SGL Linksymbol

      public static final String QUERY_LIST_BY_SF_SGL
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes SF_SGL
      Siehe auch:
    • QUERY_BY_SCHULFORM Linksymbol

      public static final String QUERY_BY_SCHULFORM
      Die Datenbankabfrage für DTOs anhand des Attributes Schulform
      Siehe auch:
    • QUERY_LIST_BY_SCHULFORM Linksymbol

      public static final String QUERY_LIST_BY_SCHULFORM
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes Schulform
      Siehe auch:
    • QUERY_BY_DOPPELQUALIFIKATION Linksymbol

      public static final String QUERY_BY_DOPPELQUALIFIKATION
      Die Datenbankabfrage für DTOs anhand des Attributes DoppelQualifikation
      Siehe auch:
    • QUERY_LIST_BY_DOPPELQUALIFIKATION Linksymbol

      public static final String QUERY_LIST_BY_DOPPELQUALIFIKATION
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes DoppelQualifikation
      Siehe auch:
    • QUERY_BY_SORTIERUNG Linksymbol

      public static final String QUERY_BY_SORTIERUNG
      Die Datenbankabfrage für DTOs anhand des Attributes Sortierung
      Siehe auch:
    • QUERY_LIST_BY_SORTIERUNG Linksymbol

      public static final String QUERY_LIST_BY_SORTIERUNG
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes Sortierung
      Siehe auch:
    • QUERY_BY_SICHTBAR Linksymbol

      public static final String QUERY_BY_SICHTBAR
      Die Datenbankabfrage für DTOs anhand des Attributes Sichtbar
      Siehe auch:
    • QUERY_LIST_BY_SICHTBAR Linksymbol

      public static final String QUERY_LIST_BY_SICHTBAR
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes Sichtbar
      Siehe auch:
    • QUERY_BY_BKINDEX Linksymbol

      public static final String QUERY_BY_BKINDEX
      Die Datenbankabfrage für DTOs anhand des Attributes BKIndex
      Siehe auch:
    • QUERY_LIST_BY_BKINDEX Linksymbol

      public static final String QUERY_LIST_BY_BKINDEX
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes BKIndex
      Siehe auch:
    • QUERY_BY_SCHULNREIGNER Linksymbol

      public static final String QUERY_BY_SCHULNREIGNER
      Die Datenbankabfrage für DTOs anhand des Attributes SchulnrEigner
      Siehe auch:
    • QUERY_LIST_BY_SCHULNREIGNER Linksymbol

      public static final String QUERY_LIST_BY_SCHULNREIGNER
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes SchulnrEigner
      Siehe auch:
    • QUERY_BY_SCHULFORM2 Linksymbol

      public static final String QUERY_BY_SCHULFORM2
      Die Datenbankabfrage für DTOs anhand des Attributes Schulform2
      Siehe auch:
    • QUERY_LIST_BY_SCHULFORM2 Linksymbol

      public static final String QUERY_LIST_BY_SCHULFORM2
      Die Datenbankabfrage für DTOs anhand einer Liste von Werten des Attributes Schulform2
      Siehe auch:
    • ID Linksymbol

      public Long ID
      ID der Schulgliederung
    • SGL Linksymbol

      public String SGL
      Schulgliedererung die an der Schule vorkommt
    • SF_SGL Linksymbol

      public String SF_SGL
      Statistikkürzel SchulformSchulgliederung
    • Schulform Linksymbol

      public String Schulform
      Schulform der SGL
    • DoppelQualifikation Linksymbol

      public Boolean DoppelQualifikation
      Gibt an, ob am Berufskolleg die SGL mit Doppelqualifikation abgeschlossen werden kann
    • Sortierung Linksymbol

      public Integer Sortierung
      Sortierung der SGL
    • Sichtbar Linksymbol

      public Boolean Sichtbar
      Sichtbarkeit der SGL
    • BKIndex Linksymbol

      public Integer BKIndex
      BKIndex zur SGL (IT.NRW)
    • SchulnrEigner Linksymbol

      public Integer SchulnrEigner
      Die Schulnummer zu welcher der Datensatz gehört – wird benötigt, wenn mehrere Schulen in einem Schema der Datenbank gespeichert werden
    • Schulform2 Linksymbol

      public String Schulform2
      Schulform2 zur SGL
  • Konstruktordetails Linksymbol

    • MigrationDTOSchulformen Linksymbol

      public MigrationDTOSchulformen(Long ID)
      Erstellt ein neues Objekt der Klasse MigrationDTOSchulformen ohne eine Initialisierung der Attribute.
      Parameter:
      ID - der Wert für das Attribut ID
  • Methodendetails Linksymbol

    • equals Linksymbol

      public boolean equals(Object obj)
      Setzt außer Kraft:
      equals in Klasse Object
    • hashCode Linksymbol

      public int hashCode()
      Setzt außer Kraft:
      hashCode in Klasse Object
    • toString Linksymbol

      public String toString()
      Konvertiert das Objekt in einen String. Dieser kann z.B. für Debug-Ausgaben genutzt werden.
      Setzt außer Kraft:
      toString in Klasse Object
      Gibt zurück:
      die String-Repräsentation des Objektes