Class AuditReportDataModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class AuditReportDataModel
    extends CatalogUnawareMediaModel
    Generated model class for type AuditReportData first defined at extension auditreportservices.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

        public static final java.lang.String _TYPECODE
        Generated model type code constant.
        See Also:
        Constant Field Values
      • AUDITROOTITEM

        public static final java.lang.String AUDITROOTITEM
        Generated constant - Attribute key of AuditReportData.auditRootItem attribute defined at extension auditreportservices.
        See Also:
        Constant Field Values
      • AUDITREPORTCONFIG

        public static final java.lang.String AUDITREPORTCONFIG
        Generated constant - Attribute key of AuditReportData.auditReportConfig attribute defined at extension auditreportservices.
        See Also:
        Constant Field Values
    • Constructor Detail

      • AuditReportDataModel

        public AuditReportDataModel()
        Generated constructor - Default constructor for generic creation.
      • AuditReportDataModel

        public AuditReportDataModel​(ItemModelContext ctx)
        Generated constructor - Default constructor for creation with existing context
        Parameters:
        ctx - the model context to be injected, must not be null
      • AuditReportDataModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AuditReportDataModel​(ItemModel _auditRootItem,
                                    CatalogVersionModel _catalogVersion,
                                    java.lang.String _code)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - Constructor with all mandatory attributes.
        Parameters:
        _auditRootItem - initial attribute declared by type AuditReportData at extension auditreportservices
        _catalogVersion - initial attribute declared by type CatalogUnawareMedia at extension catalog
        _code - initial attribute declared by type Media at extension core
      • AuditReportDataModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public AuditReportDataModel​(ItemModel _auditRootItem,
                                    CatalogVersionModel _catalogVersion,
                                    java.lang.String _code,
                                    ItemModel _owner)
        Deprecated, for removal: This API element is subject to removal in a future version.
        since 4.1.1 Please use the default constructor without parameters
        Generated constructor - for all mandatory and initial attributes.
        Parameters:
        _auditRootItem - initial attribute declared by type AuditReportData at extension auditreportservices
        _catalogVersion - initial attribute declared by type CatalogUnawareMedia at extension catalog
        _code - initial attribute declared by type Media at extension core
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getAuditReportConfig

        @Accessor(qualifier="auditReportConfig",
                  type=GETTER)
        public AuditReportConfigModel getAuditReportConfig()
        Generated method - Getter of the AuditReportData.auditReportConfig attribute defined at extension auditreportservices.
        Returns:
        the auditReportConfig
      • getAuditRootItem

        @Accessor(qualifier="auditRootItem",
                  type=GETTER)
        public ItemModel getAuditRootItem()
        Generated method - Getter of the AuditReportData.auditRootItem attribute defined at extension auditreportservices.
        Returns:
        the auditRootItem
      • setAuditReportConfig

        @Accessor(qualifier="auditReportConfig",
                  type=SETTER)
        public void setAuditReportConfig​(AuditReportConfigModel value)
        Generated method - Setter of AuditReportData.auditReportConfig attribute defined at extension auditreportservices.
        Parameters:
        value - the auditReportConfig
      • setAuditRootItem

        @Accessor(qualifier="auditRootItem",
                  type=SETTER)
        public void setAuditRootItem​(ItemModel value)
        Generated method - Setter of AuditReportData.auditRootItem attribute defined at extension auditreportservices.
        Parameters:
        value - the auditRootItem