Package org.cyclos.entities.system
Class IpGeolocation
- java.lang.Object
-
- org.cyclos.entities.SimpleEntity
-
- org.cyclos.entities.system.IpGeolocation
-
- All Implemented Interfaces:
Cloneable,ProcessableForProxying,IEntity
@Entity public class IpGeolocation extends SimpleEntity
Contains the results for a geolocation of an IP address
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.cyclos.entities.SimpleEntity
SimpleEntity.EntityLoadNotifier
-
-
Constructor Summary
Constructors Constructor Description IpGeolocation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetAddress()StringgetCity()StringgetCountry()DategetExpirationDate()LatLonggetLocation()StringgetRegion()voidsetAddress(String address)voidsetCity(String city)voidsetCountry(String country)voidsetExpirationDate(Date expirationDate)voidsetLocation(LatLong location)voidsetRegion(String region)-
Methods inherited from class org.cyclos.entities.SimpleEntity
equals, getId, hashCode, id, ids, isPersistent, isTransient, register, setId, toShortString, toString, uniqueIds, uniqueIds
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.cyclos.entities.ProcessableForProxying
getProxyClass
-
-
-
-
Method Detail
-
getAddress
public String getAddress()
-
getCity
public String getCity()
-
getCountry
public String getCountry()
-
getExpirationDate
public Date getExpirationDate()
-
getLocation
public LatLong getLocation()
-
getRegion
public String getRegion()
-
setAddress
public void setAddress(String address)
-
setCity
public void setCity(String city)
-
setCountry
public void setCountry(String country)
-
setExpirationDate
public void setExpirationDate(Date expirationDate)
-
setLocation
public void setLocation(LatLong location)
-
setRegion
public void setRegion(String region)
-
-