AccessSchedule

data class AccessSchedule(val id: Int, val userId: UUID, val dayOfWeek: DynamicDayOfWeek, val startHour: Double, val endHour: Double)

An entity representing a user's access schedule.

Constructors

Link copied to clipboard
constructor(id: Int, userId: UUID, dayOfWeek: DynamicDayOfWeek, startHour: Double, endHour: Double)

Properties

Link copied to clipboard

The day of week.

Link copied to clipboard

The end hour.

Link copied to clipboard
val id: Int

The id of this instance.

Link copied to clipboard

The start hour.

Link copied to clipboard

The id of the associated user.