jstorm.mapping
Class ConcurrencyObject

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

public abstract class ConcurrencyObject
extends StorableObject

Insert the type's description here. Creation date: (6/27/2001 2:26:56 PM)


Field Summary
static java.lang.String CONCURRENCY_COLUMN
           
 
Constructor Summary
ConcurrencyObject()
          ConcurrencyObject constructor comment.
 
Method Summary
 java.sql.Timestamp getConcurrencyStamp()
          Insert the method's description here.
 java.sql.Timestamp getNewConcurrencyStamp()
           
 void insert()
          Insert the method's description here.
 void setConcurrencyStamp(java.sql.Timestamp newConcurrencyStamp)
          Insert the method's description here.
 void setNewConcurrencyStamp(java.sql.Timestamp newConcurrencyStamp)
           
 void update()
          Insert the method's description here.
 
Methods inherited from class jstorm.mapping.StorableObject
delete, getMapping
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

CONCURRENCY_COLUMN

public static final java.lang.String CONCURRENCY_COLUMN
Constructor Detail

ConcurrencyObject

public ConcurrencyObject()
ConcurrencyObject constructor comment.
Method Detail

getConcurrencyStamp

public java.sql.Timestamp getConcurrencyStamp()
Insert the method's description here. Creation date: (6/27/2001 2:28:13 PM)
Returns:
java.sql.Date

getNewConcurrencyStamp

public java.sql.Timestamp getNewConcurrencyStamp()

insert

public void insert()
Description copied from class: StorableObject
Insert the method's description here. Creation date: (6/26/2001 10:56:44 AM)
Overrides:
insert in class StorableObject

setConcurrencyStamp

public void setConcurrencyStamp(java.sql.Timestamp newConcurrencyStamp)
Insert the method's description here. Creation date: (6/27/2001 2:28:13 PM)
Parameters:
newConcurrencyStamp - java.sql.Date

setNewConcurrencyStamp

public void setNewConcurrencyStamp(java.sql.Timestamp newConcurrencyStamp)

update

public void update()
Description copied from class: StorableObject
Insert the method's description here. Creation date: (6/26/2001 10:56:44 AM)
Overrides:
update in class StorableObject