|
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.FunctionAssignInfo
The FunctionAssignInfo
class specifies a function return value to
assign in a Set Fields action.
Constructor Summary | |
FunctionAssignInfo()
constructor |
|
FunctionAssignInfo(long functionCode,
AssignInfo[] parameterList)
|
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. |
boolean |
equals(java.lang.Object anObject,
java.lang.String lhsServer,
java.lang.String lhsSchema,
java.lang.String rhsServer,
java.lang.String rhsSchema)
|
long |
getFunctionCode()
Returns type of function performed. |
long |
getNumItems()
Returns number of input parameters. |
AssignInfo[] |
getParameterList()
Returns parameter values used. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
void |
setFunctionCode(long functionCode)
Sets type of function to perform. |
void |
setNumItems(long numItems)
Sets number of input parameters. |
void |
setParameterList(AssignInfo[] parameterList)
Sets parameter values to use. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public FunctionAssignInfo()
public FunctionAssignInfo(long functionCode, AssignInfo[] parameterList)
Method Detail |
public long getFunctionCode()
public void setFunctionCode(long functionCode)
public long getNumItems()
public void setNumItems(long numItems)
public AssignInfo[] getParameterList()
public void setParameterList(AssignInfo[] parameterList)
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
public boolean equals(java.lang.Object anObject, java.lang.String lhsServer, java.lang.String lhsSchema, java.lang.String rhsServer, java.lang.String rhsSchema)
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 |