com.ibm.commerce.payment.objects
Interface CreditLineAccessBeanData

All Known Implementing Classes:
CreditLineAccessBean

public interface CreditLineAccessBeanData


Method Summary
 java.lang.String getAccountId()
           
 java.lang.String getCreditLimit()
           
 java.lang.String getCreditLineId()
           
 java.lang.String getCurrency()
           
 java.lang.String getDecimalField1()
           
 java.lang.String getDecimalField2()
           
 java.lang.String getState()
           
 java.lang.String getTimeCreated()
           
 java.lang.String getTimeUpdated()
           
 void setAccountId(java.lang.String newValue)
           
 void setCreditLimit(java.lang.String newValue)
           
 void setCreditLineId(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setDecimalField1(java.lang.String newValue)
           
 void setDecimalField2(java.lang.String newValue)
           
 void setState(java.lang.String newValue)
           
 void setTimeCreated(java.lang.String newValue)
           
 void setTimeUpdated(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

getCreditLimit

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

getDecimalField1

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

getDecimalField2

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

getState

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

getTimeCreated

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

getTimeUpdated

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

setAccountId

public void setAccountId(java.lang.String newValue)

setCreditLimit

public void setCreditLimit(java.lang.String newValue)

setCreditLineId

public void setCreditLineId(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setDecimalField1

public void setDecimalField1(java.lang.String newValue)

setDecimalField2

public void setDecimalField2(java.lang.String newValue)

setState

public void setState(java.lang.String newValue)

setTimeCreated

public void setTimeCreated(java.lang.String newValue)

setTimeUpdated

public void setTimeUpdated(java.lang.String newValue)