Class ScheduleActionDate

java.lang.Object
cz.zcu.fav.kiv.mjakubas.saf.entity.ASimpleEntity
cz.zcu.fav.kiv.mjakubas.saf.entity.ScheduleActionDate

public final class ScheduleActionDate extends ASimpleEntity
Represents schedule action date entity from a backend of school agenda.
  • Constructor Details

  • Method Details

    • getID

      public int getID()
      Description copied from class: ASimpleEntity
      Gets simple identifier.
      Specified by:
      getID in class ASimpleEntity
      Returns:
      simple identifier
    • getSimpleIdentifier

      public String getSimpleIdentifier()
      Specified by:
      getSimpleIdentifier in class ASimpleEntity
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • getIdScheduleactionsdates

      public int getIdScheduleactionsdates()
      Get schedule action date id.
      Returns:
      schedule action date id
    • getDate

      public String getDate()
      Get schedule action date date.
      Returns:
      schedule action date date
    • getTheme

      public String getTheme()
      Get schedule action date theme.
      Returns:
      schedule action date theme
    • getIdScheduleactions

      public int getIdScheduleactions()
      Get schedule action id.
      Returns:
      schedule action id
    • getIdTeachers

      public int getIdTeachers()
      Get schedule action teacher id.
      Returns:
      schedule action teacher id
    • getIdRooms

      public int getIdRooms()
      Get schedule action date room id.
      Returns:
      schedule action date room id
    • getIdSchooldays

      public int getIdSchooldays()
      Get schedule action date school day id.
      Returns:
      schedule action date school day id
    • getIdSchoolhours

      public int getIdSchoolhours()
      Get schedule action school hour id.
      Returns:
      schedule action school hour id
    • getAbsences

      public Absence[] getAbsences()
      Get schedule action date absences.
      Returns:
      schedule action date absences
    • getTeacher

      public Teacher getTeacher()
      Get schedule action date teacher.
      Returns:
      schedule action date teacher
    • getRoom

      public Room getRoom()
      Get schedule action date room.
      Returns:
      schedule action date room
    • getSchoolDay

      public SchoolDay getSchoolDay()
      Get schedule action date school day.
      Returns:
      schedule action date school day
    • getSchoolHour

      public SchoolHour getSchoolHour()
      Get schedule action date school hour.
      Returns:
      schedule action date school hour
    • getScheduleaction

      public ScheduleAction getScheduleaction()
      Get schedule action.
      Returns:
      schedule action
    • setTeacher

      public void setTeacher(Teacher teacher)
      Set schedule action date teacher.
      Parameters:
      teacher - schedule action date teacher
    • setRoom

      public void setRoom(Room room)
      Set schedule action date room.
      Parameters:
      room - schedule action date room
    • setSchoolDay

      public void setSchoolDay(SchoolDay schoolDay)
      Set schedule action date school day.
      Parameters:
      schoolDay - schedule action date school day
    • setSchoolHour

      public void setSchoolHour(SchoolHour schoolHour)
      Set schedule action date school hour.
      Parameters:
      schoolHour - schedule action date school hour
    • setScheduleaction

      public void setScheduleaction(ScheduleAction scheduleaction)
      Set schedule action date schedule action.
      Parameters:
      scheduleaction - schedule action date schedule action
    • setIdScheduleactionsdates

      public void setIdScheduleactionsdates(int idScheduleactionsdates)
      Set schedule action date id.
      Parameters:
      idScheduleactionsdates - schedule action date id
    • setDate

      public void setDate(String date)
      Set schedule action date date.
      Parameters:
      date - schedule action date date
    • setTheme

      public void setTheme(String theme)
      Set schedule action date theme.
      Parameters:
      theme - schedule action date theme
    • setIdScheduleactions

      public void setIdScheduleactions(int idScheduleactions)
      Set schedule action id.
      Parameters:
      idScheduleactions - schedule action date id
    • setIdTeachers

      public void setIdTeachers(int idTeachers)
      Set schedule action date teacher id.
      Parameters:
      idTeachers - schedule action date teacher id
    • setIdRooms

      public void setIdRooms(int idRooms)
      Set schedule action date room id.
      Parameters:
      idRooms - schedule action date room id
    • setIdSchooldays

      public void setIdSchooldays(int idSchooldays)
      Set schedule action date school day id.
      Parameters:
      idSchooldays - schedule action date school day id
    • setIdSchoolhours

      public void setIdSchoolhours(int idSchoolhours)
      Set schedule action date school hour id.
      Parameters:
      idSchoolhours - schedule action date school hour id
    • setAbsences

      public void setAbsences(Absence[] absences)
      Set schedule action date absence.
      Parameters:
      absences - schedule action date absence