atg.projects.store.catalog
Class CatalogNavigation

java.lang.Object
  extended by atg.projects.store.catalog.CatalogNavigation

public class CatalogNavigation
extends java.lang.Object

Helper bean to store user catalog navigation info. It stores the top level category that user is currently viewing. The bean is intended to be used with targeters to let specify targeting rules based on the category currently viewed. The reference store uses this when targeting promotional content to the shopper.


Field Summary
static java.lang.String CLASS_VERSION
          Class version string
protected  java.lang.String mTopLevelCategory
          The top level category that shopper is currently viewing.
 
Constructor Summary
CatalogNavigation()
           
 
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
 

Field Detail

CLASS_VERSION

public static final java.lang.String CLASS_VERSION
Class version string

See Also:
Constant Field Values

mTopLevelCategory

protected java.lang.String mTopLevelCategory
The top level category that shopper is currently viewing.

Constructor Detail

CatalogNavigation

public CatalogNavigation()
Method Detail

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.