7.0 Action Request System Java API

com.remedy.arsys.api
Class FieldKey

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

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

The FieldKey class provides a unique identifier for field objects.


Constructor Summary
FieldKey()
           
FieldKey(NameID schemaName, FieldID fieldId)
           
 
Method Summary
 java.lang.Object clone()
          Makes a copy of the object.
 boolean equals(java.lang.Object anObject)
          Use this method for checking equality of FieldKey.
 FieldID getFieldID()
          Returns internal ID of the field.
 NameID getSchemaName()
          Returns underlying form that contains the field.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setFieldID(FieldID id)
          Sets internal ID of the field.
 void setSchemaName(NameID name)
          Sets underlying form that contains the field.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FieldKey

public FieldKey()

FieldKey

public FieldKey(NameID schemaName,
                FieldID fieldId)
Method Detail

getSchemaName

public NameID getSchemaName()
Returns underlying form that contains the field.


setSchemaName

public void setSchemaName(NameID name)
Sets underlying form that contains the field.


getFieldID

public FieldID getFieldID()
Returns internal ID of the field.


setFieldID

public void setFieldID(FieldID id)
Sets internal ID of the field.


equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality of FieldKey.


clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Makes a copy of the object.

Throws:
java.lang.CloneNotSupportedException

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