Package com.skava.promotion.model.entity
Class PromotionGroup
java.lang.Object
com.skava.promotion.model.BaseEntity
com.skava.promotion.model.PromotionBaseEntity
com.skava.promotion.model.entity.PromotionGroup
- All Implemented Interfaces:
Serializable
@Config(defaultVariableName="promotionGroup")
public class PromotionGroup
extends PromotionBaseEntity
This class holds the model attributes for promotion group
- Since:
- 8.0
- Version:
- 8.0
- Author:
- Infosys Equinox
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncom.skava.core.rules.admin.model.GroupRule
To convert the group rule
-
Constructor Details
-
PromotionGroup
public PromotionGroup()
-
-
Method Details
-
toGroupRule
public com.skava.core.rules.admin.model.GroupRule toGroupRule()To convert the group rule- Returns:
- An instance of
GroupRule
-