|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.me.objects.BuyerSupplierMappingBean
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.
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 |
public BuyerSupplierMappingBean()
Method Detail |
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.
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.
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.
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.
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.
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.
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.
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.
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.
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.
aBuyerOrganizationId
- java.lang.Longpublic 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.
aCatalogId
- java.lang.Longpublic 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.
aContractId
- java.lang.Longpublic 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.
aField1
- java.lang.Stringpublic 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.
aField2
- java.lang.Stringpublic 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.
aField3
- java.lang.Stringpublic 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.
aMemberGroupId
- java.lang.Longpublic 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.
aProtocolId
- java.lang.Integerpublic 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.
aSupplierOrganizationId
- java.lang.Long
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |