com.bmc.arsys.api
Class SetFieldsFromCurrentScreen
java.lang.Object
com.bmc.arsys.api.Action
com.bmc.arsys.api.SetFieldsAction
com.bmc.arsys.api.SetFieldsFromCurrentScreen
- All Implemented Interfaces:
- ActiveLinkAction, FilterAction, Serializable, Cloneable
public class SetFieldsFromCurrentScreen
- extends SetFieldsAction
- implements ActiveLinkAction, Cloneable, Serializable
Set Fields action as CURRENT SCREEN (active links), the field is set with a
value that is not from the database. You can set the field value by getting a
value from another field in the current request (active links), by defining a
static value, by using an AR System keyword, or by using the result of a
function, process, or arithmetic operation.
- See Also:
- Serialized Form
Method Summary |
boolean |
equals(Object obj)
Use this method for checking equality between the current object and the
provided one. |
Methods inherited from class com.bmc.arsys.api.SetFieldsAction |
clone, equals, getFromServer, getReadValuesFrom, getSampleForm, getSampleServer, getSetFieldsList, hashCode, setFromServer, setReadValuesFrom, setSampleForm, setSampleServer, setSetFieldsList, toString |
SetFieldsFromCurrentScreen
public SetFieldsFromCurrentScreen()
SetFieldsFromCurrentScreen
public SetFieldsFromCurrentScreen(List<FieldAssignInfo> fieldList)
- Parameters:
fieldList
-
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
© Copyright 2006, 2007 BMC Software, Inc.