com.bea.commerce.ebusiness.tax
Class Country
java.lang.Object
com.bea.commerce.ebusiness.tax.Country
- public class Country
- extends Object
Country
public Country()
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()
Copyright © 2004 BEA Systems, Inc. All Rights Reserved