AR System Java API

com.bmc.arsys.api
Class MacroParmInfo

java.lang.Object
  extended by com.bmc.arsys.api.MacroParmInfo
All Implemented Interfaces:
Serializable, Cloneable

public class MacroParmInfo
extends Object
implements Cloneable, Serializable

The MacroParmInfo class lets you enter a name/value pair of the parameters used in the Run Macro active link action (RunMacroAction).

See Also:
Serialized Form

Constructor Summary
MacroParmInfo()
          constructor
MacroParmInfo(String name, String value)
           
 
Method Summary
 Object clone()
          Clone implementation that returns an Object with data cloned from self
 boolean equals(Object obj)
          Use this method for checking equality.
 String getName()
          Gets parameter name of macro.
 String getValue()
          Gets the value of macro parameter.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setName(String name)
          Sets parameter name of macro.
 void setValue(String value)
          Sets the value of macro parameter.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MacroParmInfo

public MacroParmInfo()
constructor


MacroParmInfo

public MacroParmInfo(String name,
                     String value)
Method Detail

getName

public String getName()
Gets parameter name of macro.


setName

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


getValue

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


setValue

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


clone

public Object clone()
             throws CloneNotSupportedException
Clone implementation that returns an Object with data cloned from self

Overrides:
clone in class Object
Throws:
CloneNotSupportedException

equals

public boolean equals(Object obj)
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.

Overrides:
equals in class Object

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.

Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object

AR System Java API

? Copyright 2006, 2007 BMC Software, Inc.