7.0 Action Request System Java API

com.remedy.arsys.api
Class EntryKey

java.lang.Object
  extended bycom.remedy.arsys.api.EntryKey
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public class EntryKey
extends java.lang.Object
implements java.lang.Cloneable, java.io.Serializable

The EntryKey class uniquely identifies a field entry ID.

See Also:
Serialized Form

Constructor Summary
EntryKey()
           
EntryKey(NameID schemaID, EntryID entryID)
          Constructor using name of the schema NameID and entryID EntryID object of class
EntryKey(NameID schemaID, JoinEntryID entryID)
          Constructor using name of the schema NameID and joinentryID JoinEntryID object of class
 
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 of EntryKey.
 EntryID getEntryID()
          Returns field entry ID.
 NameID getSchemaID()
          Returns schema ID.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setEntryID(EntryID entryID)
          Sets entry ID.
 void setSchemaID(NameID schemaID)
          Sets schema ID.
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EntryKey

public EntryKey()

EntryKey

public EntryKey(NameID schemaID,
                EntryID entryID)
Constructor using name of the schema NameID and entryID EntryID object of class


EntryKey

public EntryKey(NameID schemaID,
                JoinEntryID entryID)
Constructor using name of the schema NameID and joinentryID JoinEntryID object of class

Method Detail

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

getEntryID

public EntryID getEntryID()
Returns field entry ID.


getSchemaID

public NameID getSchemaID()
Returns schema ID.


setSchemaID

public void setSchemaID(NameID schemaID)
Sets schema ID.


setEntryID

public void setEntryID(EntryID entryID)
Sets entry ID.


equals

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


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