Class StoreGroup

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

Property Summary 

PropertyDescription
ID: String (read-only)Returns the ID of the store group.
name: String (read-only)Returns the name of the store group.
stores: Collection (read-only)Returns 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 

MethodDescription
getID()Returns the ID of the store group.
getName()Returns the name of the store group.
getStores()Returns all the stores that are assigned to the store group.

Methods inherited from class ExtensibleObject 

describe, getCustom

Methods inherited from class PersistentObject 

getCreationDate, getLastModified, getUUID

Methods inherited from class Object 

assign, create, create, defineProperties, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toLocaleString, toString, valueOf, values

Property Details 

ID 

ID: String (read-only)

Returns the ID of the store group.


name 

name: String (read-only)

Returns the name of the store group.


stores 

stores: Collection (read-only)

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


Method Details 

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