com.ibm.commerce.catalog.beans
Class StoreCatalogGroupDataBean

java.lang.Object
  com.ibm.commerce.catalog.beansrc.StoreCatalogGroupDataBeanBase
      com.ibm.commerce.catalog.beans.StoreCatalogGroupDataBean

public class StoreCatalogGroupDataBean
extends com.ibm.commerce.catalog.beansrc.StoreCatalogGroupDataBeanBase

The bean represents a store to catalog group relationship This bean maps to the table STORECGRP.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
The internal copyright field.
protected CommandContext iCommandContext
protected java.lang.String iDataBeanKeyCatalogGroupReferenceNumber
protected java.lang.String iDataBeanKeyStoreEntryID
protected TypedProperty iRequestProperties
Constructor Summary
StoreCatalogGroupDataBean()
Method Summary
CommandContext getCommandContext()
Gets the command context.
java.lang.String getDataBeanKeyCatalogGroupReferenceNumber()
Gets the primary key of the catalog group.
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 setDataBeanKeyCatalogGroupReferenceNumber(java.lang.String aCatalogGroupReferenceNumber)
Sets the primary key of the catalog group.
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

COPYRIGHT

public static final java.lang.String COPYRIGHT
The internal copyright field.
See Also:
Constant Field Values

iCommandContext

protected CommandContext iCommandContext

iRequestProperties

protected TypedProperty iRequestProperties

iDataBeanKeyCatalogGroupReferenceNumber

protected java.lang.String iDataBeanKeyCatalogGroupReferenceNumber

iDataBeanKeyStoreEntryID

protected java.lang.String iDataBeanKeyStoreEntryID
Constructor Detail

StoreCatalogGroupDataBean

public StoreCatalogGroupDataBean()
Method Detail

getRequestProperties

public TypedProperty getRequestProperties()
Gets the request properties.
Returns:
the request properties

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperty)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException
Sets the request properties.
Parameters:
aRequestProperty - the request properties
Throws:
javax.ejb.CreateException
java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.FinderException

getDataBeanKeyCatalogGroupReferenceNumber

public java.lang.String getDataBeanKeyCatalogGroupReferenceNumber()
Gets the primary key of the catalog group.
Returns:
the primary key of the catalog group

getDataBeanKeyStoreEntryID

public java.lang.String getDataBeanKeyStoreEntryID()
Gets the primary key of the store.
Returns:
the primary key of the store

getCommandContext

public CommandContext getCommandContext()
Gets the command context.
Returns:
the command context

setCommandContext

public void setCommandContext(CommandContext aCommandContext)
Sets the command context.
Parameters:
aCommandContext - the command context

setDataBeanKeyCatalogGroupReferenceNumber

public void setDataBeanKeyCatalogGroupReferenceNumber(java.lang.String aCatalogGroupReferenceNumber)
Sets the primary key of the catalog group.
Parameters:
aCatalogGroupReferenceNumber - the primary key of the catalog group

setDataBeanKeyStoreEntryID

public void setDataBeanKeyStoreEntryID(java.lang.String aStoreEntryID)
Sets the primary key of the store.
Parameters:
aStoreEntryID - the primary key of the store

populate

public void populate()
              throws java.lang.Exception
Populates the bean with data.
Throws:
java.lang.Exception

Feedback