Class ISOCountryImpl
java.lang.Object
org.broadleafcommerce.common.i18n.domain.ISOCountryImpl
- All Implemented Interfaces:
Serializable
,AdminMainEntity
,ISOCountry
- Author:
- Elbert Bautista (elbertbautista)
- See Also:
-
Field Summary
FieldsModifier and TypeFieldDescriptionprotected String
protected String
protected String
protected Integer
protected String
Fields inherited from interface org.broadleafcommerce.common.admin.domain.AdminMainEntity
MAIN_ENTITY_NAME_PROPERTY
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionboolean
getName()
int
hashCode()
void
void
void
void
setNumericCode
(Integer numericCode) void
setStatus
(ISOCodeStatusType status)
-
Field Details
-
alpha2
-
name
-
alpha3
-
numericCode
-
status
-
-
Constructor Details
-
ISOCountryImpl
public ISOCountryImpl()
-
-
Method Details
-
getAlpha2
- Specified by:
getAlpha2
in interfaceISOCountry
-
setAlpha2
- Specified by:
setAlpha2
in interfaceISOCountry
-
getName
- Specified by:
getName
in interfaceISOCountry
-
setName
- Specified by:
setName
in interfaceISOCountry
-
getAlpha3
- Specified by:
getAlpha3
in interfaceISOCountry
-
setAlpha3
- Specified by:
setAlpha3
in interfaceISOCountry
-
getNumericCode
- Specified by:
getNumericCode
in interfaceISOCountry
-
setNumericCode
- Specified by:
setNumericCode
in interfaceISOCountry
-
getStatus
- Specified by:
getStatus
in interfaceISOCountry
-
setStatus
- Specified by:
setStatus
in interfaceISOCountry
-
equals
-
hashCode
public int hashCode() -
getMainEntityName
- Specified by:
getMainEntityName
in interfaceAdminMainEntity
- Returns:
- the display name of this entity for the admin screen
-