org.opengts.db.tables
Class Device.GeozoneTransition

java.lang.Object
  extended by org.opengts.db.tables.Device.GeozoneTransition
Enclosing class:
Device

public static class Device.GeozoneTransition
extends java.lang.Object


Constructor Summary
Device.GeozoneTransition(long timestamp, java.lang.Integer code, Geozone zone)
           
 
Method Summary
 Geozone getGeozone()
           
 java.lang.String getGeozoneDescription()
           
 java.lang.String getGeozoneID()
           
 int getStatusCode()
           
 long getTimestamp()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Device.GeozoneTransition

public Device.GeozoneTransition(long timestamp,
                                java.lang.Integer code,
                                Geozone zone)
Method Detail

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