com.bea.commerce.ebusiness.tax
Class Province

java.lang.Object
  extended by com.bea.commerce.ebusiness.tax.Province

Deprecated

@Deprecated
public class Province
extends Object


Constructor Summary
Province()
          Deprecated  
 
Method Summary
 String getEnglishLabel()
          Deprecated  
 String getTwoCharacterAbbreviation()
          Deprecated  
 void setEnglishLabel(String label)
          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

Province

public Province()
Deprecated 
Method Detail

setEnglishLabel

public void setEnglishLabel(String label)
Deprecated 

getEnglishLabel

public String getEnglishLabel()
Deprecated 

setTwoCharacterAbbreviation

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

getTwoCharacterAbbreviation

public String getTwoCharacterAbbreviation()
Deprecated 

toString

public String toString()
Deprecated 
Overrides:
toString in class Object


Copyright © 2000, 2008, Oracle and/or its affiliates. All rights reserved.
Oracle is a registered trademark of Oracle Corporation and/or its affiliates.
Other names may be trademarks of their respective owners.