|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectatg.projects.store.catalog.CatalogNavigation
public class CatalogNavigation
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 |
---|
public static final java.lang.String CLASS_VERSION
protected java.lang.String mTopLevelCategory
Constructor Detail |
---|
public CatalogNavigation()
Method Detail |
---|
public java.lang.String getTopLevelCategory()
public void setTopLevelCategory(java.lang.String pTopLevelCategory)
pTopLevelCategory
- the top level category that user is currently viewing.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |