AR System Java API

com.bmc.arsys.api
Class FunctionAssignInfo

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

public class FunctionAssignInfo
extends Object
implements Cloneable, Serializable

The FunctionAssignInfo class specifies a function return value to assign in a Set Fields action.

See Also:
Serialized Form

Constructor Summary
FunctionAssignInfo()
          constructor
FunctionAssignInfo(int functionCode, List<AssignInfo> parameterList)
           
 
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.
 int getFunctionCode()
          Returns type of function performed.
 int getNumItems()
          Returns number of input parameters.
 List<AssignInfo> getParameterList()
          Returns parameter values used.
 int hashCode()
          Returns the hash code value for this instance of the current class.
 void setFunctionCode(int functionCode)
          Sets type of function to perform.
 void setNumItems(int numItems)
          Sets number of input parameters.
 void setParameterList(List<AssignInfo> parameterList)
          Sets parameter values to use.
 String toString()
           
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

FunctionAssignInfo

public FunctionAssignInfo()
constructor


FunctionAssignInfo

public FunctionAssignInfo(int functionCode,
                          List<AssignInfo> parameterList)
Method Detail

getFunctionCode

public int getFunctionCode()
Returns type of function performed.


setFunctionCode

public void setFunctionCode(int functionCode)
Sets type of function to perform.

Parameters:
functionCode - Possible constants values include the following:

getNumItems

public int getNumItems()
Returns number of input parameters.


setNumItems

public void setNumItems(int numItems)
Sets number of input parameters.


getParameterList

public List<AssignInfo> getParameterList()
Returns parameter values used.


setParameterList

public void setParameterList(List<AssignInfo> parameterList)
Sets parameter values to use.


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.