Action Request System Java API

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.


Constructor Summary
PushFieldsInfo()
          constructor
PushFieldsInfo(AssignFieldInfo field, AssignInfo assign)
           
 
Method Summary
 java.lang.Object clone()
          Clone implementation that returns an Object with data cloned from self
 AssignInfo getAssign()
          Returns the value pushed into the field.
 AssignFieldInfo getField()
          Returns the field updated.
 void setAssign(AssignInfo assign)
          Sets the value to push into the field.
 void setField(AssignFieldInfo field)
          Sets the field to update.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PushFieldsInfo

public PushFieldsInfo()
constructor

PushFieldsInfo

public PushFieldsInfo(AssignFieldInfo field,
                      AssignInfo assign)
Method Detail

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

Action Request System Java API