|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectnet.sourceforge.datagenerator.GenerateDef
The GenerateDef class defines a set of entities to generate data for. This definition includes:
Constructor Summary | |
GenerateDef()
|
Method Summary | |
void |
addEntity(GenerateEntityDef newEntity)
Adds an entity definition into the set that is generated. |
void |
addSourceEntity(EntityDef newEntity)
Adds an entity definition into the set that will be used as source data. |
ConnectionDef |
getConnectionDef()
Returns to the connection definition. |
GenerateEntityDef[] |
getEntities()
Returns the set of entity definitions to generate. |
java.io.File |
getLogFile()
Returns the log file to write log messages. |
EntityDef[] |
getSourceEntities()
Returns the set of entity definitions used as source data. |
void |
setConnectionDef(ConnectionDef newDef)
Sets the connection definition. |
void |
setLogFile(java.io.File newFile)
Sets the log file to write log messages. |
java.lang.String |
toString()
Overrides Object.toString() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
public GenerateDef()
Method Detail |
public void setConnectionDef(ConnectionDef newDef)
newDef
- definition of connectionpublic ConnectionDef getConnectionDef()
public void setLogFile(java.io.File newFile)
newFile
- log filepublic java.io.File getLogFile()
public void addEntity(GenerateEntityDef newEntity)
newEntity
- entity definition to be addedpublic void addSourceEntity(EntityDef newEntity)
newEntity
- entity definitionpublic GenerateEntityDef[] getEntities()
public EntityDef[] getSourceEntities()
public java.lang.String toString()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |