com.ibm.commerce.order.objects
Interface OrderPaymentInfoAccessBeanData

All Known Implementing Classes:
OrderPaymentInfoAccessBean

public interface OrderPaymentInfoAccessBeanData

Each row in this table holds a name-value pair representing payment information for a particular Order. Values added to this table are encrypted when the &quo


Method Summary
java.lang.String getOrderId()
java.lang.String getOrderPaymentInfoId()
java.lang.String getPaymentPairName()
java.lang.String getPaymentPairValue()
void setOrderId(java.lang.String newValue)
void setPaymentPairName(java.lang.String newValue)

Method Detail

getOrderPaymentInfoId

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

getPaymentPairValue

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

getOrderId

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

setOrderId

public void setOrderId(java.lang.String newValue)

getPaymentPairName

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

setPaymentPairName

public void setPaymentPairName(java.lang.String newValue)

Feedback