java.lang.Objectcom.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
com.ibm.commerce.pvcdevices.objects.PVCDeviceMdlSpecAccessBean
The table contains different model specification mapping for each store. PVCMDLSPEC represents relationship among records in the PVCDEVMDL and the PVCDEVSPEC database tables. This access bean corresponds to the database table 'PVCMDLSPEC'.
Constructor Summary | |
PVCDeviceMdlSpecAccessBean() Zero argument constructor used to initialize the access bean. |
|
PVCDeviceMdlSpecAccessBean(java.lang.Integer modelId, java.lang.Integer specId, java.lang.Integer storeentId) Maps to a corresponding ejbCreate method in the home interface of the EJB |
|
PVCDeviceMdlSpecAccessBean(javax.ejb.EJBObject o) constructor |
Method Summary | |
void | commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
protected java.lang.String | defaultJNDIName() |
java.lang.String | getMdlSpcId() This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getMdlSpcIdInEJBType() This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getModelId() This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getModelIdInEJBType() This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getSpecId() This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getSpecIdInEJBType() This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String | getStoreentId() This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
java.lang.Integer | getStoreentIdInEJBType() This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
protected void | instantiateEJB() |
protected boolean | instantiateEJBByPrimaryKey() |
void | refreshCopyHelper() Load data from the EJBObject. |
void | setInitKey_mdlSpcId(java.lang.String newValue) Set the primary key for this object |
void | setMdlSpcId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setMdlSpcId(java.lang.String newValue) This method accesses a non-CMP field |
void | setModelId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setModelId(java.lang.String newValue) This method accesses a non-CMP field |
void | setSpecId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setSpecId(java.lang.String newValue) This method accesses a non-CMP field |
void | setStoreentId(java.lang.Integer newValue) This method accesses a non-CMP field |
void | setStoreentId(java.lang.String newValue) This method accesses a non-CMP field |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public PVCDeviceMdlSpecAccessBean()
public PVCDeviceMdlSpecAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
public PVCDeviceMdlSpecAccessBean(java.lang.Integer modelId, java.lang.Integer specId, java.lang.Integer storeentId) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
Maps to a corresponding ejbCreate method in the home interface of the EJB
Parameters provided are Model Id, Spec. id, Store Entity ID
Method Detail |
public void setInitKey_mdlSpcId(java.lang.String newValue)
Set the primary key for this object
protected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
public java.lang.String getSpecId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the specification.
public java.lang.Integer getSpecIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the specification.
public void setSpecId(java.lang.String newValue)
public void setSpecId(java.lang.Integer newValue)
public java.lang.String getStoreentId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Owner of the definition. A value of -1 means the site default.
public java.lang.Integer getStoreentIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Owner of the definition. A value of -1 means the site default.
public void setStoreentId(java.lang.String newValue)
public void setStoreentId(java.lang.Integer newValue)
public java.lang.String getModelId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the model.
public java.lang.Integer getModelIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number to uniquely identify the model.
public void setModelId(java.lang.String newValue)
public void setModelId(java.lang.Integer newValue)
public java.lang.String getMdlSpcId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number (primary key is required by Enterprise JavaBeans).
public java.lang.Integer getMdlSpcIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
Reference number (primary key is required by Enterprise JavaBeans).
public void setMdlSpcId(java.lang.String newValue)
public void setMdlSpcId(java.lang.Integer newValue)
(C) Copyright IBM Corporation 1996, 2005. All Rights Reserved.