Class MedicalTechnologyEvent
java.lang.Object
application.presenter.event.model.medicaltechnology.MedicalTechnologyEvent
- All Implemented Interfaces:
Event<MedicalTechnologyUsagePayload>
Medical Technology update event.
-
Constructor Summary
ConstructorDescriptionMedicalTechnologyEvent
(String key, MedicalTechnologyUsagePayload data, String dateTime) Default constructor. -
Method Summary
-
Constructor Details
-
MedicalTechnologyEvent
Default constructor.- Parameters:
key
- the key of the event.data
- the data payload of the event.dateTime
- the date time of the event.
-
-
Method Details
-
getKey
Description copied from interface:Event
Get the key of the event.- Specified by:
getKey
in interfaceEvent<MedicalTechnologyUsagePayload>
- Returns:
- the key.
-
getData
Description copied from interface:Event
Get the data payload of the event.- Specified by:
getData
in interfaceEvent<MedicalTechnologyUsagePayload>
- Returns:
- the data payload.
-
getDateTime
Description copied from interface:Event
Get the date time in string format.- Specified by:
getDateTime
in interfaceEvent<MedicalTechnologyUsagePayload>
- Returns:
- the string of date time.
-