com.ibm.commerce.negotiation.objects
Interface AuctionStyleAccessBeanData

All Known Implementing Classes:
AuctionStyleAccessBean

public interface AuctionStyleAccessBeanData


Method Summary
 java.lang.String getAdminId()
           
 java.lang.String getAuctionType()
           
 java.lang.String getBidRuleId()
           
 java.lang.String getClosePriceRule()
           
 java.lang.String getCloseType()
           
 java.lang.String getCurrency()
           
 java.lang.String getDeposit()
           
 java.lang.String getDuration()
           
 java.lang.String getDurationDays()
           
 java.lang.String getEndDays()
           
 java.lang.String getEndTime()
           
 java.lang.String getItemPage()
           
 java.lang.String getName()
           
 java.lang.String getOpenPrice()
           
 java.lang.String getOwnerId()
           
 java.lang.String getQuantity()
           
 java.lang.String getReservePrice()
           
 java.lang.String getRulePage()
           
 java.lang.String getStartDays()
           
 java.lang.String getStartTime()
           
 void setAdminId(java.lang.String newValue)
           
 void setAuctionType(java.lang.String newValue)
           
 void setBidRuleId(java.lang.String newValue)
           
 void setClosePriceRule(java.lang.String newValue)
           
 void setCloseType(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setDeposit(java.lang.String newValue)
           
 void setDuration(java.lang.String newValue)
           
 void setDurationDays(java.lang.String newValue)
           
 void setEndDays(java.lang.String newValue)
           
 void setEndTime(java.lang.String newValue)
           
 void setItemPage(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setOpenPrice(java.lang.String newValue)
           
 void setOwnerId(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setReservePrice(java.lang.String newValue)
           
 void setRulePage(java.lang.String newValue)
           
 void setStartDays(java.lang.String newValue)
           
 void setStartTime(java.lang.String newValue)
           
 

Method Detail

getAdminId

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

getAuctionType

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

getBidRuleId

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

getClosePriceRule

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

getCloseType

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

getCurrency

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

getDeposit

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

getDuration

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

getDurationDays

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

getEndDays

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

getEndTime

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

getName

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

getOpenPrice

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

getOwnerId

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

getReservePrice

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

getRulePage

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

getStartDays

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

getStartTime

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

setAdminId

public void setAdminId(java.lang.String newValue)

setAuctionType

public void setAuctionType(java.lang.String newValue)

setBidRuleId

public void setBidRuleId(java.lang.String newValue)

setClosePriceRule

public void setClosePriceRule(java.lang.String newValue)

setCloseType

public void setCloseType(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setDeposit

public void setDeposit(java.lang.String newValue)

setDuration

public void setDuration(java.lang.String newValue)

setDurationDays

public void setDurationDays(java.lang.String newValue)

setEndDays

public void setEndDays(java.lang.String newValue)

setEndTime

public void setEndTime(java.lang.String newValue)

setItemPage

public void setItemPage(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setOpenPrice

public void setOpenPrice(java.lang.String newValue)

setOwnerId

public void setOwnerId(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setReservePrice

public void setReservePrice(java.lang.String newValue)

setRulePage

public void setRulePage(java.lang.String newValue)

setStartDays

public void setStartDays(java.lang.String newValue)

setStartTime

public void setStartTime(java.lang.String newValue)