@Entity public class Countries extends hbm.entity.BaseEntity<Integer> implements Cloneable
Countries is keeping the information for all
countries in the world.| Constructor and Description |
|---|
Countries()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getIso3166A2name()
Return the value associated with the column: iso3166A2name.
|
String |
getIso3166A3name()
Return the value associated with the column: iso3166A3name.
|
String |
getIso3166Number()
Return the value associated with the column: iso3166Number.
|
String |
getName()
Return the value associated with the column: name.
|
void |
setIso3166A2name(String iso3166A2name)
Set the value related to the column: iso3166A2name.
|
void |
setIso3166A3name(String iso3166A3name)
Set the value related to the column: iso3166A3name.
|
void |
setIso3166Number(String iso3166Number)
Set the value related to the column: iso3166Number.
|
void |
setName(String name)
Set the value related to the column: name.
|
public String getIso3166A2name()
public String getIso3166A3name()
public String getIso3166Number()
public String getName()
public void setIso3166A2name(String iso3166A2name)
iso3166A2name - the iso3166A2name value you wish to setpublic void setIso3166A3name(String iso3166A3name)
iso3166A3name - the iso3166A3name value you wish to setpublic void setIso3166Number(String iso3166Number)
iso3166Number - the iso3166Number value you wish to setpublic void setName(String name)
name - the name value you wish to setCopyright © 2015. All rights reserved.