com.ibm.commerce.catalog.objects
Interface ProductSetAccessBeanData

All Known Implementing Classes:
ProductSetAccessBean

public interface ProductSetAccessBeanData


Method Summary
 java.lang.String getMarkForDelete()
           
 java.lang.String getName()
           
 java.lang.String getOwnerId()
           
 java.lang.String getProductSetId()
           
 java.lang.String getPublishTime()
           
 java.lang.String getStaticflag()
           
 java.lang.String getXmlDefinition()
           
 void setMarkForDelete(java.lang.String newValue)
           
 void setName(java.lang.String newValue)
           
 void setOwnerId(java.lang.String newValue)
           
 void setProductSetId(java.lang.String newValue)
           
 void setPublishTime(java.lang.String newValue)
           
 void setStaticflag(java.lang.String newValue)
           
 void setXmlDefinition(java.lang.String newValue)
           
 

Method Detail

getMarkForDelete

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

getOwnerId

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

getPublishTime

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

getStaticflag

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

getXmlDefinition

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

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

setName

public void setName(java.lang.String newValue)

setOwnerId

public void setOwnerId(java.lang.String newValue)

setProductSetId

public void setProductSetId(java.lang.String newValue)

setPublishTime

public void setPublishTime(java.lang.String newValue)

setStaticflag

public void setStaticflag(java.lang.String newValue)

setXmlDefinition

public void setXmlDefinition(java.lang.String newValue)