atg.projects.store.catalog
Class CatalogNavigation
java.lang.Object
atg.projects.store.catalog.CatalogNavigation
public class CatalogNavigation
- extends java.lang.Object
Helper bean to store user catalog navigation info. Currently has only one property
- a top level category that user is currently viewing.
The bean is intended to be used with targeters to let specify targerting rules
based on the category currently viewed.
Field Summary |
static java.lang.String |
CLASS_VERSION
Class version string |
Method Summary |
java.lang.String |
getTopLevelCategory()
Gets the top level category that user is currently viewing. |
void |
setTopLevelCategory(java.lang.String pTopLevelCategory)
Sets the top level category that user is currently viewing. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CLASS_VERSION
public static java.lang.String CLASS_VERSION
- Class version string
CatalogNavigation
public CatalogNavigation()
getTopLevelCategory
public java.lang.String getTopLevelCategory()
- Gets the top level category that user is currently viewing.
- Returns:
- the top level category that user is currently viewing.
setTopLevelCategory
public void setTopLevelCategory(java.lang.String pTopLevelCategory)
- Sets the top level category that user is currently viewing.
- Parameters:
pTopLevelCategory
- the top level category that user is currently viewing.