jstorm.mapping
Class StorableObject

java.lang.Object
  |
  +--jstorm.mapping.StorableObject
Direct Known Subclasses:
ConcurrencyObject, TestAggregateObject, TestObject

public abstract class StorableObject
extends java.lang.Object

Insert the type's description here. Creation date: (6/26/2001 10:55:48 AM)


Constructor Summary
StorableObject()
          StorableObject constructor comment.
 
Method Summary
 void delete()
          Insert the method's description here.
abstract  Mapping getMapping()
          Insert the method's description here.
 void insert()
          Insert the method's description here.
 void update()
          Insert the method's description here.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StorableObject

public StorableObject()
StorableObject constructor comment.
Method Detail

delete

public void delete()
            throws DatabaseException
Insert the method's description here. Creation date: (6/26/2001 10:56:44 AM)

getMapping

public abstract Mapping getMapping()
Insert the method's description here. Creation date: (6/26/2001 10:56:06 AM)
Returns:
com.lante.mapping.Mapping

insert

public void insert()
            throws DatabaseException
Insert the method's description here. Creation date: (6/26/2001 10:56:44 AM)

update

public void update()
            throws DatabaseException
Insert the method's description here. Creation date: (6/26/2001 10:56:44 AM)