com.buildforge.services.common.dbo
Class GeoAwareDBObject

java.lang.Object
  extended by com.buildforge.services.common.dbo.DBObject
      extended by com.buildforge.services.common.dbo.GeoAwareDBObject
Direct Known Subclasses:
BuildDBO, GeoDBO, ProjectDBO

public abstract class GeoAwareDBObject
extends DBObject


Constructor Summary
GeoAwareDBObject()
           
 
Method Summary
 java.lang.String getGeoId()
          Returns the GDD-aware geographic identifier of this object
 void setGeoId(java.lang.String newGeoId)
          Assigns a new geographic identifier to this GDD-aware object
 
Methods inherited from class com.buildforge.services.common.dbo.DBObject
badId, badName, checkDead, checkLive, collision, collision, fromArray, getTypeKey, isLive, toArray
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GeoAwareDBObject

public GeoAwareDBObject()
Method Detail

getGeoId

public java.lang.String getGeoId()
Returns the GDD-aware geographic identifier of this object

Returns:
The GDD-aware geographic identifier of this object

setGeoId

public void setGeoId(java.lang.String newGeoId)
Assigns a new geographic identifier to this GDD-aware object

Parameters:
newGeoId -