com.ibm.commerce.pvcdevices.objects
Interface PVCDeviceMdlSpecAccessBeanData

All Known Implementing Classes:
PVCDeviceMdlSpecAccessBean

public interface PVCDeviceMdlSpecAccessBeanData

The table contains different model specification mapping for each store. PVCMDLSPEC represents relationship among records in the PVCDEVMDL and the PVCDEVSPEC database tables.


Method Summary
 java.lang.String getMdlSpcId()
           
 java.lang.String getModelId()
           
 java.lang.String getSpecId()
           
 java.lang.String getStoreentId()
           
 void setMdlSpcId(java.lang.String newValue)
           
 void setModelId(java.lang.String newValue)
           
 void setSpecId(java.lang.String newValue)
           
 void setStoreentId(java.lang.String newValue)            
 

Method Detail

getSpecId

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

setSpecId

public void setSpecId(java.lang.String newValue)

getStoreentId

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

setStoreentId

public void setStoreentId(java.lang.String newValue)

getModelId

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

setModelId

public void setModelId(java.lang.String newValue)

getMdlSpcId

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

setMdlSpcId

public void setMdlSpcId(java.lang.String newValue)