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 Stringprotected Stringprotected Stringprotected Integerprotected StringFields inherited from interface org.broadleafcommerce.common.admin.domain.AdminMainEntity
MAIN_ENTITY_NAME_PROPERTY -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleangetName()inthashCode()voidvoidvoidvoidsetNumericCode(Integer numericCode) voidsetStatus(ISOCodeStatusType status)
-
Field Details
-
alpha2
-
name
-
alpha3
-
numericCode
-
status
-
-
Constructor Details
-
ISOCountryImpl
public ISOCountryImpl()
-
-
Method Details
-
getAlpha2
- Specified by:
getAlpha2in interfaceISOCountry
-
setAlpha2
- Specified by:
setAlpha2in interfaceISOCountry
-
getName
- Specified by:
getNamein interfaceISOCountry
-
setName
- Specified by:
setNamein interfaceISOCountry
-
getAlpha3
- Specified by:
getAlpha3in interfaceISOCountry
-
setAlpha3
- Specified by:
setAlpha3in interfaceISOCountry
-
getNumericCode
- Specified by:
getNumericCodein interfaceISOCountry
-
setNumericCode
- Specified by:
setNumericCodein interfaceISOCountry
-
getStatus
- Specified by:
getStatusin interfaceISOCountry
-
setStatus
- Specified by:
setStatusin interfaceISOCountry
-
equals
-
hashCode
public int hashCode() -
getMainEntityName
- Specified by:
getMainEntityNamein interfaceAdminMainEntity- Returns:
- the display name of this entity for the admin screen
-