public class EntryKey extends Object implements Cloneable, Serializable
EntryKey class uniquely identifies a field entry ID.| Constructor and Description |
|---|
EntryKey() |
EntryKey(String formName,
String entryID)
|
| Modifier and Type | Method and Description |
|---|---|
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() |
public Object clone() throws CloneNotSupportedException
clone in class ObjectCloneNotSupportedExceptionpublic String getEntryID()
public String getFormName()
public void setFormName(String formID)
public void setEntryID(String entryID)
public boolean equals(Object obj)
public int hashCode()
? Copyright 2013 BMC Software, Inc.