|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.bea.commerce.ebusiness.tax.Country
@Deprecated public class Country
| Constructor Summary | |
|---|---|
Country()
Deprecated |
|
| Method Summary | |
|---|---|
void |
addProvince(Province province)
Deprecated |
Currency |
getCurrency()
Deprecated |
String |
getEnglishLabel()
Deprecated |
Integer |
getISOCode()
Deprecated |
Province |
getProvince(String province_info)
Deprecated |
String |
getThreeCharacterAbbreviation()
Deprecated |
String |
getTwoCharacterAbbreviation()
Deprecated |
boolean |
isCanada()
Deprecated |
boolean |
isUS()
Deprecated |
void |
setCurrency(Currency curr)
Deprecated |
void |
setEnglishLabel(String label)
Deprecated |
void |
setISOCode(int code)
Deprecated |
void |
setThreeCharacterAbbreviation(String abbr)
Deprecated |
void |
setTwoCharacterAbbreviation(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 |
|---|
public Country()
| Method Detail |
|---|
public void setISOCode(int code)
public Integer getISOCode()
public void setEnglishLabel(String label)
public String getEnglishLabel()
public void setTwoCharacterAbbreviation(String abbr)
throws IllegalArgumentException
IllegalArgumentExceptionpublic String getTwoCharacterAbbreviation()
public void setThreeCharacterAbbreviation(String abbr)
throws IllegalArgumentException
IllegalArgumentExceptionpublic String getThreeCharacterAbbreviation()
public void setCurrency(Currency curr)
public Currency getCurrency()
public void addProvince(Province province)
public Province getProvince(String province_info)
throws Exception
Exceptionpublic boolean isUS()
public boolean isCanada()
public String toString()
toString in class Object
|
Copyright © 2000, 2009, Oracle and/or its affiliates. All rights reserved. | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||