Class Strategy

java.lang.Object
com.hybris.merchandising.model.Strategy

public class Strategy extends Object
Strategy is a simple POJO representing a Merchandising Strategy.
  • Constructor Details

    • Strategy

      public Strategy()
  • Method Details

    • getId

      public String getId()
      Returns:
      the id. This is the ID of the Strategy.
    • setId

      public void setId(String id)
      Parameters:
      id - the id to set. This is the ID of the Strategy.
    • getName

      public String getName()
      Returns:
      the name. This is the name of the Strategy.
    • setName

      public void setName(String name)
      Parameters:
      name - the name to set. This is the name of the Strategy.
    • getDescription

      public String getDescription()
      Returns:
      the description. This is a free text description of the Strategy.
    • setDescription

      public void setDescription(String description)
      Parameters:
      description - the description to set. This is a free text description of the Strategy.
    • getLive

      public Boolean getLive()
      Returns:
      live - whether the Strategy is configured to be live or not.
    • setLive

      public void setLive(Boolean live)
      Parameters:
      live - the live to set - whether the Strategy is configured to be live or not.
    • getMixAssociations

      public List<MixAssociation> getMixAssociations()
      Returns:
      the mixAssociations. This is a list of associations that the Strategy has.
    • setMixAssociations

      public void setMixAssociations(List<MixAssociation> associations)