com.ibm.commerce.negotiation.objects
Interface BidPaymentAccessBeanData

All Known Implementing Classes:
BidPaymentAccessBean

public interface BidPaymentAccessBeanData

This table stores information about bid payments, including information on deposits.


Method Summary
java.lang.String getBankInfo()
java.lang.String getBidId()
java.lang.String getComment()
java.lang.String getDeviceExpiration()
java.lang.String getDeviceNumber()
java.lang.String getEncrypted()
java.lang.String getId()
java.lang.String getPayDeviceType()
java.lang.String getPaymentAmount()
java.lang.String getPaymentType()
java.lang.String getPayTime()
void setBankInfo(java.lang.String newValue)
void setBidId(java.lang.String newValue)
void setComment(java.lang.String newValue)
void setDeviceExpiration(java.lang.String newValue)
void setDeviceNumber(java.lang.String newValue)
void setEncrypted(java.lang.String newValue)
void setId(java.lang.String newValue)
void setPayDeviceType(java.lang.String newValue)
void setPaymentAmount(java.lang.String newValue)
void setPaymentType(java.lang.String newValue)
void setPayTime(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)

getPaymentAmount

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

setPaymentAmount

public void setPaymentAmount(java.lang.String newValue)

getPayTime

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

setPayTime

public void setPayTime(java.lang.String newValue)

getComment

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

setComment

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

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)

getBidId

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

setBidId

public void setBidId(java.lang.String newValue)

getPaymentType

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

setPaymentType

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

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)

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)

Feedback