Class JpaISOCountry
- java.lang.Object
-
- com.broadleafcommerce.customer.provider.jpa.domain.JpaISOCountry
-
- All Implemented Interfaces:
Serializable
public class JpaISOCountry extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description JpaISOCountry()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description protected booleancanEqual(Object other)booleanequals(Object o)StringgetAlpha2()StringgetAlpha3()StringgetName()IntegergetNumericCode()inthashCode()voidsetAlpha2(String alpha2)voidsetAlpha3(String alpha3)voidsetName(String name)voidsetNumericCode(Integer numericCode)StringtoString()
-
-
-
Method Detail
-
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)
-
canEqual
protected boolean canEqual(Object other)
-
-