java.lang.Object
com.ericbouchut.learndev.course.entity.Lesson

@Entity public class Lesson extends Object
An individual piece of content within a course, authored as Markdown (content_markdown) and rendered to HTML at display time. position orders the lessons of a course; the pair (course, position) is unique.
  • Constructor Details

    • Lesson

      public Lesson()