|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.Action com.bmc.arsys.api.ServiceAction
public class ServiceAction
The ServiceAction
description
Constructor Summary | |
---|---|
ServiceAction()
constructor |
|
ServiceAction(String serverName,
String serviceForm,
int requestIdMap,
List<FieldAssignInfo> inputFieldMapping,
List<FieldAssignInfo> outputFieldMapping,
String sampleServer,
String sampleForm)
|
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. |
List<FieldAssignInfo> |
getInputFieldMapping()
|
List<FieldAssignInfo> |
getOutputFieldMapping()
|
int |
getRequestIdMap()
|
String |
getSampleForm()
Returns the sample form name. |
String |
getSampleServer()
Returns the sample server name. |
String |
getServerName()
|
String |
getServiceForm()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setInputFieldMapping(List<FieldAssignInfo> fieldMapping)
|
void |
setOutputFieldMapping(List<FieldAssignInfo> fieldMapping)
|
void |
setRequestIdMap(int idMap)
|
void |
setsampleForm(String sampleForm)
Sets the sample form name. |
void |
setSampleServer(String sampleServer)
Sets the sample server name. |
void |
setServerName(String name)
|
void |
setServiceForm(String form)
|
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 ServiceAction()
public ServiceAction(String serverName, String serviceForm, int requestIdMap, List<FieldAssignInfo> inputFieldMapping, List<FieldAssignInfo> outputFieldMapping, String sampleServer, String sampleForm)
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
clone
in class Action
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Action
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Action
public String toString()
Action
toString
in class Action
public String getSampleForm()
public String getSampleServer()
public void setsampleForm(String sampleForm)
public void setSampleServer(String sampleServer)
public List<FieldAssignInfo> getInputFieldMapping()
public void setInputFieldMapping(List<FieldAssignInfo> fieldMapping)
fieldMapping
- the m_inputFieldMapping to setpublic List<FieldAssignInfo> getOutputFieldMapping()
public void setOutputFieldMapping(List<FieldAssignInfo> fieldMapping)
fieldMapping
- the m_outputFieldMapping to setpublic int getRequestIdMap()
public void setRequestIdMap(int idMap)
idMap
- the m_requestIdMap to setpublic String getServerName()
public void setServerName(String name)
name
- the m_serverName to setpublic String getServiceForm()
public void setServiceForm(String form)
form
- the m_serviceForm to set
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |