public class PVCBufferBean
extends com.ibm.commerce.pvcdevices.objimpl.PVCBufferBeanBase
implements javax.ejb.EntityBean
Modifier and Type | Field and Description |
---|---|
static java.lang.String | COPYRIGHT
IBM copyright notice field.
|
Constructor and Description |
---|
PVCBufferBean() |
Modifier and Type | Method and Description |
---|---|
java.util.Hashtable | _copyFromEJB() |
void | _copyToEJB(java.util.Hashtable h) |
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.
|
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.
|
public static final java.lang.String COPYRIGHT
public java.util.Hashtable _copyFromEJB()
public void _copyToEJB(java.util.Hashtable h)
protected java.util.Vector _getLinks()
protected void _initLinks()
protected void _removeLinks() throws java.rmi.RemoteException, javax.ejb.RemoveException
public void ejbActivate()
public void ejbLoad()
public void ejbPassivate() throws java.rmi.RemoteException
public void ejbRemove() throws javax.ejb.RemoveException
public void ejbStore()