Package de.ubs.xdm3.model
Class EntityGeneratorDefinition
java.lang.Object
de.ubs.xdm3.model.EntityGeneratorDefinition
- All Implemented Interfaces:
ObjectDefinition
Model class for an entity generator.
This is the description of the user configured generator.
It will be used in the process of the EntityGeneratorProcessor.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGets the simple wrapper class name for the entity 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
-
EntityGeneratorDefinition
public EntityGeneratorDefinition()
-
-
Method Details
-
getWrapperClassName
Gets the simple wrapper class name for the entity generator.- Specified by:
getWrapperClassNamein interfaceObjectDefinition- Returns:
- the wrapper class name.
-