© 2003 BEA Systems, Inc.

com.bea.commerce.ebusiness.tax
Class Province

java.lang.Object
  |
  +--com.bea.commerce.ebusiness.tax.Province

public class Province
extends Object


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

Province

public Province()
Method Detail

setEnglishLabel

public void setEnglishLabel(String label)

getEnglishLabel

public String getEnglishLabel()

setTwoCharacterAbbreviation

public void setTwoCharacterAbbreviation(String abbr)
                                 throws IllegalArgumentException
IllegalArgumentException

getTwoCharacterAbbreviation

public String getTwoCharacterAbbreviation()

toString

public String toString()
Overrides:
toString in class Object

© 2003 BEA Systems, Inc.

Copyright © 2003 BEA Systems, Inc. All Rights Reserved