public class CategoryListResultsDataBean extends SmartDataBeanImpl
Modifier and Type | Field and Description |
---|---|
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.
|
Constructor and Description |
---|
CategoryListResultsDataBean()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public static final java.lang.String COPYRIGHT
protected java.lang.String _catalogId
protected java.lang.String _categoryId
protected java.lang.String _parentCategoryId
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)