com.ibm.commerce.me.objects
Interface BuyerSupplierMappingAccessBeanData

All Known Implementing Classes:
BuyerSupplierMappingAccessBean

public interface BuyerSupplierMappingAccessBeanData


Method Summary
 java.lang.String getBuyerOrganizationId()
           
 java.lang.String getCatalogId()
           
 java.lang.String getContractId()
           
 java.lang.String getField1()
           
 java.lang.String getField2()
           
 java.lang.String getField3()
           
 java.lang.String getMemberGroupId()
           
 java.lang.String getProtocolId()
           
 java.lang.String getSupplierOrganizationId()
           
 void setBuyerOrganizationId(java.lang.String newValue)
           
 void setCatalogId(java.lang.String newValue)
           
 void setContractId(java.lang.String newValue)
           
 void setField1(java.lang.String newValue)
           
 void setField2(java.lang.String newValue)
           
 void setField3(java.lang.String newValue)
           
 void setMemberGroupId(java.lang.String newValue)
           
 void setProtocolId(java.lang.String newValue)
           
 void setSupplierOrganizationId(java.lang.String newValue)
           
 

Method Detail

getBuyerOrganizationId

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

getCatalogId

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

getContractId

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

getMemberGroupId

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

getProtocolId

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

getSupplierOrganizationId

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

setBuyerOrganizationId

public void setBuyerOrganizationId(java.lang.String newValue)

setCatalogId

public void setCatalogId(java.lang.String newValue)

setContractId

public void setContractId(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)

setMemberGroupId

public void setMemberGroupId(java.lang.String newValue)

setProtocolId

public void setProtocolId(java.lang.String newValue)

setSupplierOrganizationId

public void setSupplierOrganizationId(java.lang.String newValue)