Class ExecutedPublicationsViewModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.core.model.util.ExecutedPublicationsViewModel
All Implemented Interfaces:
Serializable

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

    Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final String
    Generated model type code constant.
    static final String
    Generated constant - Attribute key of ExecutedPublicationsView.code attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of ExecutedPublicationsView.endTime attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of ExecutedPublicationsView.result attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of ExecutedPublicationsView.sicjpk attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of ExecutedPublicationsView.sourceVersion attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of ExecutedPublicationsView.startTime attribute defined at extension catalog.
    static final String
    Generated constant - Attribute key of ExecutedPublicationsView.targetVersion attribute defined at extension catalog.

    Fields inherited from class de.hybris.platform.core.model.ItemModel

    _COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALED

    Fields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY
  • Constructor Summary

    Constructors
    Constructor
    Description
    Generated constructor - Default constructor for generic creation.
    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
    ExecutedPublicationsViewModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx)
    Generated constructor - Default constructor for creation with existing context
  • Method Summary

    Modifier and Type
    Method
    Description
    Generated method - Getter of the ExecutedPublicationsView.code attribute defined at extension catalog.
    Generated method - Getter of the ExecutedPublicationsView.endTime attribute defined at extension catalog.
    Generated method - Getter of the ExecutedPublicationsView.result attribute defined at extension catalog.
    Generated method - Getter of the ExecutedPublicationsView.sicjpk attribute defined at extension catalog.
    Generated method - Getter of the ExecutedPublicationsView.sourceVersion attribute defined at extension catalog.
    Generated method - Getter of the ExecutedPublicationsView.startTime attribute defined at extension catalog.
    Generated method - Getter of the ExecutedPublicationsView.targetVersion attribute defined at extension catalog.

    Methods inherited from class de.hybris.platform.core.model.ItemModel

    getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwner

    Methods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel

    equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace

    Methods inherited from class java.lang.Object

    clone, finalize, getClass, notify, notifyAll, wait, wait, wait
  • 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(de.hybris.platform.servicelayer.model.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