com.ibm.commerce.negotiation.objects
Interface AuctionStyleAccessBeanData

All Known Implementing Classes:
AuctionStyleAccessBean

public interface AuctionStyleAccessBeanData

This table stores information about available auction styles.


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

getQuantity

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

setQuantity

public void setQuantity(java.lang.String newValue)

getStartTime

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

setStartTime

public void setStartTime(java.lang.String newValue)

getOpenPrice

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

setOpenPrice

public void setOpenPrice(java.lang.String newValue)

getReservePrice

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

setReservePrice

public void setReservePrice(java.lang.String newValue)

getEndDays

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

setEndDays

public void setEndDays(java.lang.String newValue)

getOwnerId

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

setOwnerId

public void setOwnerId(java.lang.String newValue)

getDurationDays

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

setDurationDays

public void setDurationDays(java.lang.String newValue)

getAdminId

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

setAdminId

public void setAdminId(java.lang.String newValue)

getAuctionType

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

setAuctionType

public void setAuctionType(java.lang.String newValue)

getCurrency

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

setCurrency

public void setCurrency(java.lang.String newValue)

getCloseType

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

setCloseType

public void setCloseType(java.lang.String newValue)

getEndTime

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

setEndTime

public void setEndTime(java.lang.String newValue)

getDeposit

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

setDeposit

public void setDeposit(java.lang.String newValue)

getDuration

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

setDuration

public void setDuration(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)

getStartDays

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

setStartDays

public void setStartDays(java.lang.String newValue)

getName

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

setName

public void setName(java.lang.String newValue)

getRulePage

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

setRulePage

public void setRulePage(java.lang.String newValue)

getBidRuleId

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

setBidRuleId

public void setBidRuleId(java.lang.String newValue)

getClosePriceRule

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

setClosePriceRule

public void setClosePriceRule(java.lang.String newValue)

Feedback