|
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.FieldKey
public class FieldKey
The FieldKey
class provides a unique identifier for field objects.
Constructor Summary | |
---|---|
FieldKey()
|
|
FieldKey(String formName,
int fieldId)
|
Method Summary | |
---|---|
Object |
clone()
Makes a copy of the object. |
boolean |
equals(Object obj)
Use this method for checking equality of FieldKey. |
int |
getFieldID()
Returns internal ID of the field. |
String |
getFormName()
Returns underlying form that contains the field. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFieldID(int id)
Sets internal ID of the field. |
void |
setFormName(String name)
Sets underlying form that contains the field. |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public FieldKey()
public FieldKey(String formName, int fieldId)
Method Detail |
---|
public String getFormName()
public void setFormName(String name)
public int getFieldID()
public void setFieldID(int id)
public boolean equals(Object obj)
equals
in class Object
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
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 |