com.ibm.commerce.catalog.objects
Interface CatalogGroupDescriptionAccessBeanData

All Known Implementing Classes:
CatalogGroupDescriptionAccessBean

public interface CatalogGroupDescriptionAccessBeanData


Method Summary
 java.lang.String getDisplay()
           
 java.lang.String getFullIImage()
           
 java.lang.String getKeyWord()
           
 java.lang.String getLongDescription()
           
 java.lang.String getMemberGroupId()
           
 java.lang.String getName()
           
 java.lang.String getPublished()
           
 java.lang.String getShortDescription()
           
 java.lang.String getThumbNail()
           
 void setDisplay(java.lang.String newValue)
           
 void setFullIImage(java.lang.String newValue)
           
 void setKeyWord(java.lang.String newValue)
           
 void setLongDescription(java.lang.String newValue)
           
 void setMemberGroupId(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setPublished(java.lang.String newValue)
           
 void setShortDescription(java.lang.String newValue)
           
 void setThumbNail(java.lang.String newValue)
           
 

Method Detail

getDisplay

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

getFullIImage

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

getKeyWord

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

getMemberGroupId

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

getPublished

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

setDisplay

public void setDisplay(java.lang.String newValue)

setFullIImage

public void setFullIImage(java.lang.String newValue)

setKeyWord

public void setKeyWord(java.lang.String newValue)

setLongDescription

public void setLongDescription(java.lang.String newValue)

setMemberGroupId

public void setMemberGroupId(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setPublished

public void setPublished(java.lang.String newValue)

setShortDescription

public void setShortDescription(java.lang.String newValue)

setThumbNail

public void setThumbNail(java.lang.String newValue)