public abstract class Generator extends Object implements ModelObject
| Modifier and Type | Field and Description |
|---|---|
static String |
copyright |
protected PrimaryKeyColumn |
primaryKeyColumn |
| Modifier | Constructor and Description |
|---|---|
|
Generator() |
protected |
Generator(PrimaryKeyColumn primaryKeyColumn) |
| Modifier and Type | Method and Description |
|---|---|
void |
afterUnmarshal(Unmarshaller u,
Object parent) |
PrimaryKeyColumn |
getPrimaryKeyColumn() |
void |
init(Model model) |
void |
link(Model model) |
void |
reset() |
void |
setPrimaryKeyColumn(PrimaryKeyColumn primaryKeyColumn) |
void |
visitChildren(ModelObjectVisitor visitor) |
public static final String copyright
protected PrimaryKeyColumn primaryKeyColumn
public Generator()
protected Generator(PrimaryKeyColumn primaryKeyColumn)
public PrimaryKeyColumn getPrimaryKeyColumn()
public void setPrimaryKeyColumn(PrimaryKeyColumn primaryKeyColumn)
public void afterUnmarshal(Unmarshaller u, Object parent)
afterUnmarshal in interface ModelObjectpublic void reset()
reset in interface ModelObjectpublic void init(Model model)
init in interface ModelObjectpublic void link(Model model)
link in interface ModelObjectpublic void visitChildren(ModelObjectVisitor visitor)
visitChildren in interface ModelObject