com.bea.commerce.ebusiness.tax
Class Country

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

setISOCode

public void setISOCode(int code)

getISOCode

public Integer getISOCode()

setEnglishLabel

public void setEnglishLabel(String label)

getEnglishLabel

public String getEnglishLabel()

setTwoCharacterAbbreviation

public void setTwoCharacterAbbreviation(String abbr)
                                 throws IllegalArgumentException
Throws
IllegalArgumentException

getTwoCharacterAbbreviation

public String getTwoCharacterAbbreviation()

setThreeCharacterAbbreviation

public void setThreeCharacterAbbreviation(String abbr)
                                   throws IllegalArgumentException
Throws
IllegalArgumentException

getThreeCharacterAbbreviation

public String getThreeCharacterAbbreviation()

setCurrency

public void setCurrency(Currency curr)

getCurrency

public Currency getCurrency()

addProvince

public void addProvince(Province province)

getProvince

public Province getProvince(String province_info)
                     throws Exception
Throws
Exception

isUS

public boolean isUS()

isCanada

public boolean isCanada()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 BEA Systems, Inc. All Rights Reserved