Class GeneratedAbstractMediaCronJob

    • Field Detail

      • MAXTHREADS

        public static final java.lang.String MAXTHREADS
        Qualifier of the AbstractMediaCronJob.maxThreads attribute
        See Also:
        Constant Field Values
      • CATALOGVERSION

        public static final java.lang.String CATALOGVERSION
        Qualifier of the AbstractMediaCronJob.catalogVersion attribute
        See Also:
        Constant Field Values
      • DEFAULT_INITIAL_ATTRIBUTES

        protected static final java.util.Map<java.lang.String,​Item.AttributeMode> DEFAULT_INITIAL_ATTRIBUTES
    • Constructor Detail

      • GeneratedAbstractMediaCronJob

        public GeneratedAbstractMediaCronJob()
    • Method Detail

      • getCatalogVersion

        public CatalogVersion getCatalogVersion​(SessionContext ctx)
        Generated method - Getter of the AbstractMediaCronJob.catalogVersion attribute.
        Returns:
        the catalogVersion - Optional catalog version to work on.
      • getCatalogVersion

        public CatalogVersion getCatalogVersion()
        Generated method - Getter of the AbstractMediaCronJob.catalogVersion attribute.
        Returns:
        the catalogVersion - Optional catalog version to work on.
      • setCatalogVersion

        public void setCatalogVersion​(SessionContext ctx,
                                      CatalogVersion value)
        Generated method - Setter of the AbstractMediaCronJob.catalogVersion attribute.
        Parameters:
        value - the catalogVersion - Optional catalog version to work on.
      • setCatalogVersion

        public void setCatalogVersion​(CatalogVersion value)
        Generated method - Setter of the AbstractMediaCronJob.catalogVersion attribute.
        Parameters:
        value - the catalogVersion - Optional catalog version to work on.
      • getMaxThreads

        public java.lang.Integer getMaxThreads​(SessionContext ctx)
        Generated method - Getter of the AbstractMediaCronJob.maxThreads attribute.
        Returns:
        the maxThreads - Amount of threads to use.
      • getMaxThreads

        public java.lang.Integer getMaxThreads()
        Generated method - Getter of the AbstractMediaCronJob.maxThreads attribute.
        Returns:
        the maxThreads - Amount of threads to use.
      • getMaxThreadsAsPrimitive

        public int getMaxThreadsAsPrimitive​(SessionContext ctx)
        Generated method - Getter of the AbstractMediaCronJob.maxThreads attribute.
        Returns:
        the maxThreads - Amount of threads to use.
      • getMaxThreadsAsPrimitive

        public int getMaxThreadsAsPrimitive()
        Generated method - Getter of the AbstractMediaCronJob.maxThreads attribute.
        Returns:
        the maxThreads - Amount of threads to use.
      • setMaxThreads

        public void setMaxThreads​(SessionContext ctx,
                                  java.lang.Integer value)
        Generated method - Setter of the AbstractMediaCronJob.maxThreads attribute.
        Parameters:
        value - the maxThreads - Amount of threads to use.
      • setMaxThreads

        public void setMaxThreads​(java.lang.Integer value)
        Generated method - Setter of the AbstractMediaCronJob.maxThreads attribute.
        Parameters:
        value - the maxThreads - Amount of threads to use.
      • setMaxThreads

        public void setMaxThreads​(SessionContext ctx,
                                  int value)
        Generated method - Setter of the AbstractMediaCronJob.maxThreads attribute.
        Parameters:
        value - the maxThreads - Amount of threads to use.
      • setMaxThreads

        public void setMaxThreads​(int value)
        Generated method - Setter of the AbstractMediaCronJob.maxThreads attribute.
        Parameters:
        value - the maxThreads - Amount of threads to use.