|
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.ViewKey
public class ViewKey
The ViewKey
class provides
a unique identifier for VUI objects.
Constructor Summary | |
---|---|
ViewKey()
|
|
ViewKey(String form,
int id)
|
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 ViewKey. |
String |
getFormName()
Returns name of the form containing the VUI |
int |
getVUIId()
Returns internal ID of the VUI |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFormName(String name)
Sets name of the form containing the VUI |
void |
setVUIId(int id)
Sets internal ID of the VUI |
String |
toString()
|
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ViewKey()
public ViewKey(String form, int id)
Method Detail |
---|
public int getVUIId()
public void setVUIId(int id)
public String getFormName()
public void setFormName(String name)
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
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 |