java.lang.Objectcom.ibm.commerce.beans.InputDataBeanImpl
com.ibm.commerce.beans.SmartDataBeanImpl
com.ibm.commerce.marketingcenter.campaign.beans.CategoryListResultsDataBean
A data bean that represents one category entry in the database to be shown in the category list of the current store. An array of this data bean makes up CategoryListDataBean.
Field Summary | |
protected java.lang.String | _catalogId Deprecated. The ID of the catalog that this category belongs to. |
protected java.lang.String | _categoryId Deprecated. The ID of this category. |
protected java.lang.String | _parentCategoryId Deprecated. The ID of the parent category. |
static java.lang.String | COPYRIGHT Deprecated. IBM copyright notice field. |
Fields inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
commandContext |
Fields inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
requestProperties |
Fields inherited from interface com.ibm.commerce.beans.DataBean |
emptyString |
Constructor Summary | |
CategoryListResultsDataBean() Deprecated. |
Method Summary | |
java.lang.String | getCatalogId() Deprecated. Gets the ID of the catalog that this category belongs to. |
java.lang.String | getCatalogIdentifier() Deprecated. Gets the identifier of the catalog that this category belongs to. |
java.lang.String | getCatalogMemberId() Deprecated. Gets the member ID of the catalog that this category belongs to. |
java.lang.String | getCategoryId() Deprecated. Gets the ID of this category. |
java.lang.String | getCategoryIdentifier() Deprecated. Gets the identifier of this category. |
java.lang.String | getCategoryMemberId() Deprecated. Gets the member ID of this category. |
java.lang.String | getName() Deprecated. Gets the name of this category. |
java.lang.String | getParentCategoryIdentifier() Deprecated. Gets the identifier of the parent category. |
java.lang.String | getParentCategoryName() Deprecated. Gets the name of the parent category. |
java.lang.String | getShortDescription() Deprecated. Gets the short description of this category. |
void | populate() Deprecated. Populates this data bean that represents a single category in the database. |
void | setCatalogId(java.lang.String catalogId) Deprecated. Sets the ID of the catalog that this category belongs to. |
void | setCategoryId(java.lang.String categoryId) Deprecated. Sets the ID of this category. |
void | setParentCategoryId(java.lang.String parentCategoryId) Deprecated. Sets the ID of the parent category. |
Methods inherited from class com.ibm.commerce.beans.SmartDataBeanImpl |
fulfills, getCommandContext, getResources, setCommandContext |
Methods inherited from class com.ibm.commerce.beans.InputDataBeanImpl |
getRequestProperties, setRequestProperties |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.ibm.commerce.beans.InputDataBean |
getRequestProperties, setRequestProperties |
Field Detail |
public static final java.lang.String COPYRIGHT
protected java.lang.String _catalogId
protected java.lang.String _categoryId
protected java.lang.String _parentCategoryId
Constructor Detail |
public CategoryListResultsDataBean()
Method Detail |
public java.lang.String getCatalogId()
public java.lang.String getCatalogIdentifier()
public java.lang.String getCatalogMemberId()
public java.lang.String getCategoryId()
public java.lang.String getCategoryIdentifier()
public java.lang.String getCategoryMemberId()
public java.lang.String getName()
public java.lang.String getShortDescription()
public java.lang.String getParentCategoryIdentifier()
public java.lang.String getParentCategoryName()
public void populate() throws java.lang.Exception
public void setCatalogId(java.lang.String catalogId)
public void setCategoryId(java.lang.String categoryId)
public void setParentCategoryId(java.lang.String parentCategoryId)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.