Action Request System Java API

com.remedy.arsys.api
Class MacroParmInfo

java.lang.Object
  |
  +--com.remedy.arsys.api.MacroParmInfo

public class MacroParmInfo
extends java.lang.Object
implements java.lang.Cloneable

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
 NameID getName()
          Gets parameter name of macro.
 java.lang.String getValue()
          Gets the value of macro parameter.
 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
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MacroParmInfo

public MacroParmInfo()
constructor

MacroParmInfo

public MacroParmInfo(java.lang.String name,
                     java.lang.String value)
Method Detail

getName

public NameID getName()
Gets parameter name of macro.

setName

public void setName(NameID name)
Sets parameter name of macro.

getValue

public java.lang.String getValue()
Gets the value of macro parameter.

setValue

public void setValue(java.lang.String value)
Sets the value of macro parameter.

clone

public java.lang.Object clone()
                       throws java.lang.CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self
Overrides:
clone in class java.lang.Object

Action Request System Java API