5.1 Action Request System Java API

com.remedy.arsys.api
Class CallGuideInfo

java.lang.Object
  |
  +--com.remedy.arsys.api.CallGuideInfo
All Implemented Interfaces:
java.lang.Cloneable

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

The CallGuideInfo class is used to represent information about the Call Guide active link action.


Constructor Summary
CallGuideInfo()
          constructor
CallGuideInfo(java.lang.String serverName, java.lang.String guideName, int guideMode, FieldID guideTableId)
           
 
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.
 int getGuideMode()
          Reserved for future use.
 NameID getGuideName()
          Returns name of guide.
 FieldID getGuideTableId()
          Reserved for future use.
 ServerNameID getServerName()
          Returns name of server.
 int hashCode()
          This method can be used to populate a hash table.
 void setGuideMode(int guideMode)
          Reserved for future use.
 void setGuideName(NameID guideName)
          Sets name of guide.
 void setGuideTableId(FieldID guideTableId)
          Reserved for future use.
 void setServerName(ServerNameID serverName)
          Sets name of server.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CallGuideInfo

public CallGuideInfo()
constructor

CallGuideInfo

public CallGuideInfo(java.lang.String serverName,
                     java.lang.String guideName,
                     int guideMode,
                     FieldID guideTableId)
Method Detail

getServerName

public ServerNameID getServerName()
Returns name of server.

setServerName

public void setServerName(ServerNameID serverName)
Sets name of server.

getGuideName

public NameID getGuideName()
Returns name of guide.

setGuideName

public void setGuideName(NameID guideName)
Sets name of guide.

getGuideMode

public int getGuideMode()
Reserved for future use.

setGuideMode

public void setGuideMode(int guideMode)
Reserved for future use.

getGuideTableId

public FieldID getGuideTableId()
Reserved for future use.

setGuideTableId

public void setGuideTableId(FieldID guideTableId)
Reserved for future use.

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