com.ibm.commerce.payment.objects
Interface AccountAccessBeanData

All Known Implementing Classes:
AccountAccessBean

public interface AccountAccessBeanData


Method Summary
 java.lang.String getAccountId()
           
 java.lang.String getComments()
           
 java.lang.String getCurrency()
           
 java.lang.String getDefaultContract()
           
 java.lang.String getMarkForDelete()
           
 java.lang.String getMemberId()
           
 java.lang.String getName()
           
 java.lang.String getState()
           
 java.lang.String getStoreId()
           
 java.lang.String getTimeActivated()
           
 java.lang.String getTimeApproved()
           
 java.lang.String getTimeCreated()
           
 java.lang.String getTimeUpdated()
           
 void setAccountId(java.lang.String newValue)
           
 void setComments(java.lang.String newValue)
           
 void setCurrency(java.lang.String newValue)
           
 void setDefaultContract(java.lang.String newValue)
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setMemberId(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setState(java.lang.String newValue)
           
 void setStoreId(java.lang.String newValue)
           
 void setTimeActivated(java.lang.String newValue)
           
 void setTimeApproved(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

getComments

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

getDefaultContract

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

getMarkForDelete

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

getMemberId

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

getName

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

getStoreId

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

getTimeActivated

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

getTimeApproved

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

setComments

public void setComments(java.lang.String newValue)

setCurrency

public void setCurrency(java.lang.String newValue)

setDefaultContract

public void setDefaultContract(java.lang.String newValue)

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setMemberId

public void setMemberId(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setState

public void setState(java.lang.String newValue)

setStoreId

public void setStoreId(java.lang.String newValue)

setTimeActivated

public void setTimeActivated(java.lang.String newValue)

setTimeApproved

public void setTimeApproved(java.lang.String newValue)

setTimeCreated

public void setTimeCreated(java.lang.String newValue)

setTimeUpdated

public void setTimeUpdated(java.lang.String newValue)