|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectpl.kernelpanic.dbmonster.generator.BasicDataGenerator
public abstract class BasicDataGenerator
Basic generator, supertype for all data generators.
| Field Summary | |
|---|---|
protected Column |
column
A reference to the column. |
protected int |
nulls
Number of nulls. |
| Constructor Summary | |
|---|---|
BasicDataGenerator()
|
|
| Method Summary | |
|---|---|
Column |
getColumn()
|
int |
getNulls()
Returns nulls. |
void |
setColumn(Column col)
Sets the column. |
void |
setNulls(int count)
Sets the nulls. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface pl.kernelpanic.dbmonster.generator.DataGenerator |
|---|
generate, reset |
| Field Detail |
|---|
protected int nulls
protected Column column
| Constructor Detail |
|---|
public BasicDataGenerator()
| Method Detail |
|---|
public void setColumn(Column col)
setColumn in interface DataGeneratorcol - the columnpublic Column getColumn()
public int getNulls()
public void setNulls(int count)
count - number of nulls.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||