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