org.apache.ws.jaxme.js.pattern
Class VersionGenerator.TableInfo
java.lang.Object
   org.apache.ws.jaxme.js.pattern.VersionGenerator.TableInfo
org.apache.ws.jaxme.js.pattern.VersionGenerator.TableInfo
- Enclosing class:
- VersionGenerator
- public static class VersionGenerator.TableInfo- extends java.lang.Object
This class is used internally to maintain the informations on
 the tables being cloned.
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
getTable
public Table getTable()
- 
 
getPropertyName
public java.lang.String getPropertyName()
- 
 
add
public void add(VersionGenerator.ColumnUpdater pColumnUpdater)
- 
 
getColumnUpdaters
public java.util.Iterator getColumnUpdaters()
- 
 
setReferenced
public void setReferenced(boolean pReferenced)
- 
 
isReferenced
public boolean isReferenced()
- 
 
hasPrimaryKey
public boolean hasPrimaryKey()
- 
 
setPrimaryKey
public void setPrimaryKey(boolean pPrimaryKey)
-