java.lang.Object | +--com.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.
Constructor Summary | |
---|---|
PVCDeviceMdlSpecAccessBean() constructor | |
PVCDeviceMdlSpecAccessBean(java.lang.Integer arg0,
java.lang.Integer arg1, java.lang.Integer arg2) constructor | |
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 provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL. |
void |
setMdlSpcId(java.lang.String newValue) This method provides access to the PVCMDLSPEC.MDLSPC_ID column of DB2 type INTEGER NOT NULL. |
void |
setModelId(java.lang.Integer newValue) This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL. |
void |
setModelId(java.lang.String newValue) This method provides access to the PVCMDLSPEC.MODEL_ID column of DB2 type INTEGER NOT NULL. |
void |
setSpecId(java.lang.Integer newValue) This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
void |
setSpecId(java.lang.String newValue) This method provides access to the PVCMDLSPEC.SPEC_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.Integer newValue) This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
void |
setStoreentId(java.lang.String newValue) This method provides access to the PVCMDLSPEC.STOREENT_ID column of DB2 type INTEGER NOT NULL. |
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
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public PVCDeviceMdlSpecAccessBean(java.lang.Integer arg0, java.lang.Integer arg1, java.lang.Integer arg2) throws javax.naming.NamingException, javax.ejb.CreateException, java.rmi.RemoteException, javax.ejb.FinderException
arg0
- java.lang.Integerarg1
- java.lang.Integerarg2
- java.lang.Integerjavax.naming.NamingException
javax.ejb.CreateException
java.rmi.RemoteException
javax.ejb.FinderException
Method Detail |
---|
public void setInitKey_mdlSpcId(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
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).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
getSpecId
in interface
PVCDeviceMdlSpecAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setSpecId(java.lang.String newValue)
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.
setSpecId
in interface
PVCDeviceMdlSpecAccessBeanData
newValue
- Stringpublic void setSpecId(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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.
getStoreentId
in interface
PVCDeviceMdlSpecAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setStoreentId(java.lang.String newValue)
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.
setStoreentId
in interface
PVCDeviceMdlSpecAccessBeanData
newValue
- Stringpublic void setStoreentId(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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.
getModelId
in interface
PVCDeviceMdlSpecAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setModelId(java.lang.String newValue)
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.
setModelId
in interface
PVCDeviceMdlSpecAccessBeanData
newValue
- Stringpublic void setModelId(java.lang.Integer newValue)
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.
newValue
- java.lang.Integerpublic 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).
getMdlSpcId
in interface
PVCDeviceMdlSpecAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
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).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMdlSpcId(java.lang.String newValue)
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).
setMdlSpcId
in interface
PVCDeviceMdlSpecAccessBeanData
newValue
- Stringpublic void setMdlSpcId(java.lang.Integer newValue)
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).
newValue
- java.lang.Integer