Class MedicalTechnologyEvent
java.lang.Object
application.presenter.event.model.medicaltechnology.MedicalTechnologyEvent
- All Implemented Interfaces:
Event<MedicalTechnologyUsagePayload>
Medical Technology update event.
-
Constructor Summary
ConstructorsConstructorDescriptionMedicalTechnologyEvent(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:EventGet the key of the event.- Specified by:
getKeyin interfaceEvent<MedicalTechnologyUsagePayload>- Returns:
- the key.
-
getData
Description copied from interface:EventGet the data payload of the event.- Specified by:
getDatain interfaceEvent<MedicalTechnologyUsagePayload>- Returns:
- the data payload.
-
getDateTime
Description copied from interface:EventGet the date time in string format.- Specified by:
getDateTimein interfaceEvent<MedicalTechnologyUsagePayload>- Returns:
- the string of date time.
-