wt.projmgmt.resource
Class Currency

java.lang.Object
  extended by wt.projmgmt.resource.Currency
All Implemented Interfaces:
Externalizable, Serializable

public class Currency
extends Object
implements Externalizable

Currency,/code> represents a localized currency.

Supported API: true

Extendable: false

See Also:
Serialized Form

Constructor Summary
Currency()
          

Supported API: true
Currency(double value)
          

Supported API: true
 
Method Summary
 double doubleValue()
          

Supported API: true
static Currency getCurrency(String str)
          

Supported API: true
static double parseCurrency(String str)
          

Supported API: true
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Currency

public Currency()


Supported API: true


Currency

public Currency(double value)


Supported API: true

Parameters:
value -
Method Detail

doubleValue

public double doubleValue()


Supported API: true

Returns:
double

parseCurrency

public static double parseCurrency(String str)
                            throws NumberFormatException


Supported API: true

Parameters:
str -
Returns:
double
Throws:
NumberFormatException

getCurrency

public static Currency getCurrency(String str)
                            throws NumberFormatException


Supported API: true

Parameters:
str -
Returns:
Currency
Throws:
NumberFormatException