java.lang.Object | +--com.ibm.commerce.tools.campaigns.CatalogSearchDataBean
This data bean represents each row in the catalog search result list. All the data associated with the catalog search result is being retrieved either by getting the value from the list data bean, or in this data bean using the lazy fetch method.
Field Summary | |
---|---|
protected
java.lang.String |
_catalogId ID of the catalog the category/catalog entry belongs to. |
protected
java.lang.String |
_catalogIdentifier Identifier of the catalog the category/catalog entry belongs to. |
protected
java.lang.String |
_catalogMemberId Member ID of the catalog the category/catalog entry belongs to. |
protected
java.lang.String |
_id ID of the category/catalog entry. |
protected
java.lang.String |
_identifier Identifier of the category/catalog entry. |
protected
java.lang.String |
_memberId Member ID of the category/catalog entry. |
protected
java.lang.String |
_name Name of the category/catalog entry. |
protected
java.lang.String |
_parentId ID of the parent category that this category belongs to. |
protected
java.lang.String |
_parentIdentifier Identifier of the parent category that this category belongs to. |
protected
java.lang.String |
_parentName Name of the parent category that this category belongs to. |
protected
java.lang.String |
_shortDescription Short description of the category/catalog entry. |
protected
java.lang.String |
_type Type of the category/catalog entry. |
protected
CommandContext |
commandContext Current command context that is used to retrieve the runtime attribute like the store ID and the member ID. |
static java.lang.String |
COPYRIGHT IBM copyright notice field. |
protected
java.lang.String |
languageId Languague ID that is currently being used. |
protected
java.lang.String |
storeId ID of the store that is currently logged on to. |
Constructor Summary | |
---|---|
CatalogSearchDataBean() Constructor for CatalogSearchDataBean. |
Method Summary | |
---|---|
java.lang.String |
getCatalogId() Gets the ID of the catalog the category/catalog entry belongs to. |
java.lang.String |
getCatalogIdentifier() Gets the identifier of the catalog the category/catalog entry belongs to. |
java.lang.String |
getCatalogMemberId() Gets the member ID of the catalog the category/catalog entry belongs to. |
CommandContext |
getCommandContext() Gets the current command context that is used to retrieve the runtime attribute like the store ID and the member ID. |
java.lang.String |
getId() Gets the ID of the category/catalog entry. |
java.lang.String |
getIdentifier() Gets the identifier of the category/catalog entry. |
java.lang.String |
getLanguageId() Gets the languague ID that is currently being used. |
java.lang.String |
getMemberId() Gets the member ID of the category/catalog entry. |
java.lang.String |
getName() Gets the name of the category/catalog entry. |
java.lang.String |
getParentId() Gets the ID of the parent category that this category belongs to. |
java.lang.String |
getParentIdentifier() Gets the identifier of the parent category that this category belongs to. |
java.lang.String |
getParentName() Gets the name of the parent category that this category belongs to. |
java.lang.String |
getShortDescription() Gets the short description of the category/catalog entry. |
java.lang.String |
getStoreId() Gets the ID of the store that is currently logged on to. |
java.lang.String |
getType() Gets the type of the category/catalog entry. |
void |
populate() Populates the data bean. |
void |
setCatalogId(java.lang.String newCatalogId) Sets the ID of the catalog the category/catalog entry belongs to. |
void |
setCatalogIdentifier(java.lang.String newCatalogIdentifier) Sets the identifier of the catalog the category/catalog entry belongs to. |
void |
setCatalogMemberId(java.lang.String newCatalogMemberId) Sets the member ID of the catalog the category/catalog entry belongs to. |
void |
setCommandContext(
CommandContext newCommandContext) Sets the current command context that is used to retrieve the runtime attribute like the store ID and the member ID. |
void |
setId(java.lang.String newId) Sets the ID of the category/catalog entry. |
void |
setIdentifier(java.lang.String newIdentifier) Sets the identifier of the category/catalog entry. |
void |
setLanguageId(java.lang.String newLanguageId) Sets the languague ID that is currently being used. |
void |
setMemberId(java.lang.String newMemberId) Sets the member ID of the category/catalog entry. |
void |
setName(java.lang.String newName) Sets the name of the category/catalog entry. |
void |
setParentId(java.lang.String newParentId) Sets the ID of the parent category that this category belongs to. |
void |
setParentIdentifier(java.lang.String newParentIdentifier) Sets the identifier of the parent category that this category belongs to. |
void |
setParentName(java.lang.String newParentName) Sets the name of the parent category that this category belongs to. |
void |
setShortDescription(java.lang.String newShortDescription) Sets the short description of the category/catalog entry. |
void |
setStoreId(java.lang.String newStoreId) Sets the ID of the store that is currently logged on to. |
void |
setType(java.lang.String newType) Sets the type of the category/catalog entry. |
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 COPYRIGHT
protected java.lang.String _catalogId
protected java.lang.String _catalogIdentifier
protected java.lang.String _catalogMemberId
protected java.lang.String _id
protected java.lang.String _identifier
protected java.lang.String _memberId
protected java.lang.String _name
protected java.lang.String _shortDescription
protected java.lang.String _type
protected java.lang.String _parentId
protected java.lang.String _parentIdentifier
protected java.lang.String _parentName
protected java.lang.String storeId
protected java.lang.String languageId
protected CommandContext commandContext
Constructor Detail |
---|
public CatalogSearchDataBean()
Method Detail |
---|
public java.lang.String getCatalogId()
public java.lang.String getCatalogIdentifier()
public java.lang.String getCatalogMemberId()
public CommandContext getCommandContext()
public java.lang.String getShortDescription()
public java.lang.String getId()
public java.lang.String getIdentifier()
public java.lang.String getLanguageId()
public java.lang.String getMemberId()
public java.lang.String getName()
public java.lang.String getParentId()
public java.lang.String getParentIdentifier()
public java.lang.String getParentName()
public java.lang.String getStoreId()
public java.lang.String getType()
public void populate()
public void setCatalogId(java.lang.String newCatalogId)
newCatalogId
- the catalog IDpublic void setCatalogIdentifier(java.lang.String newCatalogIdentifier)
newCatalogIdentifier
- the catalog
identifierpublic void setCatalogMemberId(java.lang.String newCatalogMemberId)
newCatalogMemberId
- the catalog member IDpublic void setCommandContext(CommandContext newCommandContext)
newCommandContext
- the current command
contextpublic void setShortDescription(java.lang.String newShortDescription)
newShortDescription
- short description of the
category/catalog entrypublic void setId(java.lang.String newId)
newId
- ID of the category/catalog entrypublic void setIdentifier(java.lang.String newIdentifier)
newIdentifier
- identifier of the category/catalog
entrypublic void setLanguageId(java.lang.String newLanguageId)
newLanguageId
- the language IDpublic void setMemberId(java.lang.String newMemberId)
newMemberId
- member ID of the category/catalog
entrypublic void setName(java.lang.String newName)
newName
- name of the category/catalog
entrypublic void setParentId(java.lang.String newParentId)
newParentId
- ID of the parent categorypublic void setParentIdentifier(java.lang.String newParentIdentifier)
newParentIdentifier
- identifier of the parent
categorypublic void setParentName(java.lang.String newParentName)
newParentName
- name of the parent
categorypublic void setStoreId(java.lang.String newStoreId)
newStoreId
- the store IDpublic void setType(java.lang.String newType)
newType
- type of the category/catalog
entry