com.ibm.commerce.catalog.objects
Interface InterestItemAccessBeanData

All Known Implementing Classes:
InterestItemAccessBean

public interface InterestItemAccessBeanData


Method Summary
 java.lang.String getCatalogEntryReferenceNumber()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getField3()
           
 java.lang.String getInterestListNumber()
           
 java.lang.String getLastUpdate()
           
 java.lang.String getQuantity()
           
 java.lang.String getSequence()
           
 java.lang.String getStoreEntryID()
           
 java.lang.String getUserReferenceNumber()
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setField3(java.lang.String newValue)
           
 void setInterestListNumber(java.lang.String newValue)
           
 void setLastUpdate(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setSequence(java.lang.String newValue)
           
 void setStoreEntryID(java.lang.String newValue)
           
 void setUserReferenceNumber(java.lang.String newValue)
           
 

Method Detail

getCatalogEntryReferenceNumber

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

getField1

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

getField2

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

getField3

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

getInterestListNumber

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

getQuantity

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

getSequence

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

getStoreEntryID

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

getUserReferenceNumber

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

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setField3

public void setField3(java.lang.String newValue)

setInterestListNumber

public void setInterestListNumber(java.lang.String newValue)

setLastUpdate

public void setLastUpdate(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setSequence

public void setSequence(java.lang.String newValue)

setStoreEntryID

public void setStoreEntryID(java.lang.String newValue)

setUserReferenceNumber

public void setUserReferenceNumber(java.lang.String newValue)