com.ibm.commerce.me.objects
Class BuyerSupplierMappingBean

com.ibm.commerce.me.objects.BuyerSupplierMappingBean
All Implemented Interfaces:
java.io.Serializable

public class BuyerSupplierMappingBean
implements java.io.Serializable

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

Constructor Summary
BuyerSupplierMappingBean()
           
 
Method Summary
 java.lang.Long getBuyerOrganizationId()
          This method provides access to the BUYSUPMAP.BUYORGUNIT_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getCatalogId()
          This method provides access to the BUYSUPMAP.CATALOG_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getContractId()
          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.Long getMemberGroupId()
          This method provides access to the BUYSUPMAP.MBRGRP_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getProtocolId()
          This method provides access to the BUYSUPMAP.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 java.lang.Long getSupplierOrganizationId()
          This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.
 void setBuyerOrganizationId(java.lang.Long 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 setContractId(java.lang.Long 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 setMemberGroupId(java.lang.Long 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 setSupplierOrganizationId(java.lang.Long aSupplierOrganizationId)
          This method provides access to the BUYSUPMAP.SUPORG_ID column of DB2 type BIGINT NOT NULL.
 

Constructor Detail

BuyerSupplierMappingBean

public BuyerSupplierMappingBean()
Method Detail

getBuyerOrganizationId

public java.lang.Long getBuyerOrganizationId()

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

getCatalogId

public java.lang.Long getCatalogId()

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

getContractId

public java.lang.Long getContractId()

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

getField1

public java.lang.String getField1()

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

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getField2

public java.lang.String getField2()

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

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getField3

public java.lang.String getField3()

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

The following is a description of this column:

Customizable.

Returns:
java.lang.String

getMemberGroupId

public java.lang.Long getMemberGroupId()

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

getProtocolId

public java.lang.Integer getProtocolId()

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

getSupplierOrganizationId

public java.lang.Long getSupplierOrganizationId()

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

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

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

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

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.

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.

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.

Parameters:
aField3 - 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

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

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