com.ibm.commerce.negotiation.objects
Interface AuctionStoreRelationAccessBeanData

All Known Implementing Classes:
AuctionStoreRelationAccessBean

public interface AuctionStoreRelationAccessBeanData

This table shows the relationship between an auction and a store.


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
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setAuctionId

public void setAuctionId(java.lang.String newValue)

getStoreId

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

setStoreId

public void setStoreId(java.lang.String newValue)

getItemPage

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

setItemPage

public void setItemPage(java.lang.String newValue)

Feedback