java.lang.Object | +--com.ibm.commerce.catalog.beansrc.StoreCatalogEntryDataBeanBase | +--com.ibm.commerce.catalog.beans.StoreCatalogEntryDataBean
The bean represents a store to catalog entry relationship. This bean maps to the table STORECENT.
Field Summary | |
---|---|
static java.lang.String |
COPYRIGHT The internal copyright field. |
protected
CommandContext |
iCommandContext |
protected
java.lang.String |
iDataBeanKeyCatalogEntryReferenceNumber |
protected
java.lang.String |
iDataBeanKeyStoreEntryID |
protected
TypedProperty |
iRequestProperties |
Constructor Summary | |
---|---|
StoreCatalogEntryDataBean() |
Method Summary | |
---|---|
CommandContext |
getCommandContext() Gets the command context. |
java.lang.String |
getDataBeanKeyCatalogEntryReferenceNumber() Gets the primary key of the catalog entry. |
java.lang.String |
getDataBeanKeyStoreEntryID() Gets the primary key of the store. |
TypedProperty |
getRequestProperties() Gets the request properties. |
void |
populate() Populates the bean with data. |
void |
setCommandContext(
CommandContext aCommandContext) Sets the command context. |
void |
setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber) Sets the primary key of the catalog entry. |
void |
setDataBeanKeyStoreEntryID(java.lang.String aStoreEntryID) Sets the primary key of the store. |
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 iDataBeanKeyCatalogEntryReferenceNumber
protected java.lang.String iDataBeanKeyStoreEntryID
Constructor Detail |
---|
public StoreCatalogEntryDataBean()
Method Detail |
---|
public TypedProperty getRequestProperties()
public void setRequestProperties(TypedProperty aRequestProperty) throws javax.ejb.CreateException, java.rmi.RemoteException, javax.naming.NamingException, javax.ejb.FinderException
aRequestProperty
- the request propertiesjavax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException
public java.lang.String getDataBeanKeyCatalogEntryReferenceNumber()
public java.lang.String getDataBeanKeyStoreEntryID()
public CommandContext getCommandContext()
public void setCommandContext(CommandContext aCommandContext)
aCommandContext
- the command contextpublic void setDataBeanKeyCatalogEntryReferenceNumber(java.lang.String aCatalogEntryReferenceNumber)
aCatalogEntryReferenceNumber
- the primary key of the catalog
entrypublic void setDataBeanKeyStoreEntryID(java.lang.String aStoreEntryID)
aStoreEntryID
- the primary key of the
storepublic void populate() throws java.lang.Exception
java.lang.Exception