com.bea.commerce.ebusiness.tax
Class Province

java.lang.Object
  extended by 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
Throws
IllegalArgumentException

getTwoCharacterAbbreviation

public String getTwoCharacterAbbreviation()

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2006 BEA Systems, Inc. All Rights Reserved