Interface County

  • All Superinterfaces:
    java.lang.Cloneable
    All Known Implementing Classes:
    CountyImpl

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

      • getCountyText

        java.lang.String getCountyText()
        Returns:
        county description
      • setCountyText

        void setCountyText​(java.lang.String countyText)
        Parameters:
        countyText - county description
      • getTaxJurCode

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

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

        County clone()
        Returns:
        a clone of the county