|
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.CurrencyPartInfo
The CurrencyPartInfo
class represents the
result value from an arithmetic operation
between ArithmeticOrRelationalOperand
objects.
It consists
of a tag identifying the operation type and two operands specifying the values to
compare.
Note
This operand is used in RelationalOperationInfo
operation as well.
Refs: QualifierInfo
Constructor Summary | |
CurrencyPartInfo()
|
|
CurrencyPartInfo(InternalID fieldId,
int partTag,
java.lang.String currencyCode)
|
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. |
java.lang.String |
getCurrencyCode()
Returns Currency Code. |
InternalID |
getFieldId()
Returns field Id. |
int |
getPartTag()
Returns partTag . |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
java.lang.String |
toString()
Converts CurrencyPartInfo to String. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public CurrencyPartInfo()
public CurrencyPartInfo(InternalID fieldId, int partTag, java.lang.String currencyCode)
Method Detail |
public int getPartTag()
partTag
.
public java.lang.String getCurrencyCode()
public InternalID getFieldId()
public java.lang.String toString()
public java.lang.Object clone() throws java.lang.CloneNotSupportedException
java.lang.CloneNotSupportedException
public boolean equals(java.lang.Object anObject)
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 |