|
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 com.bmc.arsys.api.SetFieldsFromForm
public class SetFieldsFromForm
This class represents another type of setFields. The datasource for setfield is form.
Constructor Summary | |
---|---|
SetFieldsFromForm()
|
|
SetFieldsFromForm(List<FieldAssignInfo> fieldList)
|
|
SetFieldsFromForm(String fromServer,
String fromForm,
List<FieldAssignInfo> fieldList)
|
|
SetFieldsFromForm(String fromServer,
String fromForm,
String sampleServer,
String sampleForm,
List<FieldAssignInfo> fieldList)
|
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)
|
int |
getMultiMatchOption()
|
int |
getNoMatchOption()
|
QualifierInfo |
getSetIfQualification()
|
String |
getSetIfQualificationAsString()
|
int |
hashCode()
Returns the hash code value for this instance of the current class. |
boolean |
isAssignmentByMatchingIds()
|
boolean |
isAssignmentToDefaults()
|
void |
setAssignmentByMatchingIds(boolean byMatchingIds)
sets the assignments to be by matching ids |
void |
setAssignmentToDefaults(boolean isSetToDefaults)
|
void |
setMultiMatchOption(int multiMatchOption)
|
void |
setNoMatchOption(int noMatchOption)
|
void |
setSetIfQualification(QualifierInfo setIfQualification)
|
void |
setSetIfQualification(String setIfQualification)
|
String |
toString()
Returns a string description of the object. |
Methods inherited from class com.bmc.arsys.api.SetFieldsAction |
---|
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 SetFieldsFromForm()
public SetFieldsFromForm(List<FieldAssignInfo> fieldList)
public SetFieldsFromForm(String fromServer, String fromForm, List<FieldAssignInfo> fieldList)
public SetFieldsFromForm(String fromServer, String fromForm, String sampleServer, String sampleForm, 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 getSetIfQualificationAsString()
public void setSetIfQualification(String setIfQualification)
setIfQualification
- the setIfQualification to setpublic Object clone() throws CloneNotSupportedException
clone
in class SetFieldsAction
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class SetFieldsAction
obj
- the object that we are comparing to
public boolean equals(Object anObject, String lhsServer, String lhsForm, String rhsServer, String rhsForm)
equals
in class SetFieldsAction
public int hashCode()
hashCode
in class SetFieldsAction
public String toString()
toString
in class SetFieldsAction
public boolean isAssignmentByMatchingIds()
public void setAssignmentByMatchingIds(boolean byMatchingIds)
byMatchingIds
- whether to set by matching ids or not (true/false)public boolean isAssignmentToDefaults()
public void setAssignmentToDefaults(boolean isSetToDefaults)
isSetToDefaults
- the isSetToDefaults to setpublic QualifierInfo getSetIfQualification()
public void setSetIfQualification(QualifierInfo setIfQualification)
setIfQualification
- the setIfQualification to set
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |