com.bea.commerce.ebusiness.tax
Class Currency

java.lang.Object
  extended by 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
Throws
IllegalArgumentException

getISOCode

public String getISOCode()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 BEA Systems, Inc. All Rights Reserved