Package it.unimib.unimibmodules.model
Class Category
java.lang.Object
it.unimib.unimibmodules.model.Category
Represents a category for a question.
- Version:
- 0.4.1
- Author:
- Lorenzo Occhipinti
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
private int idThe id of the Category. -
name
The name of the Category. -
questions
Questions that are in this category
-
-
Constructor Details
-
Category
public Category()Creates an empty Category.
-