com.ibm.commerce.me.objects
Class ProcurementBuyerProfileBean

com.ibm.commerce.me.objects.ProcurementBuyerProfileBean

public class 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

ProcurementBuyerProfileBean

public ProcurementBuyerProfileBean()
Method Detail

getContractParamName

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.

Returns:
java.lang.String

getField1

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.

Returns:
java.lang.String

getField2

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.

Returns:
java.lang.String

getField3

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.

Returns:
java.lang.String

getOrganizationId

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.

Returns:
java.lang.Long

getOrganizationUnitParamName

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.

Returns:
java.lang.String

getProtocolId

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.

Returns:
java.lang.Integer

getReqIdParamName

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.

Returns:
java.lang.String

setContractParamName

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.

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

setField1

public 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.

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

setField2

public 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.

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

setField3

public 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.

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

setOrganizationId

public 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.

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

setOrganizationUnitParamName

public 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.

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

setProtocolId

public 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.

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

setReqIdParamName

public 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.

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