Package com.hybris.merchandising.model
Class Strategy
java.lang.Object
com.hybris.merchandising.model.Strategy
Strategy is a simple POJO representing a Merchandising Strategy.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()getLive()getName()voidsetDescription(String description) voidvoidvoidsetMixAssociations(List<MixAssociation> associations) void
-
Constructor Details
-
Strategy
public Strategy()
-
-
Method Details
-
getId
- Returns:
- the id. This is the ID of the Strategy.
-
setId
- Parameters:
id- the id to set. This is the ID of the Strategy.
-
getName
- Returns:
- the name. This is the name of the Strategy.
-
setName
- Parameters:
name- the name to set. This is the name of the Strategy.
-
getDescription
- Returns:
- the description. This is a free text description of the Strategy.
-
setDescription
- Parameters:
description- the description to set. This is a free text description of the Strategy.
-
getLive
- Returns:
- live - whether the Strategy is configured to be live or not.
-
setLive
- Parameters:
live- the live to set - whether the Strategy is configured to be live or not.
-
getMixAssociations
- Returns:
- the mixAssociations. This is a list of associations that the Strategy has.
-
setMixAssociations
-