Package overit.geocall.base.rs2.messages
Class MaintenanceNotificationInfos
java.lang.Object
overit.geocall.base.rs2.messages.MaintenanceNotificationInfos
Bean class that stores the maintenance notifications info like title and messages.
-
Constructor Summary
ConstructorsConstructorDescriptionMaintenanceNotificationInfos(String title, String message, Long notificationTimestamp) -
Method Summary
Modifier and TypeMethodDescriptionGets the timestamp related to the creation of this notification messageGets the message to display on client side for the maintenance notification.getTitle()Gets the title to display on client side for the maintenance notification.voidsetCreationTimeStamp(Long creationTimeStamp) Sets the timestamp related to the creation of the notification messagevoidsetMessage(String message) Sets the message to display on client side for the maintenance notification.voidSets the title to display on client side for the maintenance notification.
-
Constructor Details
-
MaintenanceNotificationInfos
-
-
Method Details
-
setTitle
Sets the title to display on client side for the maintenance notification.- Parameters:
title- The title to display on client side for the maintenance notification.
-
setMessage
Sets the message to display on client side for the maintenance notification.- Parameters:
message- The message to display on client side for the maintenance notification.
-
getTitle
Gets the title to display on client side for the maintenance notification.- Returns:
- The title to display on client side for the maintenance notification.
-
getMessage
Gets the message to display on client side for the maintenance notification.- Returns:
- The message to display on client side for the maintenance notification.
-
setCreationTimeStamp
Sets the timestamp related to the creation of the notification message- Parameters:
creationTimeStamp- The timestamp related to the creation of the notification message
-
getCreationTimeStamp
Gets the timestamp related to the creation of this notification message- Returns:
- The timestamp related to the creation of this notification message
-