|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.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()
Returns the hash code value for this instance of the current class. |
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
java.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object anObject)
public int hashCode()
|
7.0 Action Request System Java API | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||