|
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.SetFieldsAction
public abstract class SetFieldsAction
The SetFieldsAction
class is used to
change the values of fields during a transaction.
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. |
boolean |
equals(Object anObject,
String lhsServer,
String lhsForm,
String rhsServer,
String rhsForm)
|
String |
getFromServer()
|
String |
getReadValuesFrom()
|
String |
getSampleForm()
Returns name of the sample form. |
String |
getSampleServer()
Returns name of the sample server. |
List<FieldAssignInfo> |
getSetFieldsList()
Returns the field list. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFromServer(String fromServer)
|
void |
setReadValuesFrom(String readValuesFrom)
|
void |
setSampleForm(String sampleForm)
Sets the name of the sample form. |
void |
setSampleServer(String sampleServer)
Sets the name of the sample server. |
void |
setSetFieldsList(List<FieldAssignInfo> fieldList)
Sets the field list. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.Action |
---|
getActionType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Method Detail |
---|
public List<FieldAssignInfo> getSetFieldsList()
public void setSetFieldsList(List<FieldAssignInfo> fieldList)
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 boolean equals(Object anObject, String lhsServer, String lhsForm, String rhsServer, String rhsForm)
equals
in class Action
public int hashCode()
hashCode
in class Action
public String toString()
toString
in class Action
public String getFromServer()
public String getSampleForm()
public void setSampleForm(String sampleForm)
public String getSampleServer()
public void setSampleServer(String sampleServer)
public void setFromServer(String fromServer)
fromServer
- the fromServer to setpublic String getReadValuesFrom()
public void setReadValuesFrom(String readValuesFrom)
readValuesFrom
- the readValuesFrom to set
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |