com.ibm.commerce.catalog.beans
Class CatalogEntryRelationDataBean

com.ibm.commerce.catalog.beans.CatalogEntryRelationDataBean
All Implemented Interfaces:
Delegator

public class CatalogEntryRelationDataBean
implements Delegator

IBM internal use only.


Fields inherited from interface com.ibm.commerce.security.Delegator
COPYRIGHT
 
Constructor Summary
CatalogEntryRelationDataBean()
           
 
Method Summary
 java.lang.String getCatalogEntryIdChild()
          IBM internal use only.
 java.lang.Long getCatalogEntryIdChildInEJBType()
          IBM internal use only.
 java.lang.String getCatalogEntryIdParent()
          IBM internal use only.
 java.lang.Long getCatalogEntryIdParentInEJBType()
          IBM internal use only.
 java.lang.String getCatalogRelationTypeId()
          IBM internal use only.
 CommandContext getCommandContext()
          Gets the command context set within this bean.
 java.lang.String getDataBeanKeyCatalogEntryIdChild()
          Retrieve its primary key.
 java.lang.String getDataBeanKeyCatalogEntryIdParent()
          Retrieve its primary key.
 java.lang.String getDataBeanKeyCatalogRelationTypeId()
          Retrieve its primary key.
 Protectable getDelegate()
          Retrieves access control information.
 java.lang.String getField1()
          IBM internal use only.
 java.lang.String getField2()
          IBM internal use only.
 java.lang.Integer getField2InEJBType()
          IBM internal use only.
 java.lang.String getField3()
          IBM internal use only.
 java.math.BigDecimal getField3InEJBType()
          IBM internal use only.
 java.lang.String getGroupName()
          IBM internal use only.
 java.lang.String getOID()
          IBM internal use only.
 java.lang.String getQuantity()
          IBM internal use only.
 java.lang.Double getQuantityInEJBType()
          IBM internal use only.
 TypedProperty getRequestProperties()
          Gets the request property set within this bean.
 java.lang.String getSequence()
          IBM internal use only.
 java.lang.Double getSequenceInEJBType()
          IBM internal use only.
 void populate()
          Retrieves data from the database.
 void setCatalogEntryIdChild(java.lang.Long aCatalogEntryIdChild)
          IBM internal use only.
 void setCatalogEntryIdParent(java.lang.Long aCatalogEntryIdParent)
          IBM internal use only.
 void setCatalogRelationTypeId(java.lang.String aCatalogRelationTypeId)
          IBM internal use only.
 void setCommandContext(CommandContext aCommandContext)
          Sets the command context within this bean.
 void setDataBeanKeyCatalogEntryIdChild(java.lang.String aDataBeanKeyCatalogEntryIdChild)
          Set its primary key for fetching.
 void setDataBeanKeyCatalogEntryIdParent(java.lang.String aDataBeanKeyCatalogEntryIdParent)
          Set its primary key for fetching.
 void setDataBeanKeyCatalogRelationTypeId(java.lang.String aDataBeanKeyCatalogRelationTypeId)
          Set its primary key for fetching.
 void setField1(java.lang.String aField1)
          IBM internal use only.
 void setField2(java.lang.Integer aField2)
          IBM internal use only.
 void setField3(java.math.BigDecimal aField3)
          IBM internal use only.
 void setGroupName(java.lang.String aGroupName)
          IBM internal use only.
 void setOID(java.lang.String aOID)
          IBM internal use only.
 void setQuantity(java.lang.Double aQuantity)
          IBM internal use only.
 void setRequestProperties(TypedProperty aRequestProperties)
          Sets the request property within this bean.
 void setSequence(java.lang.Double aSequence)
          IBM internal use only.
 

Constructor Detail

CatalogEntryRelationDataBean

public CatalogEntryRelationDataBean()
Method Detail

getCatalogEntryIdChild

public java.lang.String getCatalogEntryIdChild()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogEntryIdChildInEJBType

public java.lang.Long getCatalogEntryIdChildInEJBType()
                                               throws java.rmi.RemoteException,
                                                      javax.ejb.CreateException,
                                                      javax.ejb.FinderException,
                                                      javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogEntryIdParent

public java.lang.String getCatalogEntryIdParent()
                                         throws java.rmi.RemoteException,
                                                javax.ejb.CreateException,
                                                javax.ejb.FinderException,
                                                javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogEntryIdParentInEJBType

public java.lang.Long getCatalogEntryIdParentInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogRelationTypeId

public java.lang.String getCatalogRelationTypeId()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCommandContext

public CommandContext getCommandContext()

Gets the command context set within this bean.

Returns:
com.ibm.commerce.command.CommandContext

getDataBeanKeyCatalogEntryIdChild

public java.lang.String getDataBeanKeyCatalogEntryIdChild()

Retrieve its primary key.

Returns:
java.lang.String

getDataBeanKeyCatalogEntryIdParent

public java.lang.String getDataBeanKeyCatalogEntryIdParent()

Retrieve its primary key.

Returns:
java.lang.String

getDataBeanKeyCatalogRelationTypeId

public java.lang.String getDataBeanKeyCatalogRelationTypeId()

Retrieve its primary key.

Returns:
java.lang.String

getDelegate

public Protectable getDelegate()
                        throws java.lang.Exception

Retrieves access control information.

Specified by:
getDelegate in interface Delegator
Returns:
com.ibm.commerce.security.Protectable
Throws:
java.lang.Exception - The java.lang.Exception exception

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2InEJBType

public java.lang.Integer getField2InEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3InEJBType

public java.math.BigDecimal getField3InEJBType()
                                        throws java.rmi.RemoteException,
                                               javax.ejb.CreateException,
                                               javax.ejb.FinderException,
                                               javax.naming.NamingException

IBM internal use only.

Returns:
java.math.BigDecimal
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getGroupName

public java.lang.String getGroupName()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOID

public java.lang.String getOID()
                        throws java.rmi.RemoteException,
                               javax.ejb.CreateException,
                               javax.ejb.FinderException,
                               javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantity

public java.lang.String getQuantity()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getQuantityInEJBType

public java.lang.Double getQuantityInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestProperties

public TypedProperty getRequestProperties()

Gets the request property set within this bean.

Returns:
com.ibm.commerce.datatype.TypedProperty

getSequence

public java.lang.String getSequence()
                             throws java.rmi.RemoteException,
                                    javax.ejb.CreateException,
                                    javax.ejb.FinderException,
                                    javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSequenceInEJBType

public java.lang.Double getSequenceInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

IBM internal use only.

Returns:
java.lang.Double
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

populate

public void populate()
              throws java.lang.Exception

Retrieves data from the database.

Returns:
void
Throws:
java.lang.Exception - The java.lang.Exception exception

setCatalogEntryIdChild

public void setCatalogEntryIdChild(java.lang.Long aCatalogEntryIdChild)

IBM internal use only.

Parameters:
aCatalogEntryIdChild - java.lang.Long
Returns:
void

setCatalogEntryIdParent

public void setCatalogEntryIdParent(java.lang.Long aCatalogEntryIdParent)

IBM internal use only.

Parameters:
aCatalogEntryIdParent - java.lang.Long
Returns:
void

setCatalogRelationTypeId

public void setCatalogRelationTypeId(java.lang.String aCatalogRelationTypeId)

IBM internal use only.

Parameters:
aCatalogRelationTypeId - java.lang.String
Returns:
void

setCommandContext

public void setCommandContext(CommandContext aCommandContext)

Sets the command context within this bean.

Parameters:
aCommandContext - com.ibm.commerce.command.CommandContext
Returns:
void

setDataBeanKeyCatalogEntryIdChild

public void setDataBeanKeyCatalogEntryIdChild(java.lang.String aDataBeanKeyCatalogEntryIdChild)

Set its primary key for fetching.

Parameters:
aDataBeanKeyCatalogEntryIdChild - java.lang.String
Returns:
void

setDataBeanKeyCatalogEntryIdParent

public void setDataBeanKeyCatalogEntryIdParent(java.lang.String aDataBeanKeyCatalogEntryIdParent)

Set its primary key for fetching.

Parameters:
aDataBeanKeyCatalogEntryIdParent - java.lang.String
Returns:
void

setDataBeanKeyCatalogRelationTypeId

public void setDataBeanKeyCatalogRelationTypeId(java.lang.String aDataBeanKeyCatalogRelationTypeId)

Set its primary key for fetching.

Parameters:
aDataBeanKeyCatalogRelationTypeId - java.lang.String
Returns:
void

setField1

public void setField1(java.lang.String aField1)

IBM internal use only.

Parameters:
aField1 - java.lang.String
Returns:
void

setField2

public void setField2(java.lang.Integer aField2)

IBM internal use only.

Parameters:
aField2 - java.lang.Integer
Returns:
void

setField3

public void setField3(java.math.BigDecimal aField3)

IBM internal use only.

Parameters:
aField3 - java.math.BigDecimal
Returns:
void

setGroupName

public void setGroupName(java.lang.String aGroupName)

IBM internal use only.

Parameters:
aGroupName - java.lang.String
Returns:
void

setOID

public void setOID(java.lang.String aOID)

IBM internal use only.

Parameters:
aOID - java.lang.String
Returns:
void

setQuantity

public void setQuantity(java.lang.Double aQuantity)

IBM internal use only.

Parameters:
aQuantity - java.lang.Double
Returns:
void

setRequestProperties

public void setRequestProperties(TypedProperty aRequestProperties)
                          throws javax.ejb.CreateException,
                                 java.rmi.RemoteException,
                                 javax.naming.NamingException,
                                 javax.ejb.FinderException

Sets the request property within this bean.

Parameters:
aRequestProperties - com.ibm.commerce.datatype.TypedProperty
Returns:
void
Throws:
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception

setSequence

public void setSequence(java.lang.Double aSequence)

IBM internal use only.

Parameters:
aSequence - java.lang.Double
Returns:
void