net
.
liftweb
.
util
.
CurrencyZone
AbstractCurrency
abstract
class
AbstractCurrency
extends
Ordered
[
Currency
]
Linear Supertypes
Ordered
[
Currency
],
Comparable
[
Currency
],
AnyRef
,
Any
Known Subclasses
AUD
,
EUR
,
GBP
,
USD
Ordering
Alphabetic
By inheritance
Inherited
AbstractCurrency
Ordered
Comparable
AnyRef
Any
Hide All
Show all
Learn more about member selection
Visibility
Public
All
Instance Constructors
new
AbstractCurrency
(
designation:
String
)
Abstract Value Members
abstract
def
amount
:
BigDecimal
abstract
def
currencySymbol
:
String
abstract
def
numberOfFractionDigits
:
Int
abstract
def
scale
:
Int
Concrete Value Members
final
def
!=
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
!=
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
final
def
##
()
:
Int
Definition Classes
AnyRef → Any
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
<
(
that:
Currency
)
:
Boolean
Definition Classes
Ordered
def
<=
(
that:
Currency
)
:
Boolean
Definition Classes
Ordered
final
def
==
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
==
(
arg0:
Any
)
:
Boolean
Definition Classes
Any
def
>
(
that:
Currency
)
:
Boolean
Definition Classes
Ordered
def
>=
(
that:
Currency
)
:
Boolean
Definition Classes
Ordered
val
_locale
:
Locale
final
def
asInstanceOf
[
T0
]
:
T0
Definition Classes
Any
def
clone
()
:
AnyRef
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
...
)
def
compare
(
that:
Currency
)
:
Int
Definition Classes
AbstractCurrency
→ Ordered
def
compareTo
(
that:
Currency
)
:
Int
Definition Classes
Ordered → Comparable
val
designation
:
String
def
doubleValue
:
Double
final
def
eq
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
def
equals
(
that:
Any
)
:
Boolean
Definition Classes
AbstractCurrency
→ AnyRef → Any
def
finalize
()
:
Unit
Attributes
protected[
java.lang
]
Definition Classes
AnyRef
Annotations
@throws
(
classOf[java.lang.Throwable]
)
def
floatValue
:
Float
def
format
(
currencySymbol:
String
,
numberOfFractionDigits:
Int
)
:
String
def
format
:
String
def
format
(
fd:
Int
)
:
String
def
get
(
numberOfFractionDigits:
Int
)
:
String
def
get
:
String
final
def
getClass
()
:
Class
[_]
Definition Classes
AnyRef → Any
def
hashCode
()
:
Int
Definition Classes
AbstractCurrency
→ AnyRef → Any
final
def
isInstanceOf
[
T0
]
:
Boolean
Definition Classes
Any
final
def
ne
(
arg0:
AnyRef
)
:
Boolean
Definition Classes
AnyRef
final
def
notify
()
:
Unit
Definition Classes
AnyRef
final
def
notifyAll
()
:
Unit
Definition Classes
AnyRef
def
round
(
precision:
Int
)
:
Currency
final
def
synchronized
[
T0
]
(
arg0: ⇒
T0
)
:
T0
Definition Classes
AnyRef
def
toString
()
:
String
Definition Classes
AbstractCurrency
→ AnyRef → Any
final
def
wait
()
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
,
arg1:
Int
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
final
def
wait
(
arg0:
Long
)
:
Unit
Definition Classes
AnyRef
Annotations
@throws
(
...
)
Inherited from
Ordered
[
Currency
]
Inherited from
Comparable
[
Currency
]
Inherited from
AnyRef
Inherited from
Any
Ungrouped