com.remedy.arsys.api
Class MessageInfo
java.lang.Object
|
+--com.remedy.arsys.api.FilterStatusInfo
|
+--com.remedy.arsys.api.MessageInfo
- public class MessageInfo
- extends FilterStatusInfo
- implements java.lang.Cloneable
The MessageInfo class is used to
define the message information which 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 |
getUsePromptingPane()
Returns the usePromptingPane flag. |
void |
setUsePromptingPane(boolean usePromptingPane)
Sets the flag used to define how and when the message should be displayed. |
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
MessageInfo
public MessageInfo()
- constructor
MessageInfo
public MessageInfo(long messageType,
long messageNum,
java.lang.String messageText,
boolean usePromptingPane)
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