com.ibm.commerce.me.objects
Class BuyerSupplierMappingAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.me.objects.BuyerSupplierMappingAccessBean
All Implemented Interfaces:
BuyerSupplierMappingAccessBeanData, java.io.Serializable

public class BuyerSupplierMappingAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements BuyerSupplierMappingAccessBeanData

This bean provides access to the BUYSUPMAP table.

The following is a description of this table:

This table is used to register the buyer organization using procurement systems with supplier organizations.

See Also:
Serialized Form

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
BuyerSupplierMappingAccessBean()
          Default constructor.
BuyerSupplierMappingAccessBean(javax.ejb.EJBObject object)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
BuyerSupplierMappingAccessBean(java.lang.Long lBuyerOrganizationId, java.lang.Long lSupplierOrganizationId, java.lang.Long lMemberGroupId, java.lang.Long lCatalogId)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByBuyerId(java.lang.Long lBuyerId)
          Retrieves the BuyerSupplierMappingAccessBeans with the specified BuyerId.
 java.util.Enumeration findBySupplierId(java.lang.Long lSupplierId)
          Retrieves the BuyerSupplierMappingAccessBeans with the specified SupplierId.
 java.lang.String getBuyerOrganizationId()
          This method provides access to the BUYSUPMAP.BUYORGUNIT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getBuyerOrganizationIdInEJBType()
          This method provides access to the BUYSUPMAP.BUYORGUNIT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getCatalogId()
          This method provides access to the BUYSUPMAP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getCatalogIdInEJBType()
          This method provides access to the BUYSUPMAP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getContractId()
          This method provides access to the BUYSUPMAP.CONTRACT_ID column of DB2 type BIGINT NULL.
 java.lang.Long getContractIdInEJBType()
          This method provides access to the BUYSUPMAP.CONTRACT_ID column of DB2 type BIGINT NULL.
 java.lang.String getField1()
          This method provides access to the BUYSUPMAP.FIELD1 column of DB2 type VARCHAR(64) NULL.
 java.lang.String getField2()
          This method provides access to the BUYSUPMAP.FIELD2 column of DB2 type VARCHAR(64) NULL.
 java.lang.String getField3()
          This method provides access to the BUYSUPMAP.FIELD3 column of DB2 type VARCHAR(64) NULL.
 java.lang.String getMemberGroupId()
          This method provides access to the BUYSUPMAP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getMemberGroupIdInEJBType()
          This method provides access to the BUYSUPMAP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.String getProtocolId()
          This method provides access to the BUYSUPMAP.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Integer getProtocolIdInEJBType()
          This method provides access to the BUYSUPMAP.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getSupplierOrganizationId()
          This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getSupplierOrganizationIdInEJBType()
          This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 void setBuyerOrganizationId(java.lang.Long aBuyerOrganizationId)
          This method provides access to the BUYSUPMAP.BUYORGUNIT_ID column of DB2 type BIGINT NOT NULL.
 void setBuyerOrganizationId(java.lang.String aBuyerOrganizationId)
          This method provides access to the BUYSUPMAP.BUYORGUNIT_ID column of DB2 type BIGINT NOT NULL.
 void setCatalogId(java.lang.Long aCatalogId)
          This method provides access to the BUYSUPMAP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
 void setCatalogId(java.lang.String aCatalogId)
          This method provides access to the BUYSUPMAP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
 void setContractId(java.lang.Long aContractId)
          This method provides access to the BUYSUPMAP.CONTRACT_ID column of DB2 type BIGINT NULL.
 void setContractId(java.lang.String aContractId)
          This method provides access to the BUYSUPMAP.CONTRACT_ID column of DB2 type BIGINT NULL.
 void setField1(java.lang.String aField1)
          This method provides access to the BUYSUPMAP.FIELD1 column of DB2 type VARCHAR(64) NULL.
 void setField2(java.lang.String aField2)
          This method provides access to the BUYSUPMAP.FIELD2 column of DB2 type VARCHAR(64) NULL.
 void setField3(java.lang.String aField3)
          This method provides access to the BUYSUPMAP.FIELD3 column of DB2 type VARCHAR(64) NULL.
 void setInitKey_iBuyerOrganizationId(java.lang.String aInitKey_iBuyerOrganizationId)
          Set the primary key for this object
 void setInitKey_iSupplierOrganizationId(java.lang.String aInitKey_iSupplierOrganizationId)
          Set the primary key for this object
 void setInitKey_protocolId(java.lang.String aInitKey_protocolId)
          Set the primary key for this object
 void setMemberGroupId(java.lang.Long aMemberGroupId)
          This method provides access to the BUYSUPMAP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 void setMemberGroupId(java.lang.String aMemberGroupId)
          This method provides access to the BUYSUPMAP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 void setProtocolId(java.lang.Integer aProtocolId)
          This method provides access to the BUYSUPMAP.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 void setProtocolId(java.lang.String aProtocolId)
          This method provides access to the BUYSUPMAP.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 void setSupplierOrganizationId(java.lang.Long aSupplierOrganizationId)
          This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.
 void setSupplierOrganizationId(java.lang.String aSupplierOrganizationId)
          This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BuyerSupplierMappingAccessBean

public BuyerSupplierMappingAccessBean()

Default constructor.


BuyerSupplierMappingAccessBean

public BuyerSupplierMappingAccessBean(javax.ejb.EJBObject object)
                               throws java.rmi.RemoteException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
object - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

BuyerSupplierMappingAccessBean

public BuyerSupplierMappingAccessBean(java.lang.Long lBuyerOrganizationId,
                                      java.lang.Long lSupplierOrganizationId,
                                      java.lang.Long lMemberGroupId,
                                      java.lang.Long lCatalogId)
                               throws javax.naming.NamingException,
                                      javax.ejb.CreateException,
                                      java.rmi.RemoteException,
                                      javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
lBuyerOrganizationId - java.lang.Long
lSupplierOrganizationId - java.lang.Long
lMemberGroupId - java.lang.Long
lCatalogId - java.lang.Long
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByBuyerId

public java.util.Enumeration findByBuyerId(java.lang.Long lBuyerId)
                                    throws java.rmi.RemoteException,
                                           javax.ejb.FinderException,
                                           javax.naming.NamingException

Retrieves the BuyerSupplierMappingAccessBeans with the specified BuyerId.

The SQL query used to fetch the requested rows from the BUYSUPMAP table is:

SELECT * FROM BUYSUPMAP T1 WHERE (T1.BUYORGUNIT_ID = ?)

Parameters:
lBuyerId - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findBySupplierId

public java.util.Enumeration findBySupplierId(java.lang.Long lSupplierId)
                                       throws java.rmi.RemoteException,
                                              javax.ejb.FinderException,
                                              javax.naming.NamingException

Retrieves the BuyerSupplierMappingAccessBeans with the specified SupplierId.

The SQL query used to fetch the requested rows from the BUYSUPMAP table is:

SELECT * FROM BUYSUPMAP T1 WHERE (T1.SUPORG_ID = ?)

Parameters:
lSupplierId - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBuyerOrganizationId

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

This method provides access to the BUYSUPMAP.BUYORGUNIT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Buyer Organization or Organization Unit reference number.

Specified by:
getBuyerOrganizationId in interface BuyerSupplierMappingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBuyerOrganizationIdInEJBType

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

This method provides access to the BUYSUPMAP.BUYORGUNIT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Buyer Organization or Organization Unit reference number.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogId

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

This method provides access to the BUYSUPMAP.CATALOG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference number of the root catalog displayed to the buyer organization unit.

Specified by:
getCatalogId in interface BuyerSupplierMappingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getCatalogIdInEJBType

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

This method provides access to the BUYSUPMAP.CATALOG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference number of the root catalog displayed to the buyer organization unit.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getContractId

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

This method provides access to the BUYSUPMAP.CONTRACT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reference number of the contract between the buyer and supplier organizations.

Specified by:
getContractId in interface BuyerSupplierMappingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getContractIdInEJBType

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

This method provides access to the BUYSUPMAP.CONTRACT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reference number of the contract between the buyer and supplier organizations.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1

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

This method provides access to the BUYSUPMAP.FIELD1 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface BuyerSupplierMappingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

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

This method provides access to the BUYSUPMAP.FIELD2 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface BuyerSupplierMappingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3

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

This method provides access to the BUYSUPMAP.FIELD3 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface BuyerSupplierMappingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberGroupId

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

This method provides access to the BUYSUPMAP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Member group to be assigned to the requisitioners registered on the fly.

Specified by:
getMemberGroupId in interface BuyerSupplierMappingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getMemberGroupIdInEJBType

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

This method provides access to the BUYSUPMAP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Member group to be assigned to the requisitioners registered on the fly.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getProtocolId

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

This method provides access to the BUYSUPMAP.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Procurement protocol reference number.

Specified by:
getProtocolId in interface BuyerSupplierMappingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getProtocolIdInEJBType

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

This method provides access to the BUYSUPMAP.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Procurement protocol reference number.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSupplierOrganizationId

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

This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Supplier Organization reference number.

Specified by:
getSupplierOrganizationId in interface BuyerSupplierMappingAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getSupplierOrganizationIdInEJBType

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

This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Supplier Organization reference number.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setBuyerOrganizationId

public void setBuyerOrganizationId(java.lang.Long aBuyerOrganizationId)

This method provides access to the BUYSUPMAP.BUYORGUNIT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Buyer Organization or Organization Unit reference number.

Parameters:
aBuyerOrganizationId - java.lang.Long
Returns:
void

setBuyerOrganizationId

public void setBuyerOrganizationId(java.lang.String aBuyerOrganizationId)

This method provides access to the BUYSUPMAP.BUYORGUNIT_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Buyer Organization or Organization Unit reference number.

Specified by:
setBuyerOrganizationId in interface BuyerSupplierMappingAccessBeanData
Parameters:
aBuyerOrganizationId - java.lang.String
Returns:
void

setCatalogId

public void setCatalogId(java.lang.Long aCatalogId)

This method provides access to the BUYSUPMAP.CATALOG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference number of the root catalog displayed to the buyer organization unit.

Parameters:
aCatalogId - java.lang.Long
Returns:
void

setCatalogId

public void setCatalogId(java.lang.String aCatalogId)

This method provides access to the BUYSUPMAP.CATALOG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Reference number of the root catalog displayed to the buyer organization unit.

Specified by:
setCatalogId in interface BuyerSupplierMappingAccessBeanData
Parameters:
aCatalogId - java.lang.String
Returns:
void

setContractId

public void setContractId(java.lang.Long aContractId)

This method provides access to the BUYSUPMAP.CONTRACT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reference number of the contract between the buyer and supplier organizations.

Parameters:
aContractId - java.lang.Long
Returns:
void

setContractId

public void setContractId(java.lang.String aContractId)

This method provides access to the BUYSUPMAP.CONTRACT_ID column of DB2 type BIGINT NULL.

The following is a description of this column:

Reference number of the contract between the buyer and supplier organizations.

Specified by:
setContractId in interface BuyerSupplierMappingAccessBeanData
Parameters:
aContractId - java.lang.String
Returns:
void

setField1

public void setField1(java.lang.String aField1)

This method provides access to the BUYSUPMAP.FIELD1 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField1 in interface BuyerSupplierMappingAccessBeanData
Parameters:
aField1 - java.lang.String
Returns:
void

setField2

public void setField2(java.lang.String aField2)

This method provides access to the BUYSUPMAP.FIELD2 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField2 in interface BuyerSupplierMappingAccessBeanData
Parameters:
aField2 - java.lang.String
Returns:
void

setField3

public void setField3(java.lang.String aField3)

This method provides access to the BUYSUPMAP.FIELD3 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
setField3 in interface BuyerSupplierMappingAccessBeanData
Parameters:
aField3 - java.lang.String
Returns:
void

setInitKey_iBuyerOrganizationId

public void setInitKey_iBuyerOrganizationId(java.lang.String aInitKey_iBuyerOrganizationId)

Set the primary key for this object

Parameters:
aInitKey_iBuyerOrganizationId - java.lang.String
Returns:
void

setInitKey_iSupplierOrganizationId

public void setInitKey_iSupplierOrganizationId(java.lang.String aInitKey_iSupplierOrganizationId)

Set the primary key for this object

Parameters:
aInitKey_iSupplierOrganizationId - java.lang.String
Returns:
void

setInitKey_protocolId

public void setInitKey_protocolId(java.lang.String aInitKey_protocolId)

Set the primary key for this object

Parameters:
aInitKey_protocolId - java.lang.String
Returns:
void

setMemberGroupId

public void setMemberGroupId(java.lang.Long aMemberGroupId)

This method provides access to the BUYSUPMAP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Member group to be assigned to the requisitioners registered on the fly.

Parameters:
aMemberGroupId - java.lang.Long
Returns:
void

setMemberGroupId

public void setMemberGroupId(java.lang.String aMemberGroupId)

This method provides access to the BUYSUPMAP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Member group to be assigned to the requisitioners registered on the fly.

Specified by:
setMemberGroupId in interface BuyerSupplierMappingAccessBeanData
Parameters:
aMemberGroupId - java.lang.String
Returns:
void

setProtocolId

public void setProtocolId(java.lang.Integer aProtocolId)

This method provides access to the BUYSUPMAP.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Procurement protocol reference number.

Parameters:
aProtocolId - java.lang.Integer
Returns:
void

setProtocolId

public void setProtocolId(java.lang.String aProtocolId)

This method provides access to the BUYSUPMAP.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

Procurement protocol reference number.

Specified by:
setProtocolId in interface BuyerSupplierMappingAccessBeanData
Parameters:
aProtocolId - java.lang.String
Returns:
void

setSupplierOrganizationId

public void setSupplierOrganizationId(java.lang.Long aSupplierOrganizationId)

This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Supplier Organization reference number.

Parameters:
aSupplierOrganizationId - java.lang.Long
Returns:
void

setSupplierOrganizationId

public void setSupplierOrganizationId(java.lang.String aSupplierOrganizationId)

This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Supplier Organization reference number.

Specified by:
setSupplierOrganizationId in interface BuyerSupplierMappingAccessBeanData
Parameters:
aSupplierOrganizationId - java.lang.String
Returns:
void