com.ibm.commerce.payment.objects
Interface PaymentSummaryAccessBeanData

All Known Implementing Classes:
PaymentSummaryAccessBean

public interface PaymentSummaryAccessBeanData


Method Summary
 java.lang.String getAccountId()
           
 java.lang.String getCreditLineId()
           
 java.lang.String getCurrency()
           
 java.lang.String getPaymentSummaryId()
           
 java.lang.String getPaymentSummaryXML()
           
 java.lang.String getPeriodEndTime()
           
 java.lang.String getPeriodStartTime()
           
 java.lang.String getPolicyId()
           
 java.lang.String getStatus()
           
 java.lang.String getStoreEntityId()
           
 java.lang.String getTotalCharge()
           
 void setAccountId(java.lang.String newValue)
           
 void setCreditLineId(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setPaymentSummaryId(java.lang.String newValue)
           
 void setPaymentSummaryXML(java.lang.String newValue)
           
 void setPeriodEndTime(java.lang.String newValue)
           
 void setPeriodStartTime(java.lang.String newValue)
           
 void setPolicyId(java.lang.String newValue)
           
 void setStatus(java.lang.String newValue)
           
 void setStoreEntityId(java.lang.String newValue)
           
 void setTotalCharge(java.lang.String newValue)
           
 

Method Detail

getAccountId

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

getCreditLineId

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

getCurrency

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

getPaymentSummaryId

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

getPaymentSummaryXML

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

getPeriodEndTime

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

getPeriodStartTime

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

getPolicyId

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

getStatus

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

getStoreEntityId

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

getTotalCharge

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

setAccountId

public void setAccountId(java.lang.String newValue)

setCreditLineId

public void setCreditLineId(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setPaymentSummaryId

public void setPaymentSummaryId(java.lang.String newValue)

setPaymentSummaryXML

public void setPaymentSummaryXML(java.lang.String newValue)

setPeriodEndTime

public void setPeriodEndTime(java.lang.String newValue)

setPeriodStartTime

public void setPeriodStartTime(java.lang.String newValue)

setPolicyId

public void setPolicyId(java.lang.String newValue)

setStatus

public void setStatus(java.lang.String newValue)

setStoreEntityId

public void setStoreEntityId(java.lang.String newValue)

setTotalCharge

public void setTotalCharge(java.lang.String newValue)