com.ibm.commerce.catalog.objects
Interface CatalogDescriptionAccessBeanData

All Known Implementing Classes:
CatalogDescriptionAccessBean

public interface CatalogDescriptionAccessBeanData


Method Summary
 java.lang.String getFullIImage()
           
 java.lang.String getLongDescription()
           
 java.lang.String getName()
           
 java.lang.String getShortDescription()
           
 java.lang.String getThumbNail()
           
 void setFullIImage(java.lang.String newValue)
           
 void setLongDescription(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setShortDescription(java.lang.String newValue)
           
 void setThumbNail(java.lang.String newValue)
           
 

Method Detail

getFullIImage

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

getLongDescription

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

getName

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

getShortDescription

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

getThumbNail

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

setFullIImage

public void setFullIImage(java.lang.String newValue)

setLongDescription

public void setLongDescription(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setShortDescription

public void setShortDescription(java.lang.String newValue)

setThumbNail

public void setThumbNail(java.lang.String newValue)