public class SetFieldsFromForm extends SetFieldsAction implements ActiveLinkAction, FilterAction, Cloneable, Serializable
| Constructor and Description |
|---|
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) |
| Modifier and Type | Method and Description |
|---|---|
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.
|
getFromServer, getReadValuesFrom, getSampleForm, getSampleServer, getSetFieldsList, setFromServer, setReadValuesFrom, setSampleForm, setSampleServer, setSetFieldsListgetActionTypepublic SetFieldsFromForm()
public SetFieldsFromForm(List<FieldAssignInfo> fieldList)
public SetFieldsFromForm(String fromServer, String fromForm, List<FieldAssignInfo> fieldList)
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 SetFieldsActionCloneNotSupportedExceptionpublic boolean equals(Object obj)
equals in class SetFieldsActionobj - the object that we are comparing topublic boolean equals(Object anObject, String lhsServer, String lhsForm, String rhsServer, String rhsForm)
equals in class SetFieldsActionpublic int hashCode()
hashCode in class SetFieldsActionpublic String toString()
toString in class SetFieldsActionpublic 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? Copyright 2013 BMC Software, Inc.