AR System Java API

com.bmc.arsys.api
Class SetFieldsFromWebService

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

public class SetFieldsFromWebService
extends SetFieldsFromFilterAPI
implements FilterAction, Cloneable, Serializable

See Also:
Serialized Form

Field Summary
static String SERVICE_NAME
           
 
Constructor Summary
SetFieldsFromWebService()
           
SetFieldsFromWebService(String fromServer, String fromForm, List<FieldAssignInfo> fieldList)
           
 
Method Summary
 void addInputAssignment(AssignInfo value)
           
 void addInputAssignment(double value)
           
 boolean equals(Object obj)
          Use this method for checking equality between the current object and the provided one.
 void setInputAssignList(List<AssignInfo> inputAssignList)
           
 void setSetFieldsList(List<FieldAssignInfo> fieldList)
          Sets the field list.
 
Methods inherited from class com.bmc.arsys.api.SetFieldsFromFilterAPI
addInputAssignment, addInputAssignment, addInputAssignment, addInputAssignment, addInputAssignment, addInputAssignment, clone, getInputAssignList, getMultiMatchOption, getNoMatchOption, getServiceName, hashCode, setMultiMatchOption, setNoMatchOption, setServiceName, toString
 
Methods inherited from class com.bmc.arsys.api.SetFieldsAction
equals, getFromServer, getReadValuesFrom, getSampleForm, getSampleServer, getSetFieldsList, setFromServer, setReadValuesFrom, setSampleForm, setSampleServer
 
Methods inherited from class com.bmc.arsys.api.Action
getActionType
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

SERVICE_NAME

public static final String SERVICE_NAME
See Also:
Constant Field Values
Constructor Detail

SetFieldsFromWebService

public SetFieldsFromWebService()

SetFieldsFromWebService

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

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 SetFieldsFromFilterAPI
Parameters:
obj - the object that we are comparing to
Returns:
returns a boolean that tells if the two objects equal

setInputAssignList

public void setInputAssignList(List<AssignInfo> inputAssignList)
Overrides:
setInputAssignList in class SetFieldsFromFilterAPI
Parameters:
inputAssignList - the inputAssignList to set

setSetFieldsList

public void setSetFieldsList(List<FieldAssignInfo> fieldList)
Description copied from class: SetFieldsAction
Sets the field list.

Overrides:
setSetFieldsList in class SetFieldsAction

addInputAssignment

public void addInputAssignment(AssignInfo value)
Overrides:
addInputAssignment in class SetFieldsFromFilterAPI

addInputAssignment

public void addInputAssignment(double value)
Overrides:
addInputAssignment in class SetFieldsFromFilterAPI

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.