7.0 Action Request System Java API

com.remedy.arsys.api
Class PushFieldsInfo

java.lang.Object
  extended bycom.remedy.arsys.api.PushFieldsInfo
All Implemented Interfaces:
java.lang.Cloneable

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
 boolean equals(java.lang.Object anObject)
          Use this method for checking equality.
 boolean equals(java.lang.Object anObject, java.lang.String lhsServer, java.lang.String lhsSchema, java.lang.String rhsServer, java.lang.String rhsSchema)
           
 AssignInfo getAssign()
          Returns the value pushed into the field.
 AssignFieldInfo getField()
          Returns the field updated.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 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
finalize, getClass, 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

Throws:
java.lang.CloneNotSupportedException

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality. The result is true only if the argument is not null, is of same type and represents the same content.


equals

public boolean equals(java.lang.Object anObject,
                      java.lang.String lhsServer,
                      java.lang.String lhsSchema,
                      java.lang.String rhsServer,
                      java.lang.String rhsSchema)

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.


7.0 Action Request System Java API