| 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bmc.arsys.api.FormAliasInfo
public class FormAliasInfo
The FormAliasInfo class
 represents information about form aliases.
| Constructor Summary | |
|---|---|
FormAliasInfo()
Default constructor  | 
|
FormAliasInfo(String formKey,
              String aliasName)
Accepts string.  | 
|
| Method Summary | |
|---|---|
 boolean | 
equals(Object obj)
 | 
 String | 
getAlias()
Returns alias name.  | 
 String | 
getFormKey()
Returns String. | 
 int | 
hashCode()
 | 
 String | 
toString()
 | 
| Methods inherited from class java.lang.Object | 
|---|
getClass, notify, notifyAll, wait, wait, wait | 
| Constructor Detail | 
|---|
public FormAliasInfo()
public FormAliasInfo(String formKey,
                     String aliasName)
| Method Detail | 
|---|
public String getFormKey()
String.
public String getAlias()
public String toString()
toString in class Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Object
  | 
AR System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||