java.lang.Objectcom.ibm.commerce.catalog.beansrc.CatalogEntryConfigurationDataBeanBase
com.ibm.commerce.catalog.beans.CatalogEntryConfigurationDataBean
The bean represents the configuration information of a catalog entry. This bean maps to the table CATCONFINF.
Field Summary | |
static java.lang.String | COPYRIGHT The internal copyright field. |
protected CommandContext | iCommandContext |
protected java.lang.String | iDataBeanKeyCatalogEntryId |
protected TypedProperty | iRequestProperties |
Constructor Summary | |
CatalogEntryConfigurationDataBean() |
Method Summary | |
CommandContext | getCommandContext() Gets the command context. |
java.lang.String | getDataBeanKeyCatalogEntryId() Gets the primary key of the catalog entry. |
TypedProperty | getRequestProperties() Gets the request properties. |
void | populate() Populates the bean with data. |
void | setCommandContext(CommandContext aCommandContext) Sets the command context. |
void | setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId) Sets the primary key of the catalog entry. |
void | setRequestProperties(TypedProperty aRequestProperty) Sets the request properties. |
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 CommandContext iCommandContext
protected TypedProperty iRequestProperties
protected java.lang.String iDataBeanKeyCatalogEntryId
Constructor Detail |
public CatalogEntryConfigurationDataBean()
Method Detail |
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
public java.lang.String getDataBeanKeyCatalogEntryId()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
public void setDataBeanKeyCatalogEntryId(java.lang.String aCatalogEntryId)
public void populate() throws java.lang.Exception
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.