© 2003 BEA Systems, Inc.

com.bea.commerce.ebusiness.tax
Class Currency

java.lang.Object
  |
  +--com.bea.commerce.ebusiness.tax.Currency

public class Currency
extends Object


Constructor Summary
Currency()
           
Currency(Currency curr)
           
 
Method Summary
 String getEnglishLabel()
           
 String getISOCode()
           
 void setEnglishLabel(String label)
           
 void setISOCode(String abbr)
           
 String toString()
           
 
Methods inherited 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

setEnglishLabel

public void setEnglishLabel(String label)

getEnglishLabel

public String getEnglishLabel()

setISOCode

public void setISOCode(String abbr)
                throws IllegalArgumentException
IllegalArgumentException

getISOCode

public String getISOCode()

toString

public String toString()
Overrides:
toString in class Object

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved