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
Generated model class for type AfterRetentionCleanupRule first defined at extension processing.
- See Also:
-
Nested Class Summary
Nested classes/interfaces inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
de.hybris.platform.servicelayer.model.AbstractItemModel.NewModelContextFactory -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringGenerated model type code constant.static final StringGenerated constant - Attribute key ofAfterRetentionCleanupRule.itemFilterExpressionattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofAfterRetentionCleanupRule.retentionTimeSecondsattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofAfterRetentionCleanupRule.retirementDateAttributeattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofAfterRetentionCleanupRule.retirementDateExpressionattribute defined at extensionprocessing.static final StringGenerated constant - Attribute key ofAfterRetentionCleanupRule.retirementItemTypeattribute defined at extensionprocessing.Fields inherited from class de.hybris.platform.processing.model.AbstractRetentionRuleModel
ACTIONREFERENCE, CODEFields inherited from class de.hybris.platform.core.model.ItemModel
_COMMENTITEMRELATION, COMMENTS, CREATIONTIME, ITEMTYPE, MODIFIEDTIME, OWNER, PK, SEALEDFields inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
LANGUAGE_FALLBACK_ENABLED_SERVICE_LAYER, MODEL_CONTEXT_FACTORY -
Constructor Summary
ConstructorsConstructorDescriptionGenerated constructor - Default constructor for generic creation.AfterRetentionCleanupRuleModel(de.hybris.platform.servicelayer.model.ItemModelContext ctx) Generated constructor - Default constructor for creation with existing contextAfterRetentionCleanupRuleModel(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 parametersAfterRetentionCleanupRuleModel(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 -
Method Summary
Modifier and TypeMethodDescriptionGenerated method - Getter of theAfterRetentionCleanupRule.itemFilterExpressionattribute defined at extensionprocessing.Generated method - Getter of theAfterRetentionCleanupRule.retentionTimeSecondsattribute defined at extensionprocessing.Generated method - Getter of theAfterRetentionCleanupRule.retirementDateAttributeattribute defined at extensionprocessing.Generated method - Getter of theAfterRetentionCleanupRule.retirementDateExpressionattribute defined at extensionprocessing.Generated method - Getter of theAfterRetentionCleanupRule.retirementItemTypeattribute defined at extensionprocessing.voidsetItemFilterExpression(String value) Generated method - Setter ofAfterRetentionCleanupRule.itemFilterExpressionattribute defined at extensionprocessing.voidsetRetentionTimeSeconds(Long value) Generated method - Setter ofAfterRetentionCleanupRule.retentionTimeSecondsattribute defined at extensionprocessing.voidGenerated method - Setter ofAfterRetentionCleanupRule.retirementDateAttributeattribute defined at extensionprocessing.voidGenerated method - Setter ofAfterRetentionCleanupRule.retirementDateExpressionattribute defined at extensionprocessing.voidGenerated method - Setter ofAfterRetentionCleanupRule.retirementItemTypeattribute defined at extensionprocessing.Methods inherited from class de.hybris.platform.processing.model.AbstractRetentionRuleModel
getActionReference, getCode, setActionReference, setCodeMethods inherited from class de.hybris.platform.core.model.ItemModel
getComments, getCreationtime, getModifiedtime, getOwner, isSealed, setComments, setCreationtime, setModifiedtime, setOwnerMethods inherited from class de.hybris.platform.servicelayer.model.AbstractItemModel
equals, getItemModelContext, getItemtype, getPersistenceContext, getPk, getProperty, getProperty, getTenantId, hashCode, readResolve, setProperty, setProperty, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toObject, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toPrimitive, toString, writeReplace
-
Field Details
-
_TYPECODE
Generated model type code constant.- See Also:
-
RETIREMENTITEMTYPE
Generated constant - Attribute key ofAfterRetentionCleanupRule.retirementItemTypeattribute defined at extensionprocessing.- See Also:
-
RETIREMENTDATEATTRIBUTE
Generated constant - Attribute key ofAfterRetentionCleanupRule.retirementDateAttributeattribute defined at extensionprocessing.- See Also:
-
RETENTIONTIMESECONDS
Generated constant - Attribute key ofAfterRetentionCleanupRule.retentionTimeSecondsattribute defined at extensionprocessing.- See Also:
-
ITEMFILTEREXPRESSION
Generated constant - Attribute key ofAfterRetentionCleanupRule.itemFilterExpressionattribute defined at extensionprocessing.- See Also:
-
RETIREMENTDATEEXPRESSION
Generated constant - Attribute key ofAfterRetentionCleanupRule.retirementDateExpressionattribute defined at extensionprocessing.- 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 parametersGenerated constructor - Constructor with all mandatory attributes.- Parameters:
_actionReference- initial attribute declared by typeAbstractRetentionRuleat extensionprocessing_code- initial attribute declared by typeAbstractRetentionRuleat extensionprocessing_retirementItemType- initial attribute declared by typeAfterRetentionCleanupRuleat extensionprocessing
-
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 parametersGenerated constructor - for all mandatory and initial attributes.- Parameters:
_actionReference- initial attribute declared by typeAbstractRetentionRuleat extensionprocessing_code- initial attribute declared by typeAbstractRetentionRuleat extensionprocessing_owner- initial attribute declared by typeItemat extensioncore_retirementItemType- initial attribute declared by typeAfterRetentionCleanupRuleat extensionprocessing
-
-
Method Details
-
getItemFilterExpression
Generated method - Getter of theAfterRetentionCleanupRule.itemFilterExpressionattribute defined at extensionprocessing.- Returns:
- the itemFilterExpression
-
getRetentionTimeSeconds
Generated method - Getter of theAfterRetentionCleanupRule.retentionTimeSecondsattribute defined at extensionprocessing.- Returns:
- the retentionTimeSeconds
-
getRetirementDateAttribute
@Accessor(qualifier="retirementDateAttribute", type=GETTER) public AttributeDescriptorModel getRetirementDateAttribute()Generated method - Getter of theAfterRetentionCleanupRule.retirementDateAttributeattribute defined at extensionprocessing.- Returns:
- the retirementDateAttribute
-
getRetirementDateExpression
@Accessor(qualifier="retirementDateExpression", type=GETTER) public String getRetirementDateExpression()Generated method - Getter of theAfterRetentionCleanupRule.retirementDateExpressionattribute defined at extensionprocessing.- Returns:
- the retirementDateExpression
-
getRetirementItemType
@Accessor(qualifier="retirementItemType", type=GETTER) public ComposedTypeModel getRetirementItemType()Generated method - Getter of theAfterRetentionCleanupRule.retirementItemTypeattribute defined at extensionprocessing.- Returns:
- the retirementItemType
-
setItemFilterExpression
@Accessor(qualifier="itemFilterExpression", type=SETTER) public void setItemFilterExpression(String value) Generated method - Setter ofAfterRetentionCleanupRule.itemFilterExpressionattribute defined at extensionprocessing.- Parameters:
value- the itemFilterExpression
-
setRetentionTimeSeconds
@Accessor(qualifier="retentionTimeSeconds", type=SETTER) public void setRetentionTimeSeconds(Long value) Generated method - Setter ofAfterRetentionCleanupRule.retentionTimeSecondsattribute defined at extensionprocessing.- Parameters:
value- the retentionTimeSeconds
-
setRetirementDateAttribute
@Accessor(qualifier="retirementDateAttribute", type=SETTER) public void setRetirementDateAttribute(AttributeDescriptorModel value) Generated method - Setter ofAfterRetentionCleanupRule.retirementDateAttributeattribute defined at extensionprocessing.- Parameters:
value- the retirementDateAttribute
-
setRetirementDateExpression
@Accessor(qualifier="retirementDateExpression", type=SETTER) public void setRetirementDateExpression(String value) Generated method - Setter ofAfterRetentionCleanupRule.retirementDateExpressionattribute defined at extensionprocessing.- Parameters:
value- the retirementDateExpression
-
setRetirementItemType
@Accessor(qualifier="retirementItemType", type=SETTER) public void setRetirementItemType(ComposedTypeModel value) Generated method - Setter ofAfterRetentionCleanupRule.retirementItemTypeattribute defined at extensionprocessing.- Parameters:
value- the retirementItemType
-