Class ServicelayerJobModel

    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String SPRINGID
        Generated constant - Attribute key of ServicelayerJob.springId attribute defined at extension processing.
        See Also:
        Constant Field Values
      • SPRINGIDCRONJOBFACTORY

        public static final java.lang.String SPRINGIDCRONJOBFACTORY
        Generated constant - Attribute key of ServicelayerJob.springIdCronJobFactory attribute defined at extension processing.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ServicelayerJobModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ServicelayerJobModel​(java.lang.String _code,
                                    java.lang.String _springId)
        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:
        _code - initial attribute declared by type Job at extension processing
        _springId - initial attribute declared by type ServicelayerJob at extension processing
      • ServicelayerJobModel

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ServicelayerJobModel​(java.lang.String _code,
                                    java.lang.Integer _nodeID,
                                    ItemModel _owner,
                                    java.lang.String _springId)
        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:
        _code - initial attribute declared by type Job at extension processing
        _nodeID - initial attribute declared by type Job at extension processing
        _owner - initial attribute declared by type Item at extension core
        _springId - initial attribute declared by type ServicelayerJob at extension processing
    • Method Detail

      • getSpringId

        @Accessor(qualifier="springId",
                  type=GETTER)
        public java.lang.String getSpringId()
        Generated method - Getter of the ServicelayerJob.springId attribute defined at extension processing.
        Returns:
        the springId
      • getSpringIdCronJobFactory

        @Accessor(qualifier="springIdCronJobFactory",
                  type=GETTER)
        public java.lang.String getSpringIdCronJobFactory()
        Generated method - Getter of the ServicelayerJob.springIdCronJobFactory attribute defined at extension processing.
        Returns:
        the springIdCronJobFactory
      • setSpringId

        @Accessor(qualifier="springId",
                  type=SETTER)
        public void setSpringId​(java.lang.String value)
        Generated method - Setter of ServicelayerJob.springId attribute defined at extension processing.
        Parameters:
        value - the springId
      • setSpringIdCronJobFactory

        @Accessor(qualifier="springIdCronJobFactory",
                  type=SETTER)
        public void setSpringIdCronJobFactory​(java.lang.String value)
        Generated method - Setter of ServicelayerJob.springIdCronJobFactory attribute defined at extension processing.
        Parameters:
        value - the springIdCronJobFactory