Package de.ubs.xdm3.model
Class EntityScenarioGeneratorDefinition
java.lang.Object
de.ubs.xdm3.model.EntityScenarioGeneratorDefinition
- All Implemented Interfaces:
ObjectDefinition
Model class for an entity scenario generator.
This is the description of the user configured generator.
It will be used in the process of the GeneratorProcessor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the simple wrapper class name for the entity scenario generator.Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface de.ubs.xdm3.model.ObjectDefinition
getCode, getDisplayName, getLibraryFiles, getParameters
-
Constructor Details
-
EntityScenarioGeneratorDefinition
public EntityScenarioGeneratorDefinition()
-
-
Method Details
-
getWrapperClassName
Gets the simple wrapper class name for the entity scenario generator.- Specified by:
getWrapperClassNamein interfaceObjectDefinition- Returns:
- the wrapper class name.
-