org.castor.jdo.engine
Class CounterRef

java.lang.Object
  extended by org.castor.jdo.engine.CounterRef

public final class CounterRef
extends java.lang.Object

Holds information about table names and counters.

Since:
0.9.9
Version:
$Revision: 1.2 $ $Date: 2005/07/24 20:37:15 $
Author:
Werner Guttmann

Constructor Summary
CounterRef()
           
 
Method Summary
 int getCounter()
          Get the counter value.
 java.lang.String getTableName()
          Get the table name.
 void setCounter(int counter)
          Set the counter value.
 void setTableName(java.lang.String tableName)
          Set the tabel name.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CounterRef

public CounterRef()
Method Detail

getTableName

public java.lang.String getTableName()
Get the table name.

Returns:
the table name.

setTableName

public void setTableName(java.lang.String tableName)
Set the tabel name.

Parameters:
tableName - The tabel name

getCounter

public int getCounter()
Get the counter value.

Returns:
The counter value.

setCounter

public void setCounter(int counter)
Set the counter value.

Parameters:
counter - The counter value.


Intalio Inc. (C) 1999-2004. All rights reserved http://www.intalio.com