net.liftweb.util.US.USD

class USD

abstract class USD

 extends AbstractCurrency with DollarCurrency




Source: CurrencyZone.scala(44)

 Constructors

def this

 Fields

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

 Methods

!=.. final def !=(arg0 : Any) Boolean Any
!=.. final def !=(arg0 : Object) Boolean AnyRef
*.. def *(that : Int) Currency AbstractCurrency
*.. def *(that : Currency) Currency AbstractCurrency
+.. def +(that : Int) Currency AbstractCurrency
+.. def +(that : Currency) Currency AbstractCurrency
-.. def -(that : Int) Currency AbstractCurrency
-.. def -(that : Currency) Currency AbstractCurrency
/.. def /(that : Int) Currency AbstractCurrency
/.. def /(that : Currency) Currency AbstractCurrency
<.. 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 AbstractCurrency
compareTo.. def compareTo(arg0 : A) Int Ordered
eq.. final def eq(arg0 : Object) Boolean AnyRef
equals.. override def equals(that : Any) Boolean AbstractCurrency
finalize.. protected def finalize Unit AnyRef
format.. def format(fd : Int) String AbstractCurrency
format.. def format(currencySymbol : String, numberOfFractionDigits : Int) String AbstractCurrency
get.. def get(numberOfFractionDigits : Int) String AbstractCurrency
getClass.. final def getClass Class[Any] AnyRef
hashCode.. override def hashCode Int AbstractCurrency
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 AbstractCurrency
synchronized.. final def synchronized[T0](arg0 : T0) T0 AnyRef
toString.. override def toString String AbstractCurrency
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.