Province Class
- public class Province
extends Object
-
Hierarchy
-
Object
Province
Province
public Province()
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()