com.ibm.commerce.catalog.objects
Interface ProductPageRelationAccessBeanData

All Known Implementing Classes:
ProductPageRelationAccessBean

public interface ProductPageRelationAccessBeanData


Method Summary
 java.lang.String getAutionState()
           
 java.lang.String getCatalogEntryType()
           
 java.lang.String getDescription()
           
 java.lang.String getDevicetype_id()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getLanguageId()
           
 java.lang.String getMemberGroupID()
           
 java.lang.String getOid()
           
 java.lang.String getProductReferenceNumber()
           
 java.lang.String getRank()
           
 java.lang.String getStoreEntryID()
           
 java.lang.String getTemplateName()
           
 void setAutionState(java.lang.String newValue)
           
 void setCatalogEntryType(java.lang.String newValue)
           
 void setDescription(java.lang.String newValue)
           
 void setDevicetype_id(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setLanguageId(java.lang.String newValue)
           
 void setMemberGroupID(java.lang.String newValue)
           
 void setOid(java.lang.String newValue)
           
 void setProductReferenceNumber(java.lang.String newValue)
           
 void setRank(java.lang.String newValue)
           
 void setStoreEntryID(java.lang.String newValue)
           
 void setTemplateName(java.lang.String newValue)
           
 

Method Detail

getAutionState

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

getCatalogEntryType

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

getDescription

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

getDevicetype_id

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

getField1

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

getField2

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

getLanguageId

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

getOid

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

getProductReferenceNumber

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

getRank

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

getStoreEntryID

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

getTemplateName

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

setAutionState

public void setAutionState(java.lang.String newValue)

setCatalogEntryType

public void setCatalogEntryType(java.lang.String newValue)

setDescription

public void setDescription(java.lang.String newValue)

setDevicetype_id

public void setDevicetype_id(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setLanguageId

public void setLanguageId(java.lang.String newValue)

setMemberGroupID

public void setMemberGroupID(java.lang.String newValue)

setOid

public void setOid(java.lang.String newValue)

setProductReferenceNumber

public void setProductReferenceNumber(java.lang.String newValue)

setRank

public void setRank(java.lang.String newValue)

setStoreEntryID

public void setStoreEntryID(java.lang.String newValue)

setTemplateName

public void setTemplateName(java.lang.String newValue)