com.ibm.commerce.catalog.objects
Interface ProductSetDescriptionAccessBeanData

All Known Implementing Classes:
ProductSetDescriptionAccessBean

public interface ProductSetDescriptionAccessBeanData


Method Summary
 java.lang.String getDescription()
           
 java.lang.String getLanguage_id()
           
 java.lang.String getProductSetId()
           
 void setDescription(java.lang.String newValue)
           
 void setLanguage_id(java.lang.String newValue)
           
 void setProductSetId(java.lang.String newValue)
           
 

Method Detail

getDescription

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

getLanguage_id

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

getProductSetId

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

setDescription

public void setDescription(java.lang.String newValue)

setLanguage_id

public void setLanguage_id(java.lang.String newValue)

setProductSetId

public void setProductSetId(java.lang.String newValue)