model
Class SeriesStatistics

java.lang.Object
  extended by 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

Field Summary
static int AveragePointsFieldID
           
static int QuantityOfCorrectedSolutionsFieldID
           
static int QuantityOfSolutionsFieldID
           
static int SeriesIDFieldID
           
 
Constructor Summary
SeriesStatistics(int id, int QuantityOfStudents, int QuantityOfSolutions, int QuantityOfCorrectedSolutions, float AveragePoints, float MaxPoints)
           
 
Method Summary
 java.lang.String[] getFieldDescriptions()
          Enthält die Namen der Felder, die in der Kopfzeile stehen.
 java.lang.String getFieldValue(int i)
          Akt.
 boolean RadioButtonSelectable()
          Falls RadioButton gesetzt, ist der auch auswählbar?
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

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
Constructor Detail

SeriesStatistics

public SeriesStatistics(int id,
                        int QuantityOfStudents,
                        int QuantityOfSolutions,
                        int QuantityOfCorrectedSolutions,
                        float AveragePoints,
                        float MaxPoints)
Method Detail

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: