com.ibm.commerce.couponpromotion.objects
Interface PromoDescriptionAccessBeanData

All Known Implementing Classes:
PromoDescriptionAccessBean

public interface PromoDescriptionAccessBeanData


Method Summary
 java.lang.String getFullImagePath()
           
 java.lang.Integer getLanguageId()
           
 java.lang.String getLongDesc()
           
 java.lang.Integer getPromoId()
           
 java.lang.String getShortDesc()
           
 java.lang.String getThumbNailPath()
           
 void setFullImagePath(java.lang.String newValue)
           
 void setLanguageId(java.lang.Integer newValue)
           
 void setLongDesc(java.lang.String newValue)
           
 void setPromoId(java.lang.Integer newValue)
           
 void setShortDesc(java.lang.String newValue)
           
 void setThumbNailPath(java.lang.String newValue)
           
 

Method Detail

getFullImagePath

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

getLanguageId

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

getLongDesc

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

getShortDesc

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

getThumbNailPath

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

setFullImagePath

public void setFullImagePath(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.Integer newValue)

setLongDesc

public void setLongDesc(java.lang.String newValue)

setPromoId

public void setPromoId(java.lang.Integer newValue)

setShortDesc

public void setShortDesc(java.lang.String newValue)

setThumbNailPath

public void setThumbNailPath(java.lang.String newValue)