net.liftweb.util.CurrencyZone.AbstractCurrency

class AbstractCurrency

abstract class AbstractCurrency(val designation : String)

 extends Ordered[Currency]




Source: CurrencyZone.scala(84)

Direct Known Subclasses

AUD, GBP, EUR, USD,

 Constructors

def this(designation : String)

 Fields

_locale.. val _locale Locale
amount.. abstract def amount BigDecimal
currencySymbol.. abstract val currencySymbol String
doubleValue.. def doubleValue Double
floatValue.. def floatValue Float
format.. def format String
get.. def get String
numberOfFractionDigits.. abstract val numberOfFractionDigits Int
scale.. abstract val scale Int

 Methods

!=.. final def !=(arg0 : Any) Boolean Any
!=.. final def !=(arg0 : Object) Boolean AnyRef
*.. def *(that : Int) Currency
*.. def *(that : Currency) Currency
+.. def +(that : Int) Currency
+.. def +(that : Currency) Currency
-.. def -(that : Int) Currency
-.. def -(that : Currency) Currency
/.. def /(that : Int) Currency
/.. def /(that : Currency) Currency
<.. def <(arg0 : A) Boolean Ordered
<=.. def <=(arg0 : A) Boolean Ordered
==.. final def ==(arg0 : Object) Boolean AnyRef
==.. final def ==(arg0 : Any) Boolean Any
>.. def >(arg0 : A) Boolean Ordered
>=.. def >=(arg0 : A) Boolean Ordered
asInstanceOf.. final def asInstanceOf[T0] T0 Any
clone.. protected def clone Object AnyRef
compare.. def compare(that : Currency) Int
compareTo.. def compareTo(arg0 : A) Int Ordered
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. override def equals(that : Any) Boolean
finalize.. protected def finalize Unit AnyRef
format.. def format(fd : Int) String
format.. def format(currencySymbol : String, numberOfFractionDigits : Int) String
get.. def get(numberOfFractionDigits : Int) String
getClass.. final def getClass Class[Any] AnyRef
hashCode.. override def hashCode Int
isInstanceOf.. final def isInstanceOf[T0] Boolean Any
ne.. final def ne(arg0 : Object) Boolean AnyRef
notify.. final def notify Unit AnyRef
notifyAll.. final def notifyAll Unit AnyRef
round.. def round(precision : Int) Currency
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. override def toString String
wait.. final def wait Unit AnyRef
wait.. final def wait(arg0 : Long) Unit AnyRef
wait.. final def wait(arg0 : Long, arg1 : Int) Unit AnyRef
Copyright (c) 2006-2010 WorldWide Conferencing, LLC. All Rights Reserved.