Class CatalogVersionSyncScheduleMediaModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
All Implemented Interfaces:
Serializable

public class CatalogVersionSyncScheduleMediaModel extends MediaModel
Generated model class for type CatalogVersionSyncScheduleMedia first defined at extension catalog.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _SYNCJOBSCHEDULEMEDIARELATION
      Generated relation code constant for relation SyncJobScheduleMediaRelation defining source attribute cronjob in extension catalog.
      See Also:
    • SCHEDULEDCOUNT

      public static final String SCHEDULEDCOUNT
      Generated constant - Attribute key of CatalogVersionSyncScheduleMedia.scheduledCount attribute defined at extension catalog.
      See Also:
    • CRONJOBPOS

      public static final String CRONJOBPOS
      Generated constant - Attribute key of CatalogVersionSyncScheduleMedia.cronjobPOS attribute defined at extension catalog.
      See Also:
    • CRONJOB

      public static final String CRONJOB
      Generated constant - Attribute key of CatalogVersionSyncScheduleMedia.cronjob attribute defined at extension catalog.
      See Also:
  • Constructor Details

    • CatalogVersionSyncScheduleMediaModel

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

      public CatalogVersionSyncScheduleMediaModel(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
    • CatalogVersionSyncScheduleMediaModel

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionSyncScheduleMediaModel(CatalogVersionModel _catalogVersion, String _code, CatalogVersionSyncCronJobModel _cronjob)
      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:
      _catalogVersion - initial attribute declared by type CatalogVersionSyncScheduleMedia at extension catalog
      _code - initial attribute declared by type Media at extension core
      _cronjob - initial attribute declared by type CatalogVersionSyncScheduleMedia at extension catalog
    • CatalogVersionSyncScheduleMediaModel

      @Deprecated(since="4.1.1", forRemoval=true) public CatalogVersionSyncScheduleMediaModel(CatalogVersionModel _catalogVersion, String _code, CatalogVersionSyncCronJobModel _cronjob, 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:
      _catalogVersion - initial attribute declared by type CatalogVersionSyncScheduleMedia at extension catalog
      _code - initial attribute declared by type Media at extension core
      _cronjob - initial attribute declared by type CatalogVersionSyncScheduleMedia at extension catalog
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getCronjob

      @Accessor(qualifier="cronjob", type=GETTER) public CatalogVersionSyncCronJobModel getCronjob()
      Generated method - Getter of the CatalogVersionSyncScheduleMedia.cronjob attribute defined at extension catalog.
      Returns:
      the cronjob
    • getScheduledCount

      @Accessor(qualifier="scheduledCount", type=GETTER) public Integer getScheduledCount()
      Generated method - Getter of the CatalogVersionSyncScheduleMedia.scheduledCount attribute defined at extension catalog.
      Returns:
      the scheduledCount
    • setCronjob

      @Accessor(qualifier="cronjob", type=SETTER) public void setCronjob(CatalogVersionSyncCronJobModel value)
      Generated method - Initial setter of CatalogVersionSyncScheduleMedia.cronjob attribute defined at extension catalog. Can only be used at creation of model - before first save.
      Parameters:
      value - the cronjob
    • setScheduledCount

      @Accessor(qualifier="scheduledCount", type=SETTER) public void setScheduledCount(Integer value)
      Generated method - Setter of CatalogVersionSyncScheduleMedia.scheduledCount attribute defined at extension catalog.
      Parameters:
      value - the scheduledCount