## Package: dw.catalog

# Class StoreGroup

## Inheritance Hierarchy

- Object
  - dw.object.PersistentObject
  - dw.object.ExtensibleObject
    - dw.catalog.StoreGroup

## Description

Represents a store group. Store groups can be used to group the stores for different marketing purposes.

## Properties

### ID

**Type:** String (Read Only)

The ID of the store group.

### name

**Type:** String (Read Only)

The name of the store group.

### stores

**Type:** Collection (Read Only)

All the stores that are assigned to the store group.

## Constructor Summary

## Method Summary

### getID

**Signature:** `getID() : String`

Returns the ID of the store group.

### getName

**Signature:** `getName() : String`

Returns the name of the store group.

### getStores

**Signature:** `getStores() : Collection`

Returns all the stores that are assigned to the store group.

## Method Detail

## Method Details

### getID

**Signature:** `getID() : String`

**Description:** Returns the ID of the store group.

**Returns:**

ID of the store group

---

### getName

**Signature:** `getName() : String`

**Description:** Returns the name of the store group.

**Returns:**

name of the store group

---

### getStores

**Signature:** `getStores() : Collection`

**Description:** Returns all the stores that are assigned to the store group.

**Returns:**

collection of the stores

---