org.opengts.db.tables
Class Device.GeozoneTransition
java.lang.Object
org.opengts.db.tables.Device.GeozoneTransition
- Enclosing class:
- Device
public static class Device.GeozoneTransition
- extends java.lang.Object
Geozone transition container for providing arrive/depart events
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Device.GeozoneTransition
public Device.GeozoneTransition(long timestamp,
int code,
Geozone zone)
getTimestamp
public long getTimestamp()
getStatusCode
public int getStatusCode()
getGeozone
public Geozone getGeozone()
getGeozoneID
public java.lang.String getGeozoneID()
getGeozoneDescription
public java.lang.String getGeozoneDescription()
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object