Class AiccCourse

java.lang.Object
dev.jcputney.elearning.parser.input.aicc.AiccCourse
All Implemented Interfaces:
Serializable

public class AiccCourse extends Object implements 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:
  • Constructor Details

    • AiccCourse

      public AiccCourse()
  • Method Details

    • getCourseDescription

      public String getCourseDescription()
      Course description information for the AICC manifest.
      Returns:
      the course description, or null if not available