|
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
The FilterStatusInfo class returns the type of filter message error
generated by a function call.
| Constructor Summary | |
FilterStatusInfo()
constructor |
|
FilterStatusInfo(long messageType,
long messageNum,
java.lang.String messageText)
Constructs a new FilterStatusInfo object
with the following parameters: |
|
| 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. |
long |
getMessageNum()
Returns number associated with the message in Message filter action. |
java.lang.String |
getMessageText()
Returns text of Message filter action corresponding to message number. |
long |
getMessageType()
Returns type of Message filter action. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setMessageNum(long messageNum)
Sets number associated with the message in Message filter action. |
void |
setMessageText(java.lang.String messageText)
Sets message text for Message filter action. |
void |
setMessageType(long messageType)
Sets type of Message filter action. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public FilterStatusInfo()
public FilterStatusInfo(long messageType,
long messageNum,
java.lang.String messageText)
FilterStatusInfo object
with the following parameters:
messageType - Type of Message filter actionmessageNum - Number of Message filter actionmessageText - Text of Message filter action| Method Detail |
public long getMessageType()
public void setMessageType(long messageType)
getMessageType() for possible values.
public long getMessageNum()
public void setMessageNum(long messageNum)
public java.lang.String getMessageText()
ARGetTextForErrorMessage.
public void setMessageText(java.lang.String messageText)
ARGetTextForErrorMessage.
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||