java.lang.Object
org.fenixedu.learning.domain.executionCourse.LessonBean
All Implemented Interfaces:
Comparable<LessonBean>

public class LessonBean extends Object implements Comparable<LessonBean>
  • Constructor Details

    • LessonBean

      public LessonBean(org.fenixedu.academic.dto.InfoLessonInstanceAggregation info)
  • Method Details

    • getEnd

      public String getEnd()
    • getStart

      public String getStart()
    • getId

      public String getId()
    • getWeekDay

      public int getWeekDay()
    • getBeginHour

      public int getBeginHour()
    • getBeginMinutes

      public int getBeginMinutes()
    • getEndHour

      public int getEndHour()
    • getEndMinutes

      public int getEndMinutes()
    • getShiftType

      public String getShiftType()
    • getShiftTypeCode

      public String getShiftTypeCode()
    • getShiftSpace

      public String getShiftSpace()
    • getShiftWeeks

      public String getShiftWeeks()
    • getInfo

      public org.fenixedu.academic.dto.InfoLessonInstanceAggregation getInfo()
    • getTextColor

      public String getTextColor()
    • getSpaceUrl

      public String getSpaceUrl()
    • getColor

      public String getColor()
    • compareTo

      public int compareTo(LessonBean o)
      Specified by:
      compareTo in interface Comparable<LessonBean>