Class CancelledLesson

java.lang.Object
org.ametys.plugins.hyperplanning.CancelledLesson

public class CancelledLesson extends Object
Object representing a lesson from Hyperplanning
  • Constructor Details

    • CancelledLesson

      public CancelledLesson(com.indexeducation.frahtm.hpsvcw.THpSvcWCleCoursAnnule key, String code, String label, String fullLabel, ZonedDateTime date, String cancelRationale, String cancelComment)
      Basic constructor
      Parameters:
      key - the webServiceKey of the course, this lesson belongs to
      code - the code of the subject this lesson belongs to
      label - the label of the subject this lesson belongs to
      fullLabel - the full label of the subject this lesson belongs to
      date - the original date of the lesson
      cancelRationale - the cancellation rationale
      cancelComment - the cancellation comment
  • Method Details