jet.formula
Class fCurrency

java.lang.Object
  extended by jet.connect.DbValue
      extended by jet.connect.DbNumber
          extended by jet.connect.DbDecimal
              extended by jet.formula.fCurrency

public class fCurrency
extends DbDecimal

the internal representative of the currency datatype of the JetReport Formula


Field Summary
 
Fields inherited from class jet.connect.DbDecimal
value
 
Fields inherited from class jet.connect.DbValue
bNull, CHAR_DESC, CURRENCY_DESC, DATE_DESC, desc, DOUBLE_DESC, INTEGER_DESC, TIME_DESC
 
Constructor Summary
fCurrency()
           
fCurrency(java.math.BigDecimal d)
           
fCurrency(DbColDesc desc)
           
 
Method Summary
 java.lang.Object clone()
          Creates a clone of this DbValue variable.
 
Methods inherited from class jet.connect.DbDecimal
byteValue, compareTo, doubleValue, equals, floatValue, get, intValue, longValue, set, set, set, set, setValue, setValue, shortValue, toString
 
Methods inherited from class jet.connect.DbNumber
compare, setValue
 
Methods inherited from class jet.connect.DbValue
equals, getColDesc, getPrecision, getScale, getSqlType, isCurrency, isNull, makeDbValue, setColDesc, setfoo, setNull
 
Methods inherited from class java.lang.Object
getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

fCurrency

public fCurrency()

fCurrency

public fCurrency(java.math.BigDecimal d)

fCurrency

public fCurrency(DbColDesc desc)
Method Detail

clone

public java.lang.Object clone()
Description copied from class: DbValue
Creates a clone of this DbValue variable.

Overrides:
clone in class DbDecimal