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
IllegalArgumentException
getTwoCharacterAbbreviation
public String getTwoCharacterAbbreviation()
setThreeCharacterAbbreviation
public void setThreeCharacterAbbreviation(String abbr)
throws IllegalArgumentException
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
Exception
isUS
public boolean isUS()
isCanada
public boolean isCanada()
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2003 BEA Systems, Inc. All Rights Reserved