© 2005 BEA Systems, Inc.

com.bea.commerce.ebusiness.tax
Class Country

java.lang.Object
  extended bycom.bea.commerce.ebusiness.tax.Country

public class Country
extends Object


Constructor Summary
Country()
           
 
Method Summary
 void addProvince(Province province)
           
 Currency getCurrency()
           
 String getEnglishLabel()
           
 Integer getISOCode()
           
 Province getProvince(String province_info)
           
 String getThreeCharacterAbbreviation()
           
 String getTwoCharacterAbbreviation()
           
 boolean isCanada()
           
 boolean isUS()
           
 void setCurrency(Currency curr)
           
 void setEnglishLabel(String label)
           
 void setISOCode(int code)
           
 void setThreeCharacterAbbreviation(String abbr)
           
 void setTwoCharacterAbbreviation(String abbr)
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Country

public Country()
Method Detail

addProvince

public void addProvince(Province province)

getCurrency

public Currency getCurrency()

getEnglishLabel

public String getEnglishLabel()

getISOCode

public Integer getISOCode()

getProvince

public Province getProvince(String province_info)
                     throws Exception
Throws:
Exception

getThreeCharacterAbbreviation

public String getThreeCharacterAbbreviation()

getTwoCharacterAbbreviation

public String getTwoCharacterAbbreviation()

isCanada

public boolean isCanada()

isUS

public boolean isUS()

setCurrency

public void setCurrency(Currency curr)

setEnglishLabel

public void setEnglishLabel(String label)

setISOCode

public void setISOCode(int code)

setThreeCharacterAbbreviation

public void setThreeCharacterAbbreviation(String abbr)
                                   throws IllegalArgumentException
Throws:
IllegalArgumentException

setTwoCharacterAbbreviation

public void setTwoCharacterAbbreviation(String abbr)
                                 throws IllegalArgumentException
Throws:
IllegalArgumentException

toString

public String toString()

© 2005 BEA Systems, Inc.

Copyright © 2005 BEA Systems, Inc. All Rights Reserved