Packagecom.esri.baserver
Classpublic class TargetGroupData
InheritanceTargetGroupData Inheritance Object
Implements IJsonObject

The TargetGroupData class specifies a segmentation target group.

Target group data classifies 65 clusters of ESRI Data-Tapestry Segmentation into targets. You can specify the target group either as an XML string using the description property or as a target group item of the Community Analyst repository using the item property. These properties are mutually exclusive. In the repository, target groups are usually stored in the special folder for target groups of the FolderType.SEGMENTATION_TARGET_GROUPS type.

See also

FolderType
ESRI Data-Tapestry Segmentation


Public Properties
 PropertyDefined By
  description : String
Target group description XML string.
TargetGroupData
  item : FolderItem
Target group item.
TargetGroupData
Public Methods
 MethodDefined By
  
TargetGroupData(targetGroupData:Object = null)
Creates a new instance of the TargetGroupData class.
TargetGroupData
Property Detail
descriptionproperty
description:String

Target group description XML string.


Implementation
    public function get description():String
    public function set description(value:String):void
itemproperty 
item:FolderItem

Target group item.


Implementation
    public function get item():FolderItem
    public function set item(value:FolderItem):void
Constructor Detail
TargetGroupData()Constructor
public function TargetGroupData(targetGroupData:Object = null)

Creates a new instance of the TargetGroupData class.

Parameters
targetGroupData:Object (default = null) — An instance of the FolderItem or String type.