@Entity public class ISOCountryImpl extends Object implements ISOCountry, AdminMainEntity
| Modifier and Type | Field and Description |
|---|---|
protected String |
alpha2 |
protected String |
alpha3 |
protected String |
name |
protected Integer |
numericCode |
protected String |
status |
MAIN_ENTITY_NAME_PROPERTY| Constructor and Description |
|---|
ISOCountryImpl() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getAlpha2() |
String |
getAlpha3() |
String |
getMainEntityName() |
String |
getName() |
Integer |
getNumericCode() |
ISOCodeStatusType |
getStatus() |
int |
hashCode() |
void |
setAlpha2(String alpha2) |
void |
setAlpha3(String alpha3) |
void |
setName(String name) |
void |
setNumericCode(Integer numericCode) |
void |
setStatus(ISOCodeStatusType status) |
protected String alpha2
protected String name
protected String alpha3
protected Integer numericCode
protected String status
public String getAlpha2()
getAlpha2 in interface ISOCountrypublic void setAlpha2(String alpha2)
setAlpha2 in interface ISOCountrypublic String getName()
getName in interface ISOCountrypublic void setName(String name)
setName in interface ISOCountrypublic String getAlpha3()
getAlpha3 in interface ISOCountrypublic void setAlpha3(String alpha3)
setAlpha3 in interface ISOCountrypublic Integer getNumericCode()
getNumericCode in interface ISOCountrypublic void setNumericCode(Integer numericCode)
setNumericCode in interface ISOCountrypublic ISOCodeStatusType getStatus()
getStatus in interface ISOCountrypublic void setStatus(ISOCodeStatusType status)
setStatus in interface ISOCountrypublic String getMainEntityName()
getMainEntityName in interface AdminMainEntityCopyright © 2022. All rights reserved.