test.ojb.broker
Class LockedByTimestamp

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

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

Version:
1.0
Author:
See Also:
Serialized Form

Constructor Summary
LockedByTimestamp()
           
LockedByTimestamp(int theId, java.lang.String theValue, java.sql.Timestamp theTimestamp)
           
 
Method Summary
 int getId()
          Gets the id.
 java.sql.Timestamp getTimestamp()
          Gets the timestamp.
 java.lang.String getValue()
          Gets the value.
 void setId(int id)
          Sets the id.
 void setTimestamp(java.sql.Timestamp timestamp)
          Sets the timestamp.
 void setValue(java.lang.String value)
          Sets the value.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LockedByTimestamp

public LockedByTimestamp()

LockedByTimestamp

public LockedByTimestamp(int theId,
                         java.lang.String theValue,
                         java.sql.Timestamp theTimestamp)
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

getTimestamp

public java.sql.Timestamp getTimestamp()
Gets the timestamp.

Returns:
Returns a Timestamp

setTimestamp

public void setTimestamp(java.sql.Timestamp timestamp)
Sets the timestamp.

Parameters:
timestamp - The timestamp 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