All Superinterfaces:
Cloneable
All Known Implementing Classes:
CountyImpl

public interface County extends Cloneable
BO representation of a county (relevant for countries where tax jurisdiction code determination based on county is necessary)
  • Method Details

    • getCountyText

      String getCountyText()
      Returns:
      county description
    • setCountyText

      void setCountyText(String countyText)
      Parameters:
      countyText - county description
    • getTaxJurCode

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

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

      County clone()
      Returns:
      a clone of the county