Class MaintenanceNotificationInfos

java.lang.Object
overit.geocall.base.rs2.messages.MaintenanceNotificationInfos

public class MaintenanceNotificationInfos extends Object
Bean class that stores the maintenance notifications info like title and messages.
  • Constructor Details

    • MaintenanceNotificationInfos

      public MaintenanceNotificationInfos(String title, String message, Long notificationTimestamp)
  • Method Details

    • setTitle

      public void setTitle(String title)
      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

      public void setMessage(String message)
      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

      public String 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

      public String 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

      public void setCreationTimeStamp(Long creationTimeStamp)
      Sets the timestamp related to the creation of the notification message
      Parameters:
      creationTimeStamp - The timestamp related to the creation of the notification message
    • getCreationTimeStamp

      public Long getCreationTimeStamp()
      Gets the timestamp related to the creation of this notification message
      Returns:
      The timestamp related to the creation of this notification message