public interface Generation<S extends BusinessObject,T extends BusinessObject>
Generation
is the main interface of all Nuclos generations. Nuclos generations are generated classes which type-safety
determines the source and the target objects.BusinessException
Modifier and Type | Method and Description |
---|---|
UID |
getId() |
java.lang.Class<S> |
getSourceModule() |
java.lang.Class<T> |
getTargetModule() |
Copyright © 2024. All rights reserved.