Class MKTTargetGroup
java.lang.Object
com.hybris.ymkt.personalization.dto.MKTTargetGroup
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionintvoidsetMarketingArea(String marketingArea) voidsetTargetGroup(String targetGroup) voidsetTargetGroupDescription(String targetGroupDescription) voidsetTargetGroupMemberCount(int targetGroupMemberCount) voidsetTargetGroupName(String targetGroupName) voidsetTargetGroupUUID(UUID targetGroupUUID)
-
Field Details
-
targetGroupUUID
-
targetGroup
-
targetGroupName
-
targetGroupDescription
-
targetGroupMemberCount
protected int targetGroupMemberCount -
marketingArea
-
-
Constructor Details
-
MKTTargetGroup
public MKTTargetGroup()
-
-
Method Details
-
getTargetGroupUUID
- Returns:
- the targetGroupMemberUUID
-
setTargetGroupUUID
- Parameters:
targetGroupUUID- the targetGroupUUID to set
-
getTargetGroup
- Returns:
- the targetGroup
-
setTargetGroup
- Parameters:
targetGroup- the targetGroup to set
-
getTargetGroupName
- Returns:
- the targetGroupName
-
setTargetGroupName
- Parameters:
targetGroupName- the targetGroupName to set
-
getTargetGroupDescription
- Returns:
- the targetGroupDescription
-
setTargetGroupDescription
- Parameters:
targetGroupDescription- the targetGroupDescription to set
-
getTargetGroupMemberCount
public int getTargetGroupMemberCount()- Returns:
- the targetGroupMemberCount
-
setTargetGroupMemberCount
public void setTargetGroupMemberCount(int targetGroupMemberCount) - Parameters:
targetGroupMemberCount- the targetGroupMemberCount to set
-
getMarketingArea
- Returns:
- the marketingArea
-
setMarketingArea
- Parameters:
marketingArea- the marketingArea to set
-