Class AiccCourse
java.lang.Object
dev.jcputney.elearning.parser.input.aicc.AiccCourse
- All Implemented Interfaces:
Serializable
Represents the AICC course information.
This class contains details about the course, including its creator, ID, title, system, level, maximum fields, total AUs, total blocks, version, and course behavior.
It also provides a method to retrieve the course description.
- See Also:
-
Nested Class Summary
Nested ClassesModifier and TypeClassDescriptionstatic classRepresents the course information in the AICC manifest.static classRepresents the course behavior information in the AICC manifest. -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionCourse description information for the AICC manifest.
-
Constructor Details
-
AiccCourse
public AiccCourse()
-
-
Method Details
-
getCourseDescription
Course description information for the AICC manifest.- Returns:
- the course description, or null if not available
-