data.exam
Class MaxPointsInExamRestriction
java.lang.Object
data.exam.MaxPointsInExamRestriction
- All Implemented Interfaces:
- SubscriptionRestriction
public class MaxPointsInExamRestriction
- extends java.lang.Object
- implements SubscriptionRestriction
Das ist ein schneller Hack, um aus einer proprietären Punkteliste in XML die Zulassung zur Nachklausur
zu überprüfen.
- Author:
- Thorsten Berger
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
MaxPointsInExamRestriction
public MaxPointsInExamRestriction()
getIdentificationString
public java.lang.String getIdentificationString()
- Specified by:
getIdentificationString in interface SubscriptionRestriction
verifySubscription
public boolean verifySubscription(User student)
- Specified by:
verifySubscription in interface SubscriptionRestriction
getPropertyVars
public java.lang.String[] getPropertyVars()
- Description copied from interface:
SubscriptionRestriction
- alle Var., die in Properties gespeichert werden müssen ohne "method"-Property
- Specified by:
getPropertyVars in interface SubscriptionRestriction
getDescriptionOfPropertyVars
public java.lang.String[] getDescriptionOfPropertyVars()
- Description copied from interface:
SubscriptionRestriction
- Beschreibender Name des entspr. Properties
- Specified by:
getDescriptionOfPropertyVars in interface SubscriptionRestriction
setProperties
public void setProperties(java.util.Properties props)
- Specified by:
setProperties in interface SubscriptionRestriction
toString
public java.lang.String toString()
- Specified by:
toString in interface SubscriptionRestriction- Overrides:
toString in class java.lang.Object