AR System Java API

com.bmc.arsys.api
Class EntryKey

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

public class EntryKey
extends Object
implements Cloneable, Serializable

The EntryKey class uniquely identifies a field entry ID.

See Also:
Serialized Form

Constructor Summary
EntryKey()
           
EntryKey(String formName, String entryID)
          Constructor using name of the form String and entryID String object of class
 
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 of EntryKey.
 String getEntryID()
          Returns field entry ID.
 String getFormName()
          Returns form Name.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setEntryID(String entryID)
          Sets entry ID.
 void setFormName(String formID)
          Sets form Name.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryKey

public EntryKey()

EntryKey

public EntryKey(String formName,
                String entryID)
Constructor using name of the form String and entryID String object of class

Method Detail

clone

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

Overrides:
clone in class Object
Throws:
CloneNotSupportedException

getEntryID

public String getEntryID()
Returns field entry ID.


getFormName

public String getFormName()
Returns form Name.


setFormName

public void setFormName(String formID)
Sets form Name.


setEntryID

public void setEntryID(String entryID)
Sets entry ID.


equals

public boolean equals(Object obj)
Use this method for checking equality of EntryKey.

Overrides:
equals in class Object

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.