test.ojb.broker
Class LockedByVersion

java.lang.Object
  |
  +--test.ojb.broker.LockedByVersion
All Implemented Interfaces:
java.io.Serializable

public class LockedByVersion
extends java.lang.Object
implements java.io.Serializable

Version:
1.0
Author:
See Also:
Serialized Form

Constructor Summary
LockedByVersion()
           
LockedByVersion(int theId, java.lang.String theValue, int theVersion)
           
 
Method Summary
 int getId()
          Gets the id.
 java.lang.String getValue()
          Gets the value.
 int getVersion()
          Gets the version.
 void setId(int id)
          Sets the id.
 void setValue(java.lang.String value)
          Sets the value.
 void setVersion(int version)
          Sets the version.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockedByVersion

public LockedByVersion()

LockedByVersion

public LockedByVersion(int theId,
                       java.lang.String theValue,
                       int theVersion)
Method Detail

getId

public int getId()
Gets the id.

Returns:
Returns a int

setId

public void setId(int id)
Sets the id.

Parameters:
id - The id to set

getValue

public java.lang.String getValue()
Gets the value.

Returns:
Returns a String

setValue

public void setValue(java.lang.String value)
Sets the value.

Parameters:
value - The value to set

getVersion

public int getVersion()
Gets the version.

Returns:
Returns a long

setVersion

public void setVersion(int version)
Sets the version.

Parameters:
version - The version to set


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04