Class MixAssociation

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

public class MixAssociation extends Object
MixAssociation is a POJO representing an association between a Strategy and a Mixcard.
  • Constructor Details

    • MixAssociation

      public MixAssociation()
  • Method Details

    • getId

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

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

      public String getMixcardId()
      Returns:
      the mixcardId. This is the ID of the Mixcard being used.
    • setMixcardId

      public void setMixcardId(String mixcardId)
      Parameters:
      mixcardId - the mixcardId to set. This is the ID of the Mixcard being used.
    • getTimeStart

      public String getTimeStart()
      Returns:
      the timeStart. This is an ISO-8601 timestamp representing the time that the association is valid for.
    • setTimeStart

      public void setTimeStart(String timeStart)
      Parameters:
      timeStart - the timeStart to set. This is an ISO-8601 timestamp representing the time that the association is valid for.
    • getTimeEnd

      public String getTimeEnd()
      Returns:
      the timeEnd. This is an ISO-8601 timestamp representing the time that the association is valid for.
    • setTimeEnd

      public void setTimeEnd(String timeEnd)
      Parameters:
      timeEnd - the timeEnd to set. . This is an ISO-8601 timestamp representing the time that the association is valid for.
    • getCategories

      public List<Category> getCategories()
      Returns:
      the categories. This is a list of Categories that the association has.
    • setCategories

      public void setCategories(List<Category> categories)
      Sets the categories.
      Parameters:
      categories - . This is a list of Categories that the association has.