com.ibm.commerce.couponpromotion.objects
Interface PromoDescriptionAccessBeanData
- All Known Implementing Classes:
- PromoDescriptionAccessBean
- public interface PromoDescriptionAccessBeanData
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)