sk.stuba.fiit.foo07.genex.beans
Class QuestionPoints

java.lang.Object
  extended by sk.stuba.fiit.foo07.genex.beans.QuestionPoints

public class QuestionPoints
extends java.lang.Object

Author:
Martin

Constructor Summary
QuestionPoints()
           
QuestionPoints(java.lang.Integer questionId, java.lang.Float points)
           
 
Method Summary
 java.lang.Float getPoints()
           
 java.lang.Integer getQuestionId()
           
 void setPoints(java.lang.Float points)
           
 void setQuestionId(java.lang.Integer questionId)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

QuestionPoints

public QuestionPoints()

QuestionPoints

public QuestionPoints(java.lang.Integer questionId,
                      java.lang.Float points)
Method Detail

getQuestionId

public java.lang.Integer getQuestionId()
Returns:
the questionId

setQuestionId

public void setQuestionId(java.lang.Integer questionId)
Parameters:
questionId - the questionId to set

getPoints

public java.lang.Float getPoints()
Returns:
the points

setPoints

public void setPoints(java.lang.Float points)
Parameters:
points - the points to set

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2008 Faculty of Informatics and Information Technologies, STU Bratislava. All Rights Reserved.