|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object | +--com.remedy.arsys.api.MacroParmInfo
The MacroParmInfo class lets you enter a name/value pair
of the parameters used in the Run Macro active link action
(ActiveLinkMacroInfo).
| Constructor Summary | |
MacroParmInfo()
constructor |
|
MacroParmInfo(java.lang.String name,
java.lang.String value)
|
|
| Method Summary | |
java.lang.Object |
clone()
Clone implementation that returns an Object with data cloned from self |
boolean |
equals(java.lang.Object anObject)
Use this method for checking equality. |
NameID |
getName()
Gets parameter name of macro. |
java.lang.String |
getValue()
Gets the value of macro parameter. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setName(NameID name)
Sets parameter name of macro. |
void |
setValue(java.lang.String value)
Sets the value of macro parameter. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public MacroParmInfo()
public MacroParmInfo(java.lang.String name,
java.lang.String value)
| Method Detail |
public NameID getName()
public void setName(NameID name)
public java.lang.String getValue()
public void setValue(java.lang.String value)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||