|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.me.objects.ProcurementBuyerProfileBean
This bean provides access to the PROCBUYPRF table.
The following is a description of this table:
This table contains the buyer organization specific profile information of procurement system protocols to support Procurement System integration.
Constructor Summary | |
ProcurementBuyerProfileBean()
|
Method Summary | |
java.lang.String |
getContractParamName()
This method provides access to the PROCBUYPRF.CONTRACTPARM column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getField1()
This method provides access to the PROCBUYPRF.FIELD1 column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getField2()
This method provides access to the PROCBUYPRF.FIELD2 column of DB2 type VARCHAR(32) NULL. |
java.lang.String |
getField3()
This method provides access to the PROCBUYPRF.FIELD3 column of DB2 type VARCHAR(32) NULL. |
java.lang.Long |
getOrganizationId()
This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrganizationUnitParamName()
This method provides access to the PROCBUYPRF.ORGUNITPARM column of DB2 type VARCHAR(32) NOT NULL. |
java.lang.Integer |
getProtocolId()
This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getReqIdParamName()
This method provides access to the PROCBUYPRF.REQIDPARM column of DB2 type VARCHAR(32) NOT NULL. |
void |
setContractParamName(java.lang.String aContractParamName)
This method provides access to the PROCBUYPRF.CONTRACTPARM column of DB2 type VARCHAR(32) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the PROCBUYPRF.FIELD1 column of DB2 type VARCHAR(32) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the PROCBUYPRF.FIELD2 column of DB2 type VARCHAR(32) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the PROCBUYPRF.FIELD3 column of DB2 type VARCHAR(32) NULL. |
void |
setOrganizationId(java.lang.Long aOrganizationId)
This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrganizationUnitParamName(java.lang.String aOrganizationUnitParamName)
This method provides access to the PROCBUYPRF.ORGUNITPARM column of DB2 type VARCHAR(32) NOT NULL. |
void |
setProtocolId(java.lang.Integer aProtocolId)
This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL. |
void |
setReqIdParamName(java.lang.String aReqIdParamName)
This method provides access to the PROCBUYPRF.REQIDPARM column of DB2 type VARCHAR(32) NOT NULL. |
Constructor Detail |
public ProcurementBuyerProfileBean()
Method Detail |
public java.lang.String getContractParamName()
This method provides access to the PROCBUYPRF.CONTRACTPARM column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The parameter name for identifying the Contract.
public java.lang.String getField1()
This method provides access to the PROCBUYPRF.FIELD1 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField2()
This method provides access to the PROCBUYPRF.FIELD2 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
Customizable.
public java.lang.String getField3()
This method provides access to the PROCBUYPRF.FIELD3 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
Customizable.
public java.lang.Long getOrganizationId()
This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The buyer organization reference number.
public java.lang.String getOrganizationUnitParamName()
This method provides access to the PROCBUYPRF.ORGUNITPARM column of DB2 type VARCHAR(32) NOT NULL.
The following is a description of this column:
The organization unit parameter name.
public java.lang.Integer getProtocolId()
This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Procurement Protocol reference number.
public java.lang.String getReqIdParamName()
This method provides access to the PROCBUYPRF.REQIDPARM column of DB2 type VARCHAR(32) NOT NULL.
The following is a description of this column:
The Requisitioner ID parameter name.
public void setContractParamName(java.lang.String aContractParamName)
This method provides access to the PROCBUYPRF.CONTRACTPARM column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
The parameter name for identifying the Contract.
aContractParamName
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the PROCBUYPRF.FIELD1 column of DB2 type VARCHAR(32) 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 PROCBUYPRF.FIELD2 column of DB2 type VARCHAR(32) 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 PROCBUYPRF.FIELD3 column of DB2 type VARCHAR(32) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setOrganizationId(java.lang.Long aOrganizationId)
This method provides access to the PROCBUYPRF.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
The buyer organization reference number.
aOrganizationId
- java.lang.Longpublic void setOrganizationUnitParamName(java.lang.String aOrganizationUnitParamName)
This method provides access to the PROCBUYPRF.ORGUNITPARM column of DB2 type VARCHAR(32) NOT NULL.
The following is a description of this column:
The organization unit parameter name.
aOrganizationUnitParamName
- java.lang.Stringpublic void setProtocolId(java.lang.Integer aProtocolId)
This method provides access to the PROCBUYPRF.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
The Procurement Protocol reference number.
aProtocolId
- java.lang.Integerpublic void setReqIdParamName(java.lang.String aReqIdParamName)
This method provides access to the PROCBUYPRF.REQIDPARM column of DB2 type VARCHAR(32) NOT NULL.
The following is a description of this column:
The Requisitioner ID parameter name.
aReqIdParamName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |