Interface County
- All Superinterfaces:
Cloneable
- All Known Implementing Classes:
CountyImpl
BO representation of a county (relevant for countries where tax jurisdiction
code determination based on county is necessary)
-
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetCountyText(String countyText) voidsetTaxJurCode(String taxJurCode)
-
Method Details
-
getCountyText
String getCountyText()- Returns:
- county description
-
setCountyText
- Parameters:
countyText- county description
-
getTaxJurCode
String getTaxJurCode()- Returns:
- tax jurisdiction code. Will be determined in ERP or CRM backend
-
setTaxJurCode
- Parameters:
taxJurCode- tax jurisdiction code. Will be determined in ERP or CRM backend
-
clone
County clone()- Returns:
- a clone of the county
-