templates.data-delivery-data-records.record.impl.py.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
The newest version!
from ..generated.record.${record.snakeCaseName}_base import ${record.capitalizedName}Base
class ${record.capitalizedName}(${record.capitalizedName}Base):
"""
Record to represent ${record.capitalizedName}.
This record serves the following purpose: ${record.description}
GENERATED STUB CODE - Please **DO** modify with your customizations, as appropriate.
Originally generated from: ${templateName}
"""
def __init__(self):
"""
Default constructor for this record.
"""
super().__init__()
© 2015 - 2025 Weber Informatics LLC | Privacy Policy