com.ibm.commerce.pvcdevices.objects
Class PVCDeviceMdlSpecBean

java.lang.Object
  |
  +--com.ibm.commerce.pvcdevices.objimpl.PVCDeviceMdlSpecBeanBase
        |
        +--com.ibm.commerce.pvcdevices.objects.PVCDeviceMdlSpecBean

public class PVCDeviceMdlSpecBean
extends com.ibm.commerce.pvcdevices.objimpl.PVCDeviceMdlSpecBeanBase

A container managed bean that represents the PVCMDLSPEC table. The table contains different model-spec mapping for each stores. PVCMDLSPEC represents relationship among records in PVCDEVMDL and records in PVCDEVSPEC.

See Also:
Serialized Form

Field Summary
static java.lang.String COPYRIGHT
          IBM copyright notice field.
 
Constructor Summary
PVCDeviceMdlSpecBean()
           
 
Method Summary
 java.util.Hashtable _copyFromEJB()
          This method was generated by the VisualAge for Java EJB AccessBean tool.
 void _copyToEJB(java.util.Hashtable h)
          This method was generated by the VisualAge for Java EJB AccessBean tool.
protected  java.util.Vector _getLinks()
          This method was generated for supporting the associations.
protected  void _initLinks()
          This method was generated for supporting the associations.
protected  void _removeLinks()
          This method was generated for supporting the associations.
 void ejbActivate()
          Initializes the mapping of the fields in the object to the columns of the table.
 void ejbLoad()
          Loads the data from a particular record in the table to the fields in the object.
 void ejbPassivate()
          This is an empty method because no the data is already persisted in the database so nothing needs to be done when the EJB is passivated.
 void ejbRemove()
          Removes the record the current object represents from the table.
 void ejbStore()
          Stores the information in the current object to a record in the table.
 
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
IBM copyright notice field.
See Also:
Constant Field Values
Constructor Detail

PVCDeviceMdlSpecBean

public PVCDeviceMdlSpecBean()
Method Detail

_copyFromEJB

public java.util.Hashtable _copyFromEJB()
This method was generated by the VisualAge for Java EJB AccessBean tool.

_copyToEJB

public void _copyToEJB(java.util.Hashtable h)
This method was generated by the VisualAge for Java EJB AccessBean tool.

_getLinks

protected java.util.Vector _getLinks()
This method was generated for supporting the associations.
Returns:
java.util.Vector

_initLinks

protected void _initLinks()
This method was generated for supporting the associations.

_removeLinks

protected void _removeLinks()
                     throws java.rmi.RemoteException,
                            javax.ejb.RemoveException
This method was generated for supporting the associations.
Throws:
java.rmi.RemoteException - ????
javax.ejb.RemoveException - ????

ejbActivate

public void ejbActivate()
Initializes the mapping of the fields in the object to the columns of the table.

ejbLoad

public void ejbLoad()
Loads the data from a particular record in the table to the fields in the object.

ejbPassivate

public void ejbPassivate()
This is an empty method because no the data is already persisted in the database so nothing needs to be done when the EJB is passivated.

ejbRemove

public void ejbRemove()
               throws javax.ejb.RemoveException
Removes the record the current object represents from the table.
Throws:
javax.ejb.RemoveException - if there is a problem removing the record from the table. For example, a foriegn key relationship.

ejbStore

public void ejbStore()
Stores the information in the current object to a record in the table.