7.0 Action Request System Java API

com.remedy.arsys.api
Class GotoGuideLabelInfo

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

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

The GotoGuideLabelInfo class is used to create and retrieve information about the Go To Guide Label workflow action. You use the Go To Guide Label action to redirect the flow of execution within a guide to a specific active link or filter. This action can be useful when you want to perform a step multiple times. For each time that you want to repeat a step or series of steps, a Go To Guide Label action returns you to the active link or filter that begins the series.

For more information, see the Developing AR System Applications: Advanced guide.


Constructor Summary
GotoGuideLabelInfo()
          constructor
GotoGuideLabelInfo(java.lang.String label)
          label parameter retrieves the label string.
 
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 getLabel()
          Returns label of guide.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setLabel(java.lang.String label)
          Sets label of guide.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GotoGuideLabelInfo

public GotoGuideLabelInfo()
constructor


GotoGuideLabelInfo

public GotoGuideLabelInfo(java.lang.String label)
label parameter retrieves the label string.

Method Detail

getLabel

public java.lang.String getLabel()
Returns label of guide.


setLabel

public void setLabel(java.lang.String label)
Sets label of guide.


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