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 boolean
canEqual(Object other)
boolean
equals(Object o)
String
getAlpha2()
String
getAlpha3()
String
getName()
Integer
getNumericCode()
int
hashCode()
void
setAlpha2(String alpha2)
void
setAlpha3(String alpha3)
void
setName(String name)
void
setNumericCode(Integer numericCode)
String
toString()
-
-
-
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)
-
-