com.ibm.commerce.negotiation.objects
Interface AuctionStoreRelationAccessBeanData

All Known Implementing Classes:
AuctionStoreRelationAccessBean

public interface AuctionStoreRelationAccessBeanData


Method Summary
 java.lang.String getAuctionId()
           
 java.lang.String getItemPage()
           
 java.lang.String getStoreId()
           
 void setAuctionId(java.lang.String newValue)
           
 void setItemPage(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 

Method Detail

getAuctionId

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

getItemPage

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

getStoreId

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

setAuctionId

public void setAuctionId(java.lang.String newValue)

setItemPage

public void setItemPage(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)