AR System Java API

com.bmc.arsys.api
Class PushFieldsInfo

java.lang.Object
  extended by com.bmc.arsys.api.PushFieldsInfo
All Implemented Interfaces:
Serializable, Cloneable

public class PushFieldsInfo
extends Object
implements Cloneable, Serializable

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.

See Also:
Serialized Form

Constructor Summary
PushFieldsInfo()
          constructor
PushFieldsInfo(AssignFieldInfo field, AssignInfo assign)
           
 
Method Summary
 Object clone()
          Clone implementation that returns an Object with data cloned from self
 boolean equals(Object obj)
          Use this method for checking equality.
 boolean equals(Object anObject, String lhsServer, String lhsForm, String rhsServer, String rhsForm)
           
 AssignInfo getAssign()
          Deprecated. as of AR System 7.1, replaced by getAssignment()
 AssignInfo getAssignment()
          Returns the value pushed into the field.
 String getAssignmentAsString()
           
 int getAssignmentType()
           
 AssignFieldInfo getField()
          Returns the field updated.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setAssign(AssignInfo assign)
          Deprecated. as of AR System 7.1, replaced by setAssignment(com.bmc.arsys.api.AssignInfo)
 void setAssignment(AssignInfo assign)
          Sets the value to push into the field.
 void setAssignmentAsString(String assignmentAsString)
           
 void setField(AssignFieldInfo field)
          Sets the field to update.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PushFieldsInfo

public PushFieldsInfo()
constructor


PushFieldsInfo

public PushFieldsInfo(AssignFieldInfo field,
                      AssignInfo assign)
Method Detail

getAssignmentAsString

public String getAssignmentAsString()
Returns:
the assignmentAsString

setAssignmentAsString

public void setAssignmentAsString(String assignmentAsString)
Parameters:
assignmentAsString - the assignmentAsString to set

getAssignmentType

public int getAssignmentType()
Returns:
the assignmentType

getField

public AssignFieldInfo getField()
Returns the field updated.


setField

public void setField(AssignFieldInfo field)
Sets the field to update.


getAssignment

public AssignInfo getAssignment()
Returns the value pushed into the field.


setAssignment

public void setAssignment(AssignInfo assign)
Sets the value to push into the field.


getAssign

@Deprecated
public AssignInfo getAssign()
Deprecated. as of AR System 7.1, replaced by getAssignment()

Returns the value pushed into the field.


setAssign

@Deprecated
public void setAssign(AssignInfo assign)
Deprecated. as of AR System 7.1, replaced by setAssignment(com.bmc.arsys.api.AssignInfo)

Sets the value to push into the field.


clone

public Object clone()
             throws CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self

Overrides:
clone in class Object
Throws:
CloneNotSupportedException

equals

public boolean equals(Object obj)
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.

Overrides:
equals in class Object

equals

public boolean equals(Object anObject,
                      String lhsServer,
                      String lhsForm,
                      String rhsServer,
                      String rhsForm)

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.

Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.