Package org.castor.jdo.engine
Class CounterRef
java.lang.Object
org.castor.jdo.engine.CounterRef
Holds information about table names and counters.
- Since:
- 0.9.9
- Version:
- $Revision: 5951 $ $Date: 2005-07-24 14:37:16 -0600 (Sun, 24 Jul 2005) $
- Author:
- Werner Guttmann
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionint
Get the counter value.Get the table name.void
setCounter
(int counter) Set the counter value.void
setTableName
(String tableName) Set the tabel name.
-
Constructor Details
-
CounterRef
public CounterRef()
-
-
Method Details
-
getTableName
Get the table name.- Returns:
- the table name.
-
setTableName
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.
-