@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 ISOCountry
public void setAlpha2(String alpha2)
setAlpha2
in interface ISOCountry
public String getName()
getName
in interface ISOCountry
public void setName(String name)
setName
in interface ISOCountry
public String getAlpha3()
getAlpha3
in interface ISOCountry
public void setAlpha3(String alpha3)
setAlpha3
in interface ISOCountry
public Integer getNumericCode()
getNumericCode
in interface ISOCountry
public void setNumericCode(Integer numericCode)
setNumericCode
in interface ISOCountry
public ISOCodeStatusType getStatus()
getStatus
in interface ISOCountry
public void setStatus(ISOCodeStatusType status)
setStatus
in interface ISOCountry
public String getMainEntityName()
getMainEntityName
in interface AdminMainEntity
Copyright © 2022. All rights reserved.