Class AfterRetentionCleanupRuleModel

java.lang.Object
de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.core.model.ItemModel
de.hybris.platform.processing.model.AbstractRetentionRuleModel
de.hybris.platform.processing.model.AfterRetentionCleanupRuleModel
All Implemented Interfaces:
Serializable

public class AfterRetentionCleanupRuleModel extends AbstractRetentionRuleModel
Generated model class for type AfterRetentionCleanupRule first defined at extension processing.
See Also:
  • Field Details

    • _TYPECODE

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

      public static final String RETIREMENTITEMTYPE
      Generated constant - Attribute key of AfterRetentionCleanupRule.retirementItemType attribute defined at extension processing.
      See Also:
    • RETIREMENTDATEATTRIBUTE

      public static final String RETIREMENTDATEATTRIBUTE
      Generated constant - Attribute key of AfterRetentionCleanupRule.retirementDateAttribute attribute defined at extension processing.
      See Also:
    • RETENTIONTIMESECONDS

      public static final String RETENTIONTIMESECONDS
      Generated constant - Attribute key of AfterRetentionCleanupRule.retentionTimeSeconds attribute defined at extension processing.
      See Also:
    • ITEMFILTEREXPRESSION

      public static final String ITEMFILTEREXPRESSION
      Generated constant - Attribute key of AfterRetentionCleanupRule.itemFilterExpression attribute defined at extension processing.
      See Also:
    • RETIREMENTDATEEXPRESSION

      public static final String RETIREMENTDATEEXPRESSION
      Generated constant - Attribute key of AfterRetentionCleanupRule.retirementDateExpression attribute defined at extension processing.
      See Also:
  • Constructor Details

    • AfterRetentionCleanupRuleModel

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

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

      @Deprecated(since="4.1.1", forRemoval=true) public AfterRetentionCleanupRuleModel(String _actionReference, String _code, ComposedTypeModel _retirementItemType)
      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:
      _actionReference - initial attribute declared by type AbstractRetentionRule at extension processing
      _code - initial attribute declared by type AbstractRetentionRule at extension processing
      _retirementItemType - initial attribute declared by type AfterRetentionCleanupRule at extension processing
    • AfterRetentionCleanupRuleModel

      @Deprecated(since="4.1.1", forRemoval=true) public AfterRetentionCleanupRuleModel(String _actionReference, String _code, ItemModel _owner, ComposedTypeModel _retirementItemType)
      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:
      _actionReference - initial attribute declared by type AbstractRetentionRule at extension processing
      _code - initial attribute declared by type AbstractRetentionRule at extension processing
      _owner - initial attribute declared by type Item at extension core
      _retirementItemType - initial attribute declared by type AfterRetentionCleanupRule at extension processing
  • Method Details

    • getItemFilterExpression

      @Accessor(qualifier="itemFilterExpression", type=GETTER) public String getItemFilterExpression()
      Generated method - Getter of the AfterRetentionCleanupRule.itemFilterExpression attribute defined at extension processing.
      Returns:
      the itemFilterExpression
    • getRetentionTimeSeconds

      @Accessor(qualifier="retentionTimeSeconds", type=GETTER) public Long getRetentionTimeSeconds()
      Generated method - Getter of the AfterRetentionCleanupRule.retentionTimeSeconds attribute defined at extension processing.
      Returns:
      the retentionTimeSeconds
    • getRetirementDateAttribute

      @Accessor(qualifier="retirementDateAttribute", type=GETTER) public AttributeDescriptorModel getRetirementDateAttribute()
      Generated method - Getter of the AfterRetentionCleanupRule.retirementDateAttribute attribute defined at extension processing.
      Returns:
      the retirementDateAttribute
    • getRetirementDateExpression

      @Accessor(qualifier="retirementDateExpression", type=GETTER) public String getRetirementDateExpression()
      Generated method - Getter of the AfterRetentionCleanupRule.retirementDateExpression attribute defined at extension processing.
      Returns:
      the retirementDateExpression
    • getRetirementItemType

      @Accessor(qualifier="retirementItemType", type=GETTER) public ComposedTypeModel getRetirementItemType()
      Generated method - Getter of the AfterRetentionCleanupRule.retirementItemType attribute defined at extension processing.
      Returns:
      the retirementItemType
    • setItemFilterExpression

      @Accessor(qualifier="itemFilterExpression", type=SETTER) public void setItemFilterExpression(String value)
      Generated method - Setter of AfterRetentionCleanupRule.itemFilterExpression attribute defined at extension processing.
      Parameters:
      value - the itemFilterExpression
    • setRetentionTimeSeconds

      @Accessor(qualifier="retentionTimeSeconds", type=SETTER) public void setRetentionTimeSeconds(Long value)
      Generated method - Setter of AfterRetentionCleanupRule.retentionTimeSeconds attribute defined at extension processing.
      Parameters:
      value - the retentionTimeSeconds
    • setRetirementDateAttribute

      @Accessor(qualifier="retirementDateAttribute", type=SETTER) public void setRetirementDateAttribute(AttributeDescriptorModel value)
      Generated method - Setter of AfterRetentionCleanupRule.retirementDateAttribute attribute defined at extension processing.
      Parameters:
      value - the retirementDateAttribute
    • setRetirementDateExpression

      @Accessor(qualifier="retirementDateExpression", type=SETTER) public void setRetirementDateExpression(String value)
      Generated method - Setter of AfterRetentionCleanupRule.retirementDateExpression attribute defined at extension processing.
      Parameters:
      value - the retirementDateExpression
    • setRetirementItemType

      @Accessor(qualifier="retirementItemType", type=SETTER) public void setRetirementItemType(ComposedTypeModel value)
      Generated method - Setter of AfterRetentionCleanupRule.retirementItemType attribute defined at extension processing.
      Parameters:
      value - the retirementItemType