data.exam
Class PointsRestriction

java.lang.Object
  extended by data.exam.PointsRestriction
All Implemented Interfaces:
SubscriptionRestriction

public class PointsRestriction
extends java.lang.Object
implements SubscriptionRestriction

Author:
Thorsten Berger

Constructor Summary
PointsRestriction()
           
 
Method Summary
 java.lang.String[] getDescriptionOfPropertyVars()
          Beschreibender Name des entspr.
 java.lang.String getIdentificationString()
          (non-Javadoc)
 java.lang.String[] getPropertyVars()
          alle Var., die in Properties gespeichert werden müssen ohne "method"-Property
 void setProperties(java.util.Properties props)
           
 java.lang.String toString()
           
 boolean verifySubscription(User student)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PointsRestriction

public PointsRestriction()
Method Detail

setProperties

public void setProperties(java.util.Properties props)
Specified by:
setProperties in interface SubscriptionRestriction

getIdentificationString

public java.lang.String getIdentificationString()
(non-Javadoc)

Specified by:
getIdentificationString in interface SubscriptionRestriction
See Also:
SubscriptionRestriction.getIdentificationString()

toString

public java.lang.String toString()
Specified by:
toString in interface SubscriptionRestriction
Overrides:
toString in class java.lang.Object

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