Package com.hybris.merchandising.model
Class MixAssociation
java.lang.Object
com.hybris.merchandising.model.MixAssociation
MixAssociation is a POJO representing an association between a Strategy and a Mixcard.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetId()voidsetCategories(List<Category> categories) Sets the categories.voidvoidsetMixcardId(String mixcardId) voidsetTimeEnd(String timeEnd) voidsetTimeStart(String timeStart)
-
Constructor Details
-
MixAssociation
public MixAssociation()
-
-
Method Details
-
getId
- Returns:
- the id. This is the ID of the association.
-
setId
- Parameters:
id- the id to set. This is the ID of the association.
-
getMixcardId
- Returns:
- the mixcardId. This is the ID of the Mixcard being used.
-
setMixcardId
- Parameters:
mixcardId- the mixcardId to set. This is the ID of the Mixcard being used.
-
getTimeStart
- Returns:
- the timeStart. This is an ISO-8601 timestamp representing the time that the association is valid for.
-
setTimeStart
- Parameters:
timeStart- the timeStart to set. This is an ISO-8601 timestamp representing the time that the association is valid for.
-
getTimeEnd
- Returns:
- the timeEnd. This is an ISO-8601 timestamp representing the time that the association is valid for.
-
setTimeEnd
- Parameters:
timeEnd- the timeEnd to set. . This is an ISO-8601 timestamp representing the time that the association is valid for.
-
getCategories
- Returns:
- the categories. This is a list of Categories that the association has.
-
setCategories
Sets the categories.- Parameters:
categories- . This is a list of Categories that the association has.
-