AR System Java API

com.bmc.arsys.api
Class SetFieldsFromSQL

java.lang.Object
  extended by com.bmc.arsys.api.Action
      extended by com.bmc.arsys.api.SetFieldsAction
          extended by com.bmc.arsys.api.SetFieldsFromSQL
All Implemented Interfaces:
ActiveLinkAction, FilterAction, Serializable, Cloneable

public class SetFieldsFromSQL
extends SetFieldsAction
implements ActiveLinkAction, FilterAction, Cloneable, Serializable

See Also:
Serialized Form

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

SetFieldsFromSQL

public SetFieldsFromSQL()

SetFieldsFromSQL

public SetFieldsFromSQL(String fromServer,
                        String fromForm,
                        List<FieldAssignInfo> fieldList)
Method Detail

getMultiMatchOption

public int getMultiMatchOption()
Returns:
the multiMatchOption

setMultiMatchOption

public void setMultiMatchOption(int multiMatchOption)
Parameters:
multiMatchOption - the multiMatchOption to set

getNoMatchOption

public int getNoMatchOption()
Returns:
the noMatchOption

setNoMatchOption

public void setNoMatchOption(int noMatchOption)
Parameters:
noMatchOption - the noMatchOption to set

getSqlCommand

public String getSqlCommand()
Returns:
the sqlCommand

setSqlCommand

public void setSqlCommand(String sqlCommand)
Parameters:
sqlCommand - the sqlCommand to set

equals

public boolean equals(Object obj)
Description copied from class: SetFieldsAction
Use this method for checking equality between the current object and the provided one. The result is true only if the argument is not null, is of the same type and represents the same content.

Overrides:
equals in class SetFieldsAction
Parameters:
obj - the object that we are comparing to
Returns:
returns a boolean that tells if the two objects equal

hashCode

public int hashCode()
Returns the hash code value for this instance of the current class. This method is supported as required by the general contract of Object.hashCode, for the benefit of hash tables such as those provided by java.util.Hashtable.

Overrides:
hashCode in class SetFieldsAction
Returns:
returns the hash code for this instance

toString

public String toString()
Description copied from class: SetFieldsAction
Returns a string description of the object.

Overrides:
toString in class SetFieldsAction

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.