Province Class

com.bea.commerce.ebusiness.tax
Province Class

public class Province

    extends Object

Hierarchy
Object
  Province

Constructor Summary

Province()

 

Method Summary

public String
getEnglishLabel()
public String
getTwoCharacterAbbreviation()
public void
setEnglishLabel(String label)
public void
setTwoCharacterAbbreviation(String abbr)
public String
toString()
 
Methods from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
   

Constructor Detail

Province

public Province()
 

Method Detail

getEnglishLabel() Method

public String getEnglishLabel()

getTwoCharacterAbbreviation() Method

public String getTwoCharacterAbbreviation()

setEnglishLabel(String) Method

public void setEnglishLabel(String label)

setTwoCharacterAbbreviation(String) Method

public void setTwoCharacterAbbreviation(String abbr)
throws IllegalArgumentException

Exceptions

IllegalArgumentException

toString() Method

public String toString()
Overrides
Object.toString()