| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.Action
com.bmc.arsys.api.CallGuideAction
public class CallGuideAction
The CallGuideAction class is used to represent information about the Call Guide active link action.
| Constructor Summary | |
|---|---|
CallGuideAction()
 | 
|
CallGuideAction(String serverName,
                String guideName,
                int guideMode,
                int guideTableId,
                List<FieldAssignInfo> inputValueFieldPairs,
                List<FieldAssignInfo> outputValueFieldPairs,
                String sampleServer,
                String sampleGuide)
 | 
|
| Method Summary | |
|---|---|
 Object | 
clone()
Clone implementation that returns an Object with data cloned from self  | 
 boolean | 
equals(Object obj)
Use this method for checking equality between the current object and the provided one.  | 
 int | 
getGuideMode()
Reserved for future use.  | 
 String | 
getGuideName()
Returns name of guide.  | 
 int | 
getGuideTableId()
Reserved for future use.  | 
 List<FieldAssignInfo> | 
getInputValueFieldPairs()
Returns field/value pair for values that users enter into Dialog/Search/Submit windows.  | 
 List<FieldAssignInfo> | 
getOutputValueFieldPairs()
Returns field/value pair for output values from Dialog/Search/Submit windows.  | 
 String | 
getSampleGuide()
Returns name of sample guide.  | 
 String | 
getSampleServer()
Returns name of sample server.  | 
 String | 
getServerName()
Returns name of server.  | 
 int | 
hashCode()
Returns the hash code value for this instance of the current class.  | 
 void | 
setGuideMode(int guideMode)
Reserved for future use.  | 
 void | 
setGuideName(String guideName)
Sets name of guide.  | 
 void | 
setGuideTableId(int guideTableId)
Reserved for future use.  | 
 void | 
setInputValueFieldPairs(List<FieldAssignInfo> inputValueFieldPairs)
Field/value pair for values that users enter into Dialog/Search/Submit windows.  | 
 void | 
setOutputValueFieldPairs(List<FieldAssignInfo> outputValueFieldPairs)
Field/value pair for output values from Dialog/Search/Submit windows.  | 
 void | 
setSampleGuide(String sampleGuideName)
Sets name of sample guide.  | 
 void | 
setSampleServer(String sampleServerName)
Sets name of sample server.  | 
 void | 
setServerName(String serverName)
Sets name of server.  | 
 String | 
toString()
Returns a string description of the object.  | 
| Methods inherited from class com.bmc.arsys.api.Action | 
|---|
equals, getActionType | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public CallGuideAction()
public CallGuideAction(String serverName,
                       String guideName,
                       int guideMode,
                       int guideTableId,
                       List<FieldAssignInfo> inputValueFieldPairs,
                       List<FieldAssignInfo> outputValueFieldPairs,
                       String sampleServer,
                       String sampleGuide)
| Method Detail | 
|---|
public String getServerName()
public void setServerName(String serverName)
public String getGuideName()
public void setGuideName(String guideName)
public int getGuideMode()
public void setGuideMode(int guideMode)
public int getGuideTableId()
public void setGuideTableId(int guideTableId)
public List<FieldAssignInfo> getInputValueFieldPairs()
public void setInputValueFieldPairs(List<FieldAssignInfo> inputValueFieldPairs)
public List<FieldAssignInfo> getOutputValueFieldPairs()
public void setOutputValueFieldPairs(List<FieldAssignInfo> outputValueFieldPairs)
public String getSampleServer()
public void setSampleServer(String sampleServerName)
public String getSampleGuide()
public void setSampleGuide(String sampleGuideName)
public Object clone()
             throws CloneNotSupportedException
clone in class ActionCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class Actionobj - the object that we are comparing to
public int hashCode()
hashCode in class Actionpublic String toString()
toString in class Action
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||