com.ibm.commerce.catalog.objects
Interface ProductSetAccessBeanData

All Known Implementing Classes:
ProductSetAccessBean

public interface ProductSetAccessBeanData

This table holds the definition of a ProductSet. The actual representation of the ProductSet is held in the PRSETCEREL table.


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

getOwnerId

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

setOwnerId

public void setOwnerId(java.lang.String newValue)

getMarkForDelete

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

setMarkForDelete

public void setMarkForDelete(java.lang.String newValue)

getProductSetId

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

setProductSetId

public void setProductSetId(java.lang.String newValue)

getXmlDefinition

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

setXmlDefinition

public void setXmlDefinition(java.lang.String newValue)

getStaticflag

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

setStaticflag

public void setStaticflag(java.lang.String newValue)

getPublishTime

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

setPublishTime

public void setPublishTime(java.lang.String newValue)

getName

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

setName

public void setName(java.lang.String newValue)