Package passport.domain.contexts.events
Class EvaluationListing
java.lang.Object
passport.domain.contexts.events.EvaluationListing
-
Nested Class Summary
-
Constructor Summary
ConstructorDescriptionEvaluationListing
(Users users) Constructor with the specified users repository. -
Method Summary
Modifier and TypeMethodDescriptionSets the event ID for the evaluation.
-
Constructor Details
-
EvaluationListing
Constructor with the specified users repository.- Parameters:
users
- the repository of users
-
-
Method Details
-
of
Sets the event ID for the evaluation.- Parameters:
event
- the event- Returns:
- the updated EvaluationListing object
-