com.bea.commerce.ebusiness.tax
Class Currency

java.lang.Object
  extended by com.bea.commerce.ebusiness.tax.Currency

Deprecated

@Deprecated
public class Currency
extends Object


Constructor Summary
Currency()
          Deprecated  
Currency(Currency curr)
          Deprecated  
 
Method Summary
 String getEnglishLabel()
          Deprecated  
 String getISOCode()
          Deprecated  
 void setEnglishLabel(String label)
          Deprecated  
 void setISOCode(String abbr)
          Deprecated  
 String toString()
          Deprecated  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Currency

public Currency()
Deprecated 

Currency

public Currency(Currency curr)
Deprecated 
Method Detail

setEnglishLabel

public void setEnglishLabel(String label)
Deprecated 

getEnglishLabel

public String getEnglishLabel()
Deprecated 

setISOCode

public void setISOCode(String abbr)
                throws IllegalArgumentException
Deprecated 
Throws
IllegalArgumentException

getISOCode

public String getISOCode()
Deprecated 

toString

public String toString()
Deprecated 
Overrides:
toString in class Object


Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.