Lesson

public class Lesson extends CourseUnitMetadata

Lesson domain object forms the leaf node in the course structure hierarchy. A lesson is typically the leaf node in the Course structure hierarchy.

Constructors

Lesson

public Lesson()

Lesson

public Lesson(String name, CourseUnitState state, String content, String description, Map<String, String> properties)

Methods

equals

public boolean equals(Object obj)

getChapter

public Chapter getChapter()

getProperties

public Map<String, String> getProperties()

hashCode

public int hashCode()

setChapter

public void setChapter(Chapter chapter)

setProperties

public void setProperties(Map<String, String> properties)

toUnitDto

public CourseUnitDto toUnitDto()

{@inheritDoc}