@Entity public class Federalstates extends hbm.entity.BaseEntity<Integer> implements Cloneable
Federalstates is keeping the information
for the federal states from the countries.| Constructor and Description |
|---|
Federalstates()
Default constructor.
|
| Modifier and Type | Method and Description |
|---|---|
Countries |
getCountry()
Return the value associated with the column: country
|
String |
getIso3166A2code()
Return the value associated with the column: iso3166A2code
|
String |
getName()
Return the value associated with the column: name
|
String |
getSubdivisionCategory()
Return the value associated with the column: subdivisionCategory
|
String |
getSubdivisionName()
Return the value associated with the column: subdivisionName
|
void |
setCountry(Countries country)
Set the value related to the column: country
|
void |
setIso3166A2code(String iso3166A2code)
Set the value related to the column: iso3166A2code
|
void |
setName(String name)
Set the value related to the column: name
|
void |
setSubdivisionCategory(String subdivisionCategory)
Set the value related to the column: subdivisionCategory
|
void |
setSubdivisionName(String subdivisionName)
Set the value related to the column: subdivisionName
|
public Countries getCountry()
public String getIso3166A2code()
public String getName()
public String getSubdivisionCategory()
public String getSubdivisionName()
public void setCountry(Countries country)
country - the country value you wish to setpublic void setIso3166A2code(String iso3166A2code)
iso3166A2code - the iso3166A2code value you wish to setpublic void setName(String name)
name - the name value you wish to setpublic void setSubdivisionCategory(String subdivisionCategory)
subdivisionCategory - the subdivisionCategory value you wish to setpublic void setSubdivisionName(String subdivisionName)
subdivisionName - the subdivisionName value you wish to setCopyright © 2015. All rights reserved.