Class ExecutedPublicationsViewModel

All Implemented Interfaces:
Serializable

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

    • _TYPECODE

      public static final String _TYPECODE
      Generated model type code constant.
      See Also:
    • SOURCEVERSION

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

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

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

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

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

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

      public static final String ENDTIME
      Generated constant - Attribute key of ExecutedPublicationsView.endTime attribute defined at extension catalog.
      See Also:
  • Constructor Details

    • 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 Details

    • getCode

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

      @Accessor(qualifier="endTime", type=GETTER) public 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
    • getSicjpk

      @Accessor(qualifier="sicjpk", type=GETTER) public SyncItemCronJobModel getSicjpk()
      Generated method - Getter of the ExecutedPublicationsView.sicjpk attribute defined at extension catalog.
      Returns:
      the sicjpk
    • 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 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