public class StoreFillRelatedItemsSlotActionConfiguration
extends atg.commerce.scenario.FillRelatedItemsSlotActionConfiguration
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
CLASS_VERSION
Class version
|
Constructor and Description |
---|
StoreFillRelatedItemsSlotActionConfiguration() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getShareableTypeId()
This property contains a shareable ID to be used when determining sharing sites.
|
atg.multisite.SiteGroupManager |
getSiteGroupManager()
This property contains a reference to
SiteGroupManager to be used when determining sharing sites. |
java.lang.String |
getSitesPropertyName()
This property contains a product's property name with reference to its sites.
|
void |
setShareableTypeId(java.lang.String pShareableTypeId) |
void |
setSiteGroupManager(atg.multisite.SiteGroupManager pSiteGroupManager) |
void |
setSitesPropertyName(java.lang.String pSitesPropertyName) |
public static final java.lang.String CLASS_VERSION
public StoreFillRelatedItemsSlotActionConfiguration()
public java.lang.String getShareableTypeId()
public void setShareableTypeId(java.lang.String pShareableTypeId)
pShareableTypeId
- the shareableTypeId to setpublic java.lang.String getSitesPropertyName()
public void setSitesPropertyName(java.lang.String pSitesPropertyName)
pSitesPropertyName
- the sitesPropertyName to setpublic atg.multisite.SiteGroupManager getSiteGroupManager()
SiteGroupManager
to be used when determining sharing sites.public void setSiteGroupManager(atg.multisite.SiteGroupManager pSiteGroupManager)
pSiteGroupManager
- the siteGroupManager to set