|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--com.remedy.arsys.api.ArithOpAssignInfo
The ArithOpAssignInfo class defines an arithmetic result value to
assign in a Set Fields action. It consists of a tag identifying
the type of arithmetic
operation and two operands specifying the values.
| Constructor Summary | |
ArithOpAssignInfo()
constructor |
|
ArithOpAssignInfo(long operation,
AssignInfo operandLeft,
AssignInfo operandRight)
|
|
| 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)
|
AssignInfo |
getOperandLeft()
Gets left operand of operation. |
AssignInfo |
getOperandRight()
Gets right operand of operation. |
long |
getOperation()
Gets arithmetic operation used in qualification. |
int |
hashCode()
This method can be used to populate a hash table. |
void |
setOperandLeft(AssignInfo operandLeft)
Sets left operand of operation. |
void |
setOperandRight(AssignInfo operandRight)
Sets right operand of operation. |
void |
setOperation(long operation)
Sets arithmetic operation used in qualification. |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public ArithOpAssignInfo()
public ArithOpAssignInfo(long operation,
AssignInfo operandLeft,
AssignInfo operandRight)
| Method Detail |
public long getOperation()
public void setOperation(long operation)
public AssignInfo getOperandLeft()
public void setOperandLeft(AssignInfo operandLeft)
public AssignInfo getOperandRight()
public void setOperandRight(AssignInfo operandRight)
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in class java.lang.Objectpublic boolean equals(java.lang.Object anObject)
equals in class java.lang.Object
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()
hashCode in class java.lang.Object
|
5.1 Action Request System Java API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||