com.ibm.commerce.couponwallet.objects
Interface CouponWalletAccessBeanData

All Known Implementing Classes:
CouponWalletAccessBean

public interface CouponWalletAccessBeanData


Method Summary
 java.lang.String getAcceptFromType()
           
 java.lang.Long getBcId()
           
 java.lang.String getField1()
           
 java.lang.Integer getNumUse()
           
 java.lang.Integer getPromoId()
           
 java.lang.Long getShopperId()
           
 java.lang.String getState()
           
 java.sql.Timestamp getTimeAccept()
           
 void setAcceptFromType(java.lang.String newValue)
           
 void setBcId(java.lang.Long newValue)
           
 void setField1(java.lang.String newValue)
           
 void setNumUse(java.lang.Integer newValue)
           
 void setPromoId(java.lang.Integer newValue)
           
 void setShopperId(java.lang.Long newValue)
           
 void setState(java.lang.String newValue)
           
 void setTimeAccept(java.sql.Timestamp newValue)
           
 

Method Detail

getAcceptFromType

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

getBcId

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

getField1

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

getNumUse

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

getPromoId

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

getShopperId

public java.lang.Long getShopperId()
                            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

getTimeAccept

public java.sql.Timestamp getTimeAccept()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

setAcceptFromType

public void setAcceptFromType(java.lang.String newValue)

setBcId

public void setBcId(java.lang.Long newValue)

setField1

public void setField1(java.lang.String newValue)

setNumUse

public void setNumUse(java.lang.Integer newValue)

setPromoId

public void setPromoId(java.lang.Integer newValue)

setShopperId

public void setShopperId(java.lang.Long newValue)

setState

public void setState(java.lang.String newValue)

setTimeAccept

public void setTimeAccept(java.sql.Timestamp newValue)