Class ExecutedPublicationsViewModel

  • All Implemented Interfaces:
    java.io.Serializable

    public class ExecutedPublicationsViewModel
    extends ItemModel
    Generated model class for type ExecutedPublicationsView first defined at extension catalog.
    See Also:
    Serialized Form
    • Field Detail

      • _TYPECODE

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

        public static final java.lang.String SOURCEVERSION
        Generated constant - Attribute key of ExecutedPublicationsView.sourceVersion attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • TARGETVERSION

        public static final java.lang.String TARGETVERSION
        Generated constant - Attribute key of ExecutedPublicationsView.targetVersion attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • CODE

        public static final java.lang.String CODE
        Generated constant - Attribute key of ExecutedPublicationsView.code attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • SICJPK

        public static final java.lang.String SICJPK
        Generated constant - Attribute key of ExecutedPublicationsView.sicjpk attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • RESULT

        public static final java.lang.String RESULT
        Generated constant - Attribute key of ExecutedPublicationsView.result attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • STARTTIME

        public static final java.lang.String STARTTIME
        Generated constant - Attribute key of ExecutedPublicationsView.startTime attribute defined at extension catalog.
        See Also:
        Constant Field Values
      • ENDTIME

        public static final java.lang.String ENDTIME
        Generated constant - Attribute key of ExecutedPublicationsView.endTime attribute defined at extension catalog.
        See Also:
        Constant Field Values
    • Constructor Detail

      • ExecutedPublicationsViewModel

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

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

        @Deprecated(since="4.1.1",
                    forRemoval=true)
        public ExecutedPublicationsViewModel​(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:
        _owner - initial attribute declared by type Item at extension core
    • Method Detail

      • getCode

        @Accessor(qualifier="code",
                  type=GETTER)
        public java.lang.String getCode()
        Generated method - Getter of the ExecutedPublicationsView.code attribute defined at extension catalog.
        Returns:
        the code
      • getEndTime

        @Accessor(qualifier="endTime",
                  type=GETTER)
        public java.util.Date getEndTime()
        Generated method - Getter of the ExecutedPublicationsView.endTime attribute defined at extension catalog.
        Returns:
        the endTime
      • getResult

        @Accessor(qualifier="result",
                  type=GETTER)
        public CronJobResult getResult()
        Generated method - Getter of the ExecutedPublicationsView.result attribute defined at extension catalog.
        Returns:
        the result
      • getSourceVersion

        @Accessor(qualifier="sourceVersion",
                  type=GETTER)
        public CatalogVersionModel getSourceVersion()
        Generated method - Getter of the ExecutedPublicationsView.sourceVersion attribute defined at extension catalog.
        Returns:
        the sourceVersion
      • getStartTime

        @Accessor(qualifier="startTime",
                  type=GETTER)
        public java.util.Date getStartTime()
        Generated method - Getter of the ExecutedPublicationsView.startTime attribute defined at extension catalog.
        Returns:
        the startTime
      • getTargetVersion

        @Accessor(qualifier="targetVersion",
                  type=GETTER)
        public CatalogVersionModel getTargetVersion()
        Generated method - Getter of the ExecutedPublicationsView.targetVersion attribute defined at extension catalog.
        Returns:
        the targetVersion