7.0 Action Request System Java API

com.remedy.arsys.api
Class FieldAssignInfo

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

public class FieldAssignInfo
extends java.lang.Object
implements java.lang.Cloneable

The FieldAssignInfo class represents the field/value pair used in the field list in the workflow Set Fields action (AssignInfo).


Constructor Summary
FieldAssignInfo()
          constructor
 
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 getAssignment()
          Returns value of field.
 InternalID getFieldId()
          Returns field ID.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setAssignment(AssignInfo assignment)
          Sets value of field.
 void setFieldId(InternalID fieldId)
          Sets field ID.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldAssignInfo

public FieldAssignInfo()
constructor

Method Detail

getFieldId

public InternalID getFieldId()
Returns field ID.


setFieldId

public void setFieldId(InternalID fieldId)
Sets field ID.


getAssignment

public AssignInfo getAssignment()
Returns value of field.


setAssignment

public void setAssignment(AssignInfo assignment)
Sets value of 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