|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.hack23.cia.model.common.impl.AbstractModelObjectImpl com.hack23.cia.model.common.impl.AbstractEnvironmentObjectImpl com.hack23.cia.model.common.impl.CountryImpl
@Entity public class CountryImpl extends AbstractEnvironmentObjectImpl implements Country
The Class CountryImpl.
Constructor and Description |
---|
CountryImpl()
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCapitalCity()
Gets the capital city. |
java.lang.Long |
getId()
Gets the id. |
java.lang.String |
getIso2Code()
Gets the iso2 code. |
java.lang.String |
getLatitude()
Gets the latitude. |
java.lang.String |
getLongitude()
Gets the longitude. |
Region |
getRegion()
Gets the region. |
RegionImpl |
getRegionImpl()
Gets the region impl. |
java.lang.Long |
getVersion()
Gets the version. |
void |
setCapitalCity(java.lang.String capitalCity)
Sets the capital city. |
void |
setId(java.lang.Long id)
Sets the id. |
void |
setIso2Code(java.lang.String iso2Code)
Sets the iso2 code. |
void |
setLatitude(java.lang.String latitude)
Sets the latitude. |
void |
setLongitude(java.lang.String longitude)
Sets the longitude. |
void |
setRegionImpl(RegionImpl regionImpl)
Sets the region impl. |
void |
setVersion(java.lang.Long version)
Sets the version. |
Methods inherited from class com.hack23.cia.model.common.impl.AbstractEnvironmentObjectImpl |
---|
getName, setName |
Methods inherited from class com.hack23.cia.model.common.impl.AbstractModelObjectImpl |
---|
equals, hashCode, isNew |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.hack23.cia.model.common.api.Environment |
---|
getName |
Constructor Detail |
---|
public CountryImpl()
Method Detail |
---|
public java.lang.Long getVersion()
ModelObject
getVersion
in interface ModelObject
getVersion
in class AbstractModelObjectImpl
public void setVersion(java.lang.Long version)
version
- the new versionpublic java.lang.Long getId()
ModelObject
getId
in interface ModelObject
getId
in class AbstractModelObjectImpl
public void setId(java.lang.Long id)
id
- the new idpublic java.lang.String getIso2Code()
public void setIso2Code(java.lang.String iso2Code)
iso2Code
- the new iso2 codepublic java.lang.String getCapitalCity()
public void setCapitalCity(java.lang.String capitalCity)
capitalCity
- the new capital citypublic java.lang.String getLongitude()
public void setLongitude(java.lang.String longitude)
longitude
- the new longitudepublic java.lang.String getLatitude()
public void setLatitude(java.lang.String latitude)
latitude
- the new latitudepublic RegionImpl getRegionImpl()
public Region getRegion()
Country
getRegion
in interface Country
public void setRegionImpl(RegionImpl regionImpl)
regionImpl
- the new region impl
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |