Currency Class

com.bea.commerce.ebusiness.tax
Currency Class

public class Currency

    extends Object

Hierarchy
Object
  Currency

Constructor Summary

Currency()

Currency(Currency curr)

 

Method Summary

public String
getEnglishLabel()
public String
getISOCode()
public void
setEnglishLabel(String label)
public void
setISOCode(String abbr)
public String
toString()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Constructor Detail

Currency

public Currency()

Currency

public Currency(Currency curr)
 

Method Detail

getEnglishLabel() Method

public String getEnglishLabel()

getISOCode() Method

public String getISOCode()

setEnglishLabel(String) Method

public void setEnglishLabel(String label)

setISOCode(String) Method

public void setISOCode(String abbr)
throws IllegalArgumentException

Exceptions

IllegalArgumentException

toString() Method

public String toString()
Overrides
Object.toString()