|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.remedy.arsys.api.FilterStatusInfo
com.remedy.arsys.api.MessageInfo
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 |
public MessageInfo()
public MessageInfo(long messageType, long messageNum, java.lang.String messageText, boolean usePromptingPane)
Method Detail |
public boolean getUsePromptingPane()
usePromptingPane
flag. (active links only)
public void setUsePromptingPane(boolean usePromptingPane)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
clone
in class FilterStatusInfo
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
equals
in class FilterStatusInfo
public int hashCode()
hashCode
in class FilterStatusInfo
|
7.0 Action Request System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |