|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.CallGuideInfo
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 |
public CallGuideInfo()
public CallGuideInfo(java.lang.String serverName,
java.lang.String guideName,
int guideMode,
FieldID guideTableId)
| Method Detail |
public ServerNameID getServerName()
public void setServerName(ServerNameID serverName)
public NameID getGuideName()
public void setGuideName(NameID guideName)
public int getGuideMode()
public void setGuideMode(int guideMode)
public FieldID getGuideTableId()
public void setGuideTableId(FieldID guideTableId)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||