com.ibm.commerce.couponpromotion.objects
Interface PromoDescriptionAccessBeanData

All Known Implementing Classes:
PromoDescriptionAccessBean

public interface PromoDescriptionAccessBeanData

This table contains the language specific description of the promotion.


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

getLongDesc

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

setLongDesc

public void setLongDesc(java.lang.String newValue)

getLanguageId

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

setLanguageId

public void setLanguageId(java.lang.Integer newValue)

getFullImagePath

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

setFullImagePath

public void setFullImagePath(java.lang.String newValue)

getThumbNailPath

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

setThumbNailPath

public void setThumbNailPath(java.lang.String newValue)

getShortDesc

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

setShortDesc

public void setShortDesc(java.lang.String newValue)

getPromoId

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

setPromoId

public void setPromoId(java.lang.Integer newValue)