com.remedy.arsys.api
Class PushFieldsInfo
java.lang.Object
|
+--com.remedy.arsys.api.PushFieldsInfo
- public class PushFieldsInfo
- extends java.lang.Object
- implements java.lang.Cloneable
The PushFieldsInfo class is used
to transfer values from selected fields in the current
request to the same or another request each time an operation is successful and
conditions are met.
| Methods inherited from class java.lang.Object |
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
PushFieldsInfo
public PushFieldsInfo()
- constructor
PushFieldsInfo
public PushFieldsInfo(AssignFieldInfo field,
AssignInfo assign)
getField
public AssignFieldInfo getField()
- Returns the field updated.
setField
public void setField(AssignFieldInfo field)
- Sets the field to update.
getAssign
public AssignInfo getAssign()
- Returns the value pushed into the field.
setAssign
public void setAssign(AssignInfo assign)
- Sets the value to push into the field.
clone
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
- Clone implementation that returns an Object with data cloned from self
- Overrides:
- clone in class java.lang.Object