sk.stuba.fiit.foo07.genex.beans
Class QuestionPoints
java.lang.Object
sk.stuba.fiit.foo07.genex.beans.QuestionPoints
public class QuestionPoints
- extends java.lang.Object
- Author:
- Martin
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
QuestionPoints
public QuestionPoints()
QuestionPoints
public QuestionPoints(java.lang.Integer questionId,
java.lang.Float points)
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.