java.lang.Object
de.hybris.platform.sap.sapcommonbol.businesspartner.businessobject.impl.CountyImpl
All Implemented Interfaces:
County, Cloneable

public class CountyImpl extends Object implements County
BO representation of a county (a geographical entity used for tax jurisdiction code determination)
  • Constructor Details

    • CountyImpl

      public CountyImpl()
  • Method Details

    • getCountyText

      public String getCountyText()
      Specified by:
      getCountyText in interface County
      Returns:
      county description
    • setCountyText

      public void setCountyText(String countyText)
      Specified by:
      setCountyText in interface County
      Parameters:
      countyText - county description
    • getTaxJurCode

      public String getTaxJurCode()
      Specified by:
      getTaxJurCode in interface County
      Returns:
      tax jurisdiction code. Will be determined in ERP or CRM backend
    • setTaxJurCode

      public void setTaxJurCode(String taxJurCode)
      Specified by:
      setTaxJurCode in interface County
      Parameters:
      taxJurCode - tax jurisdiction code. Will be determined in ERP or CRM backend
    • clone

      public County clone()
      Specified by:
      clone in interface County
      Overrides:
      clone in class Object
      Returns:
      a clone of the county