Class SchoolDay

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

public final class SchoolDay extends ASimpleEntity
Represents a School Day entity implementation for frontend 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
    • getIdSchooldays

      public int getIdSchooldays()
      Get school day id.
      Returns:
      school day id
    • getSchooldayName

      public String getSchooldayName()
      Get school day name.
      Returns:
      school day name
    • getScheduleactions

      public ScheduleAction[] getScheduleactions()
      Get school day schedule action.
      Returns:
      school day schedule action
    • getScheduleactiondates

      public ScheduleActionDate[] getScheduleactiondates()
      Get school day schedule action date.
      Returns:
      school day schedule action date
    • setIdSchooldays

      public void setIdSchooldays(int idSchooldays)
      Set school day id.
      Parameters:
      idSchooldays - school day id
    • setSchooldayName

      public void setSchooldayName(String schooldayName)
      Set school day name.
      Parameters:
      schooldayName - school day name
    • setScheduleactions

      public void setScheduleactions(ScheduleAction[] scheduleactions)
      Set school day schedule action.
      Parameters:
      scheduleactions - school day schedule action
    • setScheduleactiondates

      public void setScheduleactiondates(ScheduleActionDate[] scheduleactiondates)
      Set school day schedule action date.
      Parameters:
      scheduleactiondates - school day schedule action date