|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.EntryKey
public class EntryKey
The EntryKey
class uniquely identifies a field entry ID.
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 |
---|
public EntryKey()
public EntryKey(String formName, String entryID)
String
and entryID String
object of class
Method Detail |
---|
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public String getEntryID()
public String getFormName()
public void setFormName(String formID)
public void setEntryID(String entryID)
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |