|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.bmc.arsys.api.CurrencyPartInfo
public class 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(int fieldId,
int partTag,
String currencyCode)
|
|
CurrencyPartInfo(int fieldId,
IQuerySource sourceForm,
int partTag,
String currencyCode)
|
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 between the current object and the provided one. |
String |
getCurrencyCode()
Returns Currency Code. |
int |
getFieldId()
Returns field Id. |
int |
getPartTag()
Returns partTag . |
IQuerySource |
getSource()
Returns a IQuerySource source of the field Id. |
int |
hashCode()
Returns the hash code value for this instance of the current class. |
String |
toString()
Returns a string description of the object. |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public CurrencyPartInfo()
public CurrencyPartInfo(int fieldId, int partTag, String currencyCode)
public CurrencyPartInfo(int fieldId, IQuerySource sourceForm, int partTag, String currencyCode)
Method Detail |
---|
public int getPartTag()
partTag
.
public String getCurrencyCode()
public int getFieldId()
public IQuerySource getSource()
IQuerySource
source of the field Id.
public String toString()
toString
in class Object
public Object clone() throws CloneNotSupportedException
clone
in class Object
CloneNotSupportedException
public boolean equals(Object obj)
equals
in class Object
obj
- the object that we are comparing to
public int hashCode()
hashCode
in class Object
|
AR System Java API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |