Class MKTTargetGroup

java.lang.Object
com.hybris.ymkt.personalization.dto.MKTTargetGroup

public class MKTTargetGroup extends Object
  • Field Details

    • targetGroupUUID

      protected UUID targetGroupUUID
    • targetGroup

      protected String targetGroup
    • targetGroupName

      protected String targetGroupName
    • targetGroupDescription

      protected String targetGroupDescription
    • targetGroupMemberCount

      protected int targetGroupMemberCount
    • marketingArea

      protected String marketingArea
  • Constructor Details

    • MKTTargetGroup

      public MKTTargetGroup()
  • Method Details

    • getTargetGroupUUID

      public UUID getTargetGroupUUID()
      Returns:
      the targetGroupMemberUUID
    • setTargetGroupUUID

      public void setTargetGroupUUID(UUID targetGroupUUID)
      Parameters:
      targetGroupUUID - the targetGroupUUID to set
    • getTargetGroup

      public String getTargetGroup()
      Returns:
      the targetGroup
    • setTargetGroup

      public void setTargetGroup(String targetGroup)
      Parameters:
      targetGroup - the targetGroup to set
    • getTargetGroupName

      public String getTargetGroupName()
      Returns:
      the targetGroupName
    • setTargetGroupName

      public void setTargetGroupName(String targetGroupName)
      Parameters:
      targetGroupName - the targetGroupName to set
    • getTargetGroupDescription

      public String getTargetGroupDescription()
      Returns:
      the targetGroupDescription
    • setTargetGroupDescription

      public void setTargetGroupDescription(String targetGroupDescription)
      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

      public String getMarketingArea()
      Returns:
      the marketingArea
    • setMarketingArea

      public void setMarketingArea(String marketingArea)
      Parameters:
      marketingArea - the marketingArea to set