com.ibm.commerce.negotiation.objects
Interface AutoBidLogAccessBeanData

All Known Implementing Classes:
AutoBidLogAccessBean

public interface AutoBidLogAccessBeanData

This table tracks changes made to an autobid. An autobid is written to the AUTOBIDLOG table before it is changed in the AUTOBID table.


Method Summary
java.lang.String getActionComment()
java.lang.String getActionTime()
java.lang.String getActionType()
java.lang.String getAdminId()
java.lang.String getAuctionId()
java.lang.String getBankInfo()
java.lang.String getBidComment()
java.lang.String getBidQuantity()
java.lang.String getBillingAddressId()
java.lang.String getCommentFlag()
java.lang.String getCreationTime()
java.lang.String getDeviceExpiration()
java.lang.String getDeviceNumber()
java.lang.String getEncrypted()
java.lang.String getEndTime()
java.lang.String getField1()
java.lang.String getField2()
java.lang.String getField3()
java.lang.String getFirstBidId()
java.lang.String getId()
java.lang.String getInitialBidPrice()
java.lang.String getLastBidId()
java.lang.String getMaxBidLimit()
java.lang.String getOwnerId()
java.lang.String getPayDeviceType()
java.lang.String getReferenceCode()
java.lang.String getScale()
java.lang.String getShippingAddressId()
java.lang.String getShippingMode()
java.lang.String getStartTime()
java.lang.String getStatus()
java.lang.String getStoreId()
java.lang.String getWinOption()
void setActionComment(java.lang.String newValue)
void setActionTime(java.lang.String newValue)
void setActionType(java.lang.String newValue)
void setAdminId(java.lang.String newValue)
void setAuctionId(java.lang.String newValue)
void setBankInfo(java.lang.String newValue)
void setBidComment(java.lang.String newValue)
void setBidQuantity(java.lang.String newValue)
void setBillingAddressId(java.lang.String newValue)
void setCommentFlag(java.lang.String newValue)
void setCreationTime(java.lang.String newValue)
void setDeviceExpiration(java.lang.String newValue)
void setDeviceNumber(java.lang.String newValue)
void setEncrypted(java.lang.String newValue)
void setEndTime(java.lang.String newValue)
void setField1(java.lang.String newValue)
void setField2(java.lang.String newValue)
void setField3(java.lang.String newValue)
void setFirstBidId(java.lang.String newValue)
void setId(java.lang.String newValue)
void setInitialBidPrice(java.lang.String newValue)
void setLastBidId(java.lang.String newValue)
void setMaxBidLimit(java.lang.String newValue)
void setOwnerId(java.lang.String newValue)
void setPayDeviceType(java.lang.String newValue)
void setReferenceCode(java.lang.String newValue)
void setScale(java.lang.String newValue)
void setShippingAddressId(java.lang.String newValue)
void setShippingMode(java.lang.String newValue)
void setStartTime(java.lang.String newValue)
void setStatus(java.lang.String newValue)
void setStoreId(java.lang.String newValue)
void setWinOption(java.lang.String newValue)

Method Detail

getEncrypted

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

setEncrypted

public void setEncrypted(java.lang.String newValue)

getScale

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

setScale

public void setScale(java.lang.String newValue)

getMaxBidLimit

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

setMaxBidLimit

public void setMaxBidLimit(java.lang.String newValue)

getCreationTime

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

setCreationTime

public void setCreationTime(java.lang.String newValue)

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)

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)

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)

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)

getFirstBidId

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

setFirstBidId

public void setFirstBidId(java.lang.String newValue)

getBidQuantity

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

setBidQuantity

public void setBidQuantity(java.lang.String newValue)

getShippingMode

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

setShippingMode

public void setShippingMode(java.lang.String newValue)

getWinOption

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

setWinOption

public void setWinOption(java.lang.String newValue)

getDeviceNumber

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

setDeviceNumber

public void setDeviceNumber(java.lang.String newValue)

getActionComment

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

setActionComment

public void setActionComment(java.lang.String newValue)

getField3

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

setField3

public void setField3(java.lang.String newValue)

getPayDeviceType

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

setPayDeviceType

public void setPayDeviceType(java.lang.String newValue)

getField2

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

setField2

public void setField2(java.lang.String newValue)

getActionType

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

setActionType

public void setActionType(java.lang.String newValue)

getField1

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

setField1

public void setField1(java.lang.String newValue)

getCommentFlag

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

setCommentFlag

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

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)

getBidComment

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

setBidComment

public void setBidComment(java.lang.String newValue)

getBillingAddressId

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

setBillingAddressId

public void setBillingAddressId(java.lang.String newValue)

getStatus

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

setStatus

public void setStatus(java.lang.String newValue)

getActionTime

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

setActionTime

public void setActionTime(java.lang.String newValue)

getBankInfo

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

setBankInfo

public void setBankInfo(java.lang.String newValue)

getInitialBidPrice

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

setInitialBidPrice

public void setInitialBidPrice(java.lang.String newValue)

getDeviceExpiration

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

setDeviceExpiration

public void setDeviceExpiration(java.lang.String newValue)

getReferenceCode

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

setReferenceCode

public void setReferenceCode(java.lang.String newValue)

getId

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

setId

public void setId(java.lang.String newValue)

getLastBidId

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

setLastBidId

public void setLastBidId(java.lang.String newValue)

getShippingAddressId

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

setShippingAddressId

public void setShippingAddressId(java.lang.String newValue)

Feedback