Package com.esprit.models.films
Class Category
java.lang.Object
com.esprit.models.films.Category
Represents a category of films.
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
id
-
name
-
description
-
films
-
actors
-
-
Constructor Details
-
Category
Constructor with id, name, and description for database mapping.- Parameters:
id
- the id of the categoryname
- the name of the categorydescription
- the description of the category
-
Category
Constructor without id for creating new category instances.- Parameters:
name
- the name of the categorydescription
- the description of the category
-