goodslib
Class SpatialObject

java.lang.Object
  extended bygoodsjpi.Persistent
      extended bygoodslib.SpatialObject
All Implemented Interfaces:
java.io.Serializable

public class SpatialObject
extends Persistent

Spatial object - object with R2 coordinates

See Also:
Serialized Form

Field Summary
 
Fields inherited from class goodsjpi.Persistent
defaultMetaobject, metaobject
 
Constructor Summary
SpatialObject()
           
 
Method Summary
 Rectangle getRectangle()
           
 void setRectangle(Rectangle r)
           
 
Methods inherited from class goodsjpi.Persistent
attachToStorage, clone, clusterWith, finalize, getDatabase, getOid, getStorageId, hashCode, onLoad
 
Methods inherited from class java.lang.Object
equals, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SpatialObject

public SpatialObject()
Method Detail

getRectangle

public Rectangle getRectangle()

setRectangle

public void setRectangle(Rectangle r)