Package me.nickhanson.codeforge.entity
Class Challenge
java.lang.Object
me.nickhanson.codeforge.entity.Challenge
Entity representing a coding challenge.
This class is mapped to the CHALLENGES table in the database.
- Author:
- Nick Hanson TODO: needs better Lombok implementation
-
Constructor Summary
ConstructorsConstructorDescriptionChallenge(String title, Difficulty difficulty, String blurb, String promptMd) -
Method Summary
-
Constructor Details
-
Challenge
-