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