org.ephman.abra.utils
Class Versioned

java.lang.Object
  |
  +--org.ephman.abra.utils.Identified
        |
        +--org.ephman.abra.utils.Versioned
All Implemented Interfaces:
java.lang.Cloneable, java.io.Serializable

public abstract class Versioned
extends Identified
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
static int INVALID
           
 
Constructor Summary
Versioned()
           
 
Method Summary
 int getVersion()
          Get object's Version
 void setVersion(int v)
          Set object's Version
 
Methods inherited from class org.ephman.abra.utils.Identified
clone, getOid, isLocked, setLocked, setOid
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INVALID

public static final int INVALID
See Also:
Constant Field Values
Constructor Detail

Versioned

public Versioned()
Method Detail

setVersion

public void setVersion(int v)
Set object's Version


getVersion

public int getVersion()
Get object's Version