Class CountyImpl
java.lang.Object
de.hybris.platform.sap.sapcommonbol.businesspartner.businessobject.impl.CountyImpl
BO representation of a county (a geographical entity used for tax jurisdiction code determination)
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()voidsetCountyText(String countyText) voidsetTaxJurCode(String taxJurCode)
-
Constructor Details
-
CountyImpl
public CountyImpl()
-
-
Method Details
-
getCountyText
- Specified by:
getCountyTextin interfaceCounty- Returns:
- county description
-
setCountyText
- Specified by:
setCountyTextin interfaceCounty- Parameters:
countyText- county description
-
getTaxJurCode
- Specified by:
getTaxJurCodein interfaceCounty- Returns:
- tax jurisdiction code. Will be determined in ERP or CRM backend
-
setTaxJurCode
- Specified by:
setTaxJurCodein interfaceCounty- Parameters:
taxJurCode- tax jurisdiction code. Will be determined in ERP or CRM backend
-
clone
-