com.remedy.arsys.api
Class PushFieldsInfo

java.lang.Object
  |
  +--com.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()
          This method can be used to populate a hash table.
 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
Overrides:
clone in class java.lang.Object

equals

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

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()
This method can be used to populate a hash table. Implicitly used method to test equality of objects.
Overrides:
hashCode in class java.lang.Object