model
Class SeriesStatistics
java.lang.Object
model.SeriesStatistics
- All Implemented Interfaces:
- Listable
public class SeriesStatistics
- extends java.lang.Object
- implements Listable
Repräsentiert die Korrektur-Statistik einer Serie
- Author:
- Thorsten Berger
Constructor Summary |
SeriesStatistics(int id,
int QuantityOfStudents,
int QuantityOfSolutions,
int QuantityOfCorrectedSolutions,
float AveragePoints,
float MaxPoints)
|
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
SeriesIDFieldID
public static final int SeriesIDFieldID
- See Also:
- Constant Field Values
QuantityOfSolutionsFieldID
public static final int QuantityOfSolutionsFieldID
- See Also:
- Constant Field Values
QuantityOfCorrectedSolutionsFieldID
public static final int QuantityOfCorrectedSolutionsFieldID
- See Also:
- Constant Field Values
AveragePointsFieldID
public static final int AveragePointsFieldID
- See Also:
- Constant Field Values
SeriesStatistics
public SeriesStatistics(int id,
int QuantityOfStudents,
int QuantityOfSolutions,
int QuantityOfCorrectedSolutions,
float AveragePoints,
float MaxPoints)
getFieldDescriptions
public java.lang.String[] getFieldDescriptions()
- Description copied from interface:
Listable
- Enthält die Namen der Felder, die in der Kopfzeile stehen.
Länge des Arrays bestimmt Anzahl Spalten.
- Specified by:
getFieldDescriptions
in interface Listable
- Returns:
getFieldValue
public java.lang.String getFieldValue(int i)
- Description copied from interface:
Listable
- Akt. Wert der Spalte zurückgeben
- Specified by:
getFieldValue
in interface Listable
- Returns:
RadioButtonSelectable
public boolean RadioButtonSelectable()
- Description copied from interface:
Listable
- Falls RadioButton gesetzt, ist der auch auswählbar?
- Specified by:
RadioButtonSelectable
in interface Listable
- Returns: