com.ibm.commerce.couponwallet.objects
Interface CouponWalletAccessBeanData

All Known Implementing Classes:
CouponWalletAccessBean

public interface CouponWalletAccessBeanData

This table contains the coupons that the user has accepted. CouponWalletAccessBeanData


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

Method Detail

getAcceptFromType

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

setAcceptFromType

public void setAcceptFromType(java.lang.String newValue)
setAcceptFromType

getBcId

public java.lang.Long getBcId()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
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
getField1
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setField1

public void setField1(java.lang.String newValue)
setField1

getNumUse

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

setNumUse

public void setNumUse(java.lang.Integer newValue)
setNumUse

getPromoId

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

setPromoId

public void setPromoId(java.lang.Integer newValue)
setPromoId

getShopperId

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

setShopperId

public void setShopperId(java.lang.Long newValue)
setShopperId

getState

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

setState

public void setState(java.lang.String newValue)
setState

getTimeAccept

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

setTimeAccept

public void setTimeAccept(java.sql.Timestamp newValue)
setTimeAccept

Feedback