java.lang.Object
com.broadleafcommerce.customer.provider.jpa.domain.JpaISOCountry
All Implemented Interfaces:
Serializable

public class JpaISOCountry extends Object implements Serializable
See Also:
  • Constructor Details

    • JpaISOCountry

      public JpaISOCountry()
  • Method Details

    • getAlpha2

      public String getAlpha2()
    • getAlpha3

      public String getAlpha3()
    • getName

      public String getName()
    • getNumericCode

      public Integer getNumericCode()
    • setAlpha2

      public void setAlpha2(String alpha2)
    • setAlpha3

      public void setAlpha3(String alpha3)
    • setName

      public void setName(String name)
    • setNumericCode

      public void setNumericCode(Integer numericCode)
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • canEqual

      protected boolean canEqual(Object other)
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object