com.ibm.commerce.inventory.objects
Interface VersionSpecificationAccessBeanData

All Known Implementing Classes:
VersionSpecificationAccessBean

public interface VersionSpecificationAccessBeanData


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

getItemSpcId

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

getItemVersnId

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

getLastupdate

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

getVersionSpcId

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

setItemSpcId

public void setItemSpcId(java.lang.String newValue)

setItemVersnId

public void setItemVersnId(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)

setVersionSpcId

public void setVersionSpcId(java.lang.String newValue)