7.0 Action Request System Java API

com.remedy.arsys.api
Class MessageInfo

java.lang.Object
  extended bycom.remedy.arsys.api.FilterStatusInfo
      extended bycom.remedy.arsys.api.MessageInfo
All Implemented Interfaces:
java.lang.Cloneable

public class MessageInfo
extends FilterStatusInfo
implements java.lang.Cloneable

The MessageInfo class is used to define the message information that is generally used to display an interactive error, warning, or note. You can also define the extra help text that appears in the Remedy User prompt bar to guide users through a series of forms.


Constructor Summary
MessageInfo()
          constructor
MessageInfo(long messageType, long messageNum, java.lang.String messageText, boolean usePromptingPane)
           
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self.
 boolean equals(java.lang.Object anObject)
          Use this method for checking equality.
 boolean getUsePromptingPane()
          Returns the usePromptingPane flag.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setUsePromptingPane(boolean usePromptingPane)
          Sets the flag used to define how and when the message should be displayed.
 
Methods inherited from class com.remedy.arsys.api.FilterStatusInfo
getMessageNum, getMessageText, getMessageType, setMessageNum, setMessageText, setMessageType
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MessageInfo

public MessageInfo()
constructor


MessageInfo

public MessageInfo(long messageType,
                   long messageNum,
                   java.lang.String messageText,
                   boolean usePromptingPane)
Method Detail

getUsePromptingPane

public boolean getUsePromptingPane()
Returns the usePromptingPane flag. (active links only)


setUsePromptingPane

public void setUsePromptingPane(boolean usePromptingPane)
Sets the flag used to define how and when the message should be displayed. (active links only)


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self.

Overrides:
clone in class FilterStatusInfo
Throws:
java.lang.CloneNotSupportedException

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality. The result is true only if the argument is not null, is of same type and represents the same content.

Overrides:
equals in class FilterStatusInfo

hashCode

public int hashCode()
Returns the hash code value for this instance of the current class. This method is supported as required by the general contract of Object.hashCode, for the benefit of hash tables such as those provided by java.util.Hashtable.

Overrides:
hashCode in class FilterStatusInfo

7.0 Action Request System Java API