7.0 Action Request System Java API

com.remedy.arsys.api
Class MacroParmInfo

java.lang.Object
  extended bycom.remedy.arsys.api.MacroParmInfo
All Implemented Interfaces:
java.lang.Cloneable

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
 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

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

Throws:
java.lang.CloneNotSupportedException

equals

public boolean equals(java.lang.Object anObject)
Use this method for checking equality. The result is true only if the argument is not null, is of same type and represents the same content.


hashCode

public int hashCode()
Returns the hash code value for this instance of the current class. This method is supported as required by the general contract of Object.hashCode, for the benefit of hash tables such as those provided by java.util.Hashtable.


7.0 Action Request System Java API