com.ibm.tivoli.maximo.skd.model

Class SKDMessage

  • java.lang.Object
    • com.ibm.tivoli.maximo.skd.model.SKDMessage
  • All Implemented Interfaces:
    java.io.Serializable


    public class SKDMessage
    extends java.lang.Object
    implements java.io.Serializable
    Class representing message information related to Scheduler
    See Also:
    Serialized Form
    • Constructor Summary

      Constructors 
      Constructor and Description
      SKDMessage() 
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      java.lang.String getButtonText()
      Get the button text for message.
      java.lang.String getDisplayMethod()
      Get display method for the message.
      java.lang.String getMessageId()
      Get the message identifier.
      java.lang.String getMessageKey()
      Get the message key .
      java.lang.Boolean getMessagePrefix()
      Get prefix for a message.
      java.lang.String getMessageValue()
      Get the message value without prefix.
      int getOptions()
      Get option for the message.
      java.lang.String getTaggedMessageValue()
      Get the message value with prefix.
      void setButtonText(java.lang.String buttonText)
      Sets the button text for message.
      void setDisplayMethod(java.lang.String displayMethod)
      Sets display method for message.
      void setMessageId(java.lang.String id)
      Sets the message id.
      void setMessageKey(java.lang.String messageKey)
      Sets the message key.
      void setMessagePrefix(java.lang.Boolean messagePrefix)
      Sets the prefix for the message.
      void setMessageValue(java.lang.String value)
      Sets the message value.
      void setOptions(int options)
      Sets option for the message.
      void setTaggedMessageValue(java.lang.String value)
      Sets the message value with prefix.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SKDMessage

        public SKDMessage()
    • Method Detail

      • getMessageKey

        public java.lang.String getMessageKey()
        Get the message key .
        Returns:
        message key
      • setMessageKey

        public void setMessageKey(java.lang.String messageKey)
        Sets the message key.
        Parameters:
        messageKey -
      • getMessageValue

        public java.lang.String getMessageValue()
        Get the message value without prefix.
        Returns:
        message value
      • setMessageValue

        public void setMessageValue(java.lang.String value)
        Sets the message value.
        Parameters:
        value -
      • getTaggedMessageValue

        public java.lang.String getTaggedMessageValue()
        Get the message value with prefix.
        Returns:
        message value with prefix
      • setTaggedMessageValue

        public void setTaggedMessageValue(java.lang.String value)
        Sets the message value with prefix.
        Parameters:
        value -
      • getButtonText

        public java.lang.String getButtonText()
        Get the button text for message.
        Returns:
        button text
      • setButtonText

        public void setButtonText(java.lang.String buttonText)
        Sets the button text for message.
        Parameters:
        buttonText -
      • getMessageId

        public java.lang.String getMessageId()
        Get the message identifier.
        Returns:
        message id
      • setMessageId

        public void setMessageId(java.lang.String id)
        Sets the message id.
        Parameters:
        id -
      • getDisplayMethod

        public java.lang.String getDisplayMethod()
        Get display method for the message.
        Returns:
        display method
      • setDisplayMethod

        public void setDisplayMethod(java.lang.String displayMethod)
        Sets display method for message.
        Parameters:
        displayMethod -
      • getOptions

        public int getOptions()
        Get option for the message.
        Returns:
        option
      • setOptions

        public void setOptions(int options)
        Sets option for the message.
        Parameters:
        options -
      • getMessagePrefix

        public java.lang.Boolean getMessagePrefix()
        Get prefix for a message.
        Returns:
        true - if prefix is appended to message else false
      • setMessagePrefix

        public void setMessagePrefix(java.lang.Boolean messagePrefix)
        Sets the prefix for the message.
        Parameters:
        messagePrefix -