Class Y2YSyncCronJobModel

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

public class Y2YSyncCronJobModel extends CronJobModel
Generated model class for type Y2YSyncCronJob first defined at extension y2ysync.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String _JOBCRONJOBRELATION
      Generated relation code constant for relation JobCronJobRelation defining source attribute job in extension processing.
      See Also:
    • IMPEXZIP

      public static final String IMPEXZIP
      Generated constant - Attribute key of Y2YSyncCronJob.impexZip attribute defined at extension y2ysync.
      See Also:
    • MEDIASZIP

      public static final String MEDIASZIP
      Generated constant - Attribute key of Y2YSyncCronJob.mediasZip attribute defined at extension y2ysync.
      See Also:
  • Constructor Details

    • Y2YSyncCronJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YSyncCronJobModel(Y2YSyncJobModel _job)
      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:
      _job - initial attribute declared by type Y2YSyncCronJob at extension y2ysync
    • Y2YSyncCronJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public Y2YSyncCronJobModel(Y2YSyncJobModel _job, 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:
      _job - initial attribute declared by type Y2YSyncCronJob at extension y2ysync
      _owner - initial attribute declared by type Item at extension core
  • Method Details

    • getImpexZip

      @Accessor(qualifier="impexZip", type=GETTER) public CatalogUnawareMediaModel getImpexZip()
      Generated method - Getter of the Y2YSyncCronJob.impexZip attribute defined at extension y2ysync.
      Returns:
      the impexZip
    • getJob

      @Accessor(qualifier="job", type=GETTER) public Y2YSyncJobModel getJob()
      Generated method - Getter of the CronJob.job attribute defined at extension processing and redeclared at extension y2ysync.
      Overrides:
      getJob in class CronJobModel
      Returns:
      the job
    • getMediasZip

      @Accessor(qualifier="mediasZip", type=GETTER) public CatalogUnawareMediaModel getMediasZip()
      Generated method - Getter of the Y2YSyncCronJob.mediasZip attribute defined at extension y2ysync.
      Returns:
      the mediasZip
    • setImpexZip

      @Accessor(qualifier="impexZip", type=SETTER) public void setImpexZip(CatalogUnawareMediaModel value)
      Generated method - Setter of Y2YSyncCronJob.impexZip attribute defined at extension y2ysync.
      Parameters:
      value - the impexZip
    • setJob

      @Accessor(qualifier="job", type=SETTER) public void setJob(JobModel value)
      Generated method - Initial setter of CronJob.job attribute defined at extension processing and redeclared at extension y2ysync. Can only be used at creation of model - before first save. Will only accept values of type Y2YSyncJobModel.
      Overrides:
      setJob in class CronJobModel
      Parameters:
      value - the job
    • setMediasZip

      @Accessor(qualifier="mediasZip", type=SETTER) public void setMediasZip(CatalogUnawareMediaModel value)
      Generated method - Setter of Y2YSyncCronJob.mediasZip attribute defined at extension y2ysync.
      Parameters:
      value - the mediasZip