com.ibm.commerce.catalog.objects
Interface CatalogEntryRelationAccessBeanData

All Known Implementing Classes:
CatalogEntryRelationAccessBean

public interface CatalogEntryRelationAccessBeanData


Method Summary
 java.lang.String getCatalogEntryIdChild()
           
 java.lang.String getCatalogEntryIdParent()
           
 java.lang.String getCatalogRelationTypeId()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getField3()
           
 java.lang.String getGroupName()
           
 java.lang.String getOID()
           
 java.lang.String getQuantity()
           
 java.lang.String getSequence()
           
 void setCatalogEntryIdChild(java.lang.String newValue)
           
 void setCatalogEntryIdParent(java.lang.String newValue)
           
 void setCatalogRelationTypeId(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setField3(java.lang.String newValue)
           
 void setGroupName(java.lang.String newValue)
           
 void setOID(java.lang.String newValue)
           
 void setQuantity(java.lang.String newValue)
           
 void setSequence(java.lang.String newValue)
           
 

Method Detail

getCatalogEntryIdChild

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

getCatalogEntryIdParent

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

getCatalogRelationTypeId

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

getField3

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

getGroupName

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

getQuantity

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

getSequence

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

setCatalogEntryIdChild

public void setCatalogEntryIdChild(java.lang.String newValue)

setCatalogEntryIdParent

public void setCatalogEntryIdParent(java.lang.String newValue)

setCatalogRelationTypeId

public void setCatalogRelationTypeId(java.lang.String newValue)

setField1

public void setField1(java.lang.String newValue)

setField2

public void setField2(java.lang.String newValue)

setField3

public void setField3(java.lang.String newValue)

setGroupName

public void setGroupName(java.lang.String newValue)

setOID

public void setOID(java.lang.String newValue)

setQuantity

public void setQuantity(java.lang.String newValue)

setSequence

public void setSequence(java.lang.String newValue)