Class RetentionJobModel

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

public class RetentionJobModel extends ServicelayerJobModel
Generated model class for type RetentionJob first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String RETENTIONRULE
      Generated constant - Attribute key of RetentionJob.retentionRule attribute defined at extension processing.
      See Also:
    • BATCHSIZE

      public static final String BATCHSIZE
      Generated constant - Attribute key of RetentionJob.batchSize attribute defined at extension processing.
      See Also:
  • Constructor Details

    • RetentionJobModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public RetentionJobModel(Integer _batchSize, String _code, AbstractRetentionRuleModel _retentionRule, String _springId)
      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:
      _batchSize - initial attribute declared by type RetentionJob at extension processing
      _code - initial attribute declared by type Job at extension processing
      _retentionRule - initial attribute declared by type RetentionJob at extension processing
      _springId - initial attribute declared by type RetentionJob at extension processing
    • RetentionJobModel

      @Deprecated(since="4.1.1", forRemoval=true) public RetentionJobModel(Integer _batchSize, String _code, Integer _nodeID, ItemModel _owner, AbstractRetentionRuleModel _retentionRule, String _springId)
      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:
      _batchSize - initial attribute declared by type RetentionJob at extension processing
      _code - initial attribute declared by type Job at extension processing
      _nodeID - initial attribute declared by type Job at extension processing
      _owner - initial attribute declared by type Item at extension core
      _retentionRule - initial attribute declared by type RetentionJob at extension processing
      _springId - initial attribute declared by type RetentionJob at extension processing
  • Method Details

    • getBatchSize

      @Accessor(qualifier="batchSize", type=GETTER) public Integer getBatchSize()
      Generated method - Getter of the RetentionJob.batchSize attribute defined at extension processing.
      Returns:
      the batchSize
    • getRetentionRule

      @Accessor(qualifier="retentionRule", type=GETTER) public AbstractRetentionRuleModel getRetentionRule()
      Generated method - Getter of the RetentionJob.retentionRule attribute defined at extension processing.
      Returns:
      the retentionRule
    • setBatchSize

      @Accessor(qualifier="batchSize", type=SETTER) public void setBatchSize(Integer value)
      Generated method - Setter of RetentionJob.batchSize attribute defined at extension processing.
      Parameters:
      value - the batchSize
    • setRetentionRule

      @Accessor(qualifier="retentionRule", type=SETTER) public void setRetentionRule(AbstractRetentionRuleModel value)
      Generated method - Setter of RetentionJob.retentionRule attribute defined at extension processing.
      Parameters:
      value - the retentionRule