com.ibm.commerce.inventory.objects
Interface VersionSpecificationAccessBeanData

All Known Implementing Classes:
VersionSpecificationAccessBean

public interface VersionSpecificationAccessBeanData

Each row defines the relationship between a product version and a specified item.


Method Summary
 java.lang.String getItemSpcId()
           
 java.lang.String getItemVersnId()
           
 java.lang.String getLastupdate()
           
 java.lang.String getVersionSpcId()
           
 void setItemSpcId(java.lang.String newValue)
           
 void setItemVersnId(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setVersionSpcId(java.lang.String newValue)            
 

Method Detail

getVersionSpcId

public java.lang.String getVersionSpcId()
                                 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

setVersionSpcId

public void setVersionSpcId(java.lang.String newValue)

getLastupdate

public java.lang.String getLastupdate()
                               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

setLastupdate

public void setLastupdate(java.lang.String newValue)

getItemVersnId

public java.lang.String getItemVersnId()
                                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

setItemVersnId

public void setItemVersnId(java.lang.String newValue)

getItemSpcId

public java.lang.String getItemSpcId()
                              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

setItemSpcId

public void setItemSpcId(java.lang.String newValue)