|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.castor.jdo.engine.CounterRef
public final class CounterRef
Holds information about table names and counters.
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 |
---|
public CounterRef()
Method Detail |
---|
public java.lang.String getTableName()
public void setTableName(java.lang.String tableName)
tableName
- The tabel namepublic int getCounter()
public void setCounter(int counter)
counter
- The counter value.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |