5.1 Action Request System Java API

com.remedy.arsys.api
Class GotoGuideLabelInfo

java.lang.Object
  |
  +--com.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, refer to the Action Request System Workflow Administrator's 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()
          This method can be used to populate a hash table.
 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.
Overrides:
clone in class java.lang.Object

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality. The result is true if and only if the argument is not null, is of same type and represents the same content.
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
This method can be used to populate a hash table. Implicitly used method to test equality of objects.
Overrides:
hashCode in class java.lang.Object

5.1 Action Request System Java API