7.0 Action Request System Java API

com.remedy.arsys.api
Class WaitInfo

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

public class WaitInfo
extends java.lang.Object
implements java.lang.Cloneable

The WaitInfo class represents the Wait active link action that causes the current guide to wait for user input. The Wait action suspends a guide in Remedy User so that the user has an opportunity to interact with a field. After the user has made a response, the user can continue the guide by pressing Tab or by clicking the appropriate button. The user can also terminate the guide during a Wait action.


Constructor Summary
WaitInfo()
          constructor
WaitInfo(java.lang.String continueButtonTitle)
           
 
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.
 java.lang.String getContinueButtonTitle()
          Returns the text you want to appear on the Continue button in the prompt bar.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setContinueButtonTitle(java.lang.String continueButtonTitle)
          Sets the text you want to appear on the Continue button in the prompt bar.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WaitInfo

public WaitInfo()
constructor


WaitInfo

public WaitInfo(java.lang.String continueButtonTitle)
Method Detail

getContinueButtonTitle

public java.lang.String getContinueButtonTitle()
Returns the text you want to appear on the Continue button in the prompt bar.


setContinueButtonTitle

public void setContinueButtonTitle(java.lang.String continueButtonTitle)
Sets the text you want to appear on the Continue button in the prompt bar.


clone

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

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.


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.


7.0 Action Request System Java API