Package me.nickhanson.codeforge.web
Class DrillQueueRow
java.lang.Object
me.nickhanson.codeforge.web.DrillQueueRow
Lightweight view model for rendering the drill queue without triggering LAZY loads in JSP.
This class encapsulates the essential details of a drill queue item.
-
Constructor Summary
ConstructorsConstructorDescriptionDrillQueueRow(Long challengeId, String title, Difficulty difficulty, Instant nextDueAt) Constructs a new DrillQueueRow with the specified details. -
Method Summary
-
Constructor Details
-
DrillQueueRow
Constructs a new DrillQueueRow with the specified details.- Parameters:
challengeId- The ID of the challenge.title- The title of the challenge.difficulty- The difficulty level of the challenge.nextDueAt- The next due date and time for this drill item.
-