Class AnsweredQuestionResult
java.lang.Object
com.ubs.backend.classes.database.questions.AnsweredQuestionResult
- Since:
- 17.07.2021
- Author:
- Tim Irmler
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate AnsweredQuestionThe answered question with this resultprivate Resultthe result with this answered questionprivate longThe ID of the answeredQuestionResult in the DBprivate TypeTagthe typetag with this answered question -
Constructor Summary
ConstructorsConstructorDescriptiondefault no args constructorAnsweredQuestionResult(long resultID, AnsweredQuestion answeredQuestion, ResultParent result)AnsweredQuestionResult(AnsweredQuestion answeredQuestion, ResultParent result) -
Method Summary
Modifier and TypeMethodDescriptionlongvoidsetAnsweredQuestion(AnsweredQuestion answeredQuestion)voidvoidsetResultID(long resultID)voidsetResultParent(ResultParent resultParent)voidsetTypeTag(TypeTag typeTag)toString()
-
Field Details
-
resultID
private long resultIDThe ID of the answeredQuestionResult in the DB- Since:
- 17.07.2021
-
answeredQuestion
The answered question with this result- Since:
- 17.07.2021
- See Also:
AnsweredQuestion
-
result
the result with this answered question- Since:
- 17.07.2021
- See Also:
Result
-
typeTag
the typetag with this answered question- Since:
- 21.07.2021
- See Also:
TypeTag
-
-
Constructor Details
-
AnsweredQuestionResult
public AnsweredQuestionResult()default no args constructor- Since:
- 17.07.2021
-
AnsweredQuestionResult
public AnsweredQuestionResult(long resultID, AnsweredQuestion answeredQuestion, ResultParent result)- Parameters:
resultID-answeredQuestion-result-- Since:
- 17.07.2021
-
AnsweredQuestionResult
- Parameters:
answeredQuestion-result-- Since:
- 17.07.2021
-
-
Method Details
-
getResultID
public long getResultID()- Returns:
- Since:
- 17.07.2021
-
setResultID
public void setResultID(long resultID)- Parameters:
resultID-- Since:
- 17.07.2021
-
getAnsweredQuestion
- Returns:
- Since:
- 17.07.2021
-
setAnsweredQuestion
- Parameters:
answeredQuestion-- Since:
- 17.07.2021
-
getResult
- Returns:
- Since:
- 17.07.2021
-
setResult
- Parameters:
result-- Since:
- 17.07.2021
-
getTypeTag
- Returns:
- Since:
- 21.07.2021
-
setTypeTag
- Parameters:
typeTag-- Since:
- 21.07.2021
-
setResultParent
- Parameters:
resultParent-- Since:
- 01.08.2021
-
toString
-