|
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.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()
This method can be used to populate a hash table. |
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()
toString in class java.lang.Object
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.Objectpublic 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 | ||||||||