Class ItemSyncDescriptorModel

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

public class ItemSyncDescriptorModel extends ChangeDescriptorModel
Generated model class for type ItemSyncDescriptor first defined at extension catalog.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String TARGETITEM
      Generated constant - Attribute key of ItemSyncDescriptor.targetItem attribute defined at extension catalog.
      See Also:
    • DONE

      public static final String DONE
      Generated constant - Attribute key of ItemSyncDescriptor.done attribute defined at extension catalog.
      See Also:
    • COPIEDIMPLICITELY

      public static final String COPIEDIMPLICITELY
      Generated constant - Attribute key of ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog.
      See Also:
  • Constructor Details

    • ItemSyncDescriptorModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public ItemSyncDescriptorModel(String _changeType, SyncItemCronJobModel _cronJob, Integer _sequenceNumber, StepModel _step)
      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:
      _changeType - initial attribute declared by type ChangeDescriptor at extension processing
      _cronJob - initial attribute declared by type ItemSyncDescriptor at extension catalog
      _sequenceNumber - initial attribute declared by type ChangeDescriptor at extension processing
      _step - initial attribute declared by type ChangeDescriptor at extension processing
    • ItemSyncDescriptorModel

      @Deprecated(since="4.1.1", forRemoval=true) public ItemSyncDescriptorModel(String _changeType, SyncItemCronJobModel _cronJob, ItemModel _owner, Integer _sequenceNumber, StepModel _step)
      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:
      _changeType - initial attribute declared by type ChangeDescriptor at extension processing
      _cronJob - initial attribute declared by type ItemSyncDescriptor at extension catalog
      _owner - initial attribute declared by type Item at extension core
      _sequenceNumber - initial attribute declared by type ChangeDescriptor at extension processing
      _step - initial attribute declared by type ChangeDescriptor at extension processing
  • Method Details

    • getCopiedImplicitely

      @Accessor(qualifier="copiedImplicitely", type=GETTER) public Boolean getCopiedImplicitely()
      Generated method - Getter of the ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog.
      Returns:
      the copiedImplicitely
    • getCronJob

      @Accessor(qualifier="cronJob", type=GETTER) public SyncItemCronJobModel getCronJob()
      Generated method - Getter of the ChangeDescriptor.cronJob attribute defined at extension processing and redeclared at extension catalog.
      Overrides:
      getCronJob in class ChangeDescriptorModel
      Returns:
      the cronJob
    • getDone

      @Accessor(qualifier="done", type=GETTER) public Boolean getDone()
      Generated method - Getter of the ItemSyncDescriptor.done attribute defined at extension catalog.
      Returns:
      the done
    • getTargetItem

      @Accessor(qualifier="targetItem", type=GETTER) public ItemModel getTargetItem()
      Generated method - Getter of the ItemSyncDescriptor.targetItem attribute defined at extension catalog.
      Returns:
      the targetItem
    • setCopiedImplicitely

      @Accessor(qualifier="copiedImplicitely", type=SETTER) public void setCopiedImplicitely(Boolean value)
      Generated method - Setter of ItemSyncDescriptor.copiedImplicitely attribute defined at extension catalog.
      Parameters:
      value - the copiedImplicitely
    • setCronJob

      @Accessor(qualifier="cronJob", type=SETTER) public void setCronJob(CronJobModel value)
      Generated method - Initial setter of ChangeDescriptor.cronJob attribute defined at extension processing and redeclared at extension catalog. Can only be used at creation of model - before first save. Will only accept values of type SyncItemCronJobModel.
      Overrides:
      setCronJob in class ChangeDescriptorModel
      Parameters:
      value - the cronJob
    • setDone

      @Accessor(qualifier="done", type=SETTER) public void setDone(Boolean value)
      Generated method - Setter of ItemSyncDescriptor.done attribute defined at extension catalog.
      Parameters:
      value - the done
    • setTargetItem

      @Accessor(qualifier="targetItem", type=SETTER) public void setTargetItem(ItemModel value)
      Generated method - Setter of ItemSyncDescriptor.targetItem attribute defined at extension catalog.
      Parameters:
      value - the targetItem