|
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.SetFieldsAction
com.bmc.arsys.api.SetFieldsFromSQL
public class SetFieldsFromSQL
Constructor Summary | |
---|---|
SetFieldsFromSQL()
|
|
SetFieldsFromSQL(String fromServer,
String fromForm,
List<FieldAssignInfo> fieldList)
|
Method Summary | |
---|---|
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the provided one. |
int |
getMultiMatchOption()
|
int |
getNoMatchOption()
|
String |
getSqlCommand()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setMultiMatchOption(int multiMatchOption)
|
void |
setNoMatchOption(int noMatchOption)
|
void |
setSqlCommand(String sqlCommand)
|
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.SetFieldsAction |
---|
clone, equals, getFromServer, getReadValuesFrom, getSampleForm, getSampleServer, getSetFieldsList, setFromServer, setReadValuesFrom, setSampleForm, setSampleServer, setSetFieldsList |
Methods inherited from class com.bmc.arsys.api.Action |
---|
getActionType |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public SetFieldsFromSQL()
public SetFieldsFromSQL(String fromServer, String fromForm, List<FieldAssignInfo> fieldList)
Method Detail |
---|
public int getMultiMatchOption()
public void setMultiMatchOption(int multiMatchOption)
multiMatchOption
- the multiMatchOption to setpublic int getNoMatchOption()
public void setNoMatchOption(int noMatchOption)
noMatchOption
- the noMatchOption to setpublic String getSqlCommand()
public void setSqlCommand(String sqlCommand)
sqlCommand
- the sqlCommand to setpublic boolean equals(Object obj)
SetFieldsAction
equals
in class SetFieldsAction
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class SetFieldsAction
public String toString()
SetFieldsAction
toString
in class SetFieldsAction
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |