com.ibm.commerce.inventory.objects
Interface ItemSpecificationAccessBeanData

All Known Implementing Classes:
ItemSpecificationAccessBean

public interface ItemSpecificationAccessBeanData


Method Summary
 java.lang.String getBaseItemId()
           
 java.lang.String getDiscontinued()
           
 java.lang.String getItemspcId()
           
 java.lang.String getLastupdate()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getMemberId()
           
 java.lang.String getPartNumber()
           
 void setBaseItemId(java.lang.String newValue)
           
 void setDiscontinued(java.lang.String newValue)
           
 void setItemspcId(java.lang.String newValue)
           
 void setLastupdate(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setPartNumber(java.lang.String newValue)
           
 

Method Detail

getBaseItemId

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

getDiscontinued

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

getItemspcId

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

getMarkForDelete

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

getMemberId

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

getPartNumber

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

setBaseItemId

public void setBaseItemId(java.lang.String newValue)

setDiscontinued

public void setDiscontinued(java.lang.String newValue)

setItemspcId

public void setItemspcId(java.lang.String newValue)

setLastupdate

public void setLastupdate(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setPartNumber

public void setPartNumber(java.lang.String newValue)