Class StoreGroup
dw.catalog
Class StoreGroup
Represents a store group. Store groups can be used to group the stores for different marketing purposes.
Properties
ID  :  String  (Read Only)
The ID of the store group.
name  :  String  (Read Only)
The name of the store group.
stores  :  Collection  (Read Only)
All the stores that are assigned to the store group.
Constructor Summary
This class does not have a constructor, so you cannot create it directly.
Method Summary
getID() : String
Returns the ID of the store group.
getName() : String
Returns the name of the store group.
getStores() : Collection
Returns all the stores that are assigned to the store group.
Methods inherited from class ExtensibleObject
Methods inherited from class PersistentObject
Method Detail
getID
getID() : String
Returns the ID of the store group.
Returns:
ID of the store group

getName
getName() : String
Returns the name of the store group.
Returns:
name of the store group

getStores
getStores() : Collection
Returns all the stores that are assigned to the store group.
Returns:
collection of the stores