com.ibm.commerce.negotiation.objects
Interface BidPaymentAccessBeanData

All Known Implementing Classes:
BidPaymentAccessBean

public interface BidPaymentAccessBeanData


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

getBankInfo

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

getBidId

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

getComment

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

getDeviceExpiration

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

getDeviceNumber

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

getEncrypted

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

getId

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

getPayDeviceType

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

getPaymentAmount

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

getPaymentType

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

getPayTime

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

setBankInfo

public void setBankInfo(java.lang.String newValue)

setBidId

public void setBidId(java.lang.String newValue)

setComment

public void setComment(java.lang.String newValue)

setDeviceExpiration

public void setDeviceExpiration(java.lang.String newValue)

setDeviceNumber

public void setDeviceNumber(java.lang.String newValue)

setEncrypted

public void setEncrypted(java.lang.String newValue)

setId

public void setId(java.lang.String newValue)

setPayDeviceType

public void setPayDeviceType(java.lang.String newValue)

setPaymentAmount

public void setPaymentAmount(java.lang.String newValue)

setPaymentType

public void setPaymentType(java.lang.String newValue)

setPayTime

public void setPayTime(java.lang.String newValue)