Class InstructionalEvent

    • Field Detail

      • title

        @JsonPropertyDescription("The full name of an instructional activity that takes place during a Section.")
        private String title
        Title

        The full name of an instructional activity that takes place during a Section.

      • instructionalMethod

        @JsonPropertyDescription("")
        private InstructionalMethod instructionalMethod
        Instructional Method

      • recurrence

        @JsonPropertyDescription("")
        private Object recurrence
        Recurrence

      • workLoad

        @JsonPropertyDescription("The amount of work involved in teaching a section.")
        private Object workLoad
        Work Load

        The amount of work involved in teaching a section.

      • locations

        @JsonPropertyDescription("Locations where the instructional event will take place.")
        private List<Location> locations
        Location

        Locations where the instructional event will take place.

      • instructorRoster

        @JsonPropertyDescription("")
        private List<InstructorRoster> instructorRoster
        Instructor Roster

      • detail

        @JsonPropertyDescription("The instructional event associated to this section.")
        private Detail__10 detail
        Instructional Event

        The instructional event associated to this section. (Required)

    • Constructor Detail

      • InstructionalEvent

        public InstructionalEvent()
    • Method Detail

      • getTitle

        public String getTitle()
        Title

        The full name of an instructional activity that takes place during a Section.

      • setTitle

        public void setTitle​(String title)
        Title

        The full name of an instructional activity that takes place during a Section.

      • getInstructionalMethod

        public InstructionalMethod getInstructionalMethod()
        Instructional Method

      • setInstructionalMethod

        public void setInstructionalMethod​(InstructionalMethod instructionalMethod)
        Instructional Method

      • getRecurrence

        public Object getRecurrence()
        Recurrence

      • setRecurrence

        public void setRecurrence​(Object recurrence)
        Recurrence

      • getWorkLoad

        public Object getWorkLoad()
        Work Load

        The amount of work involved in teaching a section.

      • setWorkLoad

        public void setWorkLoad​(Object workLoad)
        Work Load

        The amount of work involved in teaching a section.

      • getLocations

        public List<Location> getLocations()
        Location

        Locations where the instructional event will take place.

      • setLocations

        public void setLocations​(List<Location> locations)
        Location

        Locations where the instructional event will take place.

      • setInstructorRoster

        public void setInstructorRoster​(List<InstructorRoster> instructorRoster)
        Instructor Roster

      • getDetail

        public Detail__10 getDetail()
        Instructional Event

        The instructional event associated to this section. (Required)

      • setDetail

        public void setDetail​(Detail__10 detail)
        Instructional Event

        The instructional event associated to this section. (Required)

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object