case class UpdateCardiologistEvent(id: DoctorID, c: Cardiologist, eventID: Int = EventType.UPDATE_CARDIOLOGIST.id, timestamp: LocalDateTime = LocalDateTime.now()) extends Event with Product with Serializable
Event of update of cardiologist.
- id
, id of the rescuer.
- c
, cardiologist to update.
- eventID
, id of the event.
- timestamp
, timestamp of the event.
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- UpdateCardiologistEvent
- Serializable
- Serializable
- Product
- Equals
- Event
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
-
new
UpdateCardiologistEvent(id: DoctorID, c: Cardiologist, eventID: Int = EventType.UPDATE_CARDIOLOGIST.id, timestamp: LocalDateTime = LocalDateTime.now())
- id
, id of the rescuer.
- c
, cardiologist to update.
- eventID
, id of the event.
- timestamp
, timestamp of the event.