com.ibm.commerce.me.objects
Class ProcurementMessageViewBean

com.ibm.commerce.me.objects.ProcurementMessageViewBean

public class ProcurementMessageViewBean

This bean provides access to the PROCMSGVW table.

The following is a description of this table:

This table contains the view names used to compose the response message sent to procurement systems. Response message composition can be customized (per buyer, per protocol) using this table.


Constructor Summary
ProcurementMessageViewBean()
           
 
Method Summary
 java.lang.String getErrorView()
          This method provides access to the PROCMSGVW.ERRORVIEW column of DB2 type VARCHAR(254) NULL.
 java.lang.String getMessageName()
          This method provides access to the PROCMSGVW.MSGNAME column of DB2 type VARCHAR(200) NOT NULL.
 java.lang.Long getOrganizationId()
          This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Integer getProtocolId()
          This method provides access to the PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 java.lang.String getViewName()
          This method provides access to the PROCMSGVW.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.
 void setErrorView(java.lang.String aErrorView)
          This method provides access to the PROCMSGVW.ERRORVIEW column of DB2 type VARCHAR(254) NULL.
 void setMessageName(java.lang.String aMessageName)
          This method provides access to the PROCMSGVW.MSGNAME column of DB2 type VARCHAR(200) NOT NULL.
 void setOrganizationId(java.lang.Long aOrganizationId)
          This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.
 void setProtocolId(java.lang.Integer aProtocolId)
          This method provides access to the PROCMSGVW.PROCPROTCL_ID column of DB2 type INTEGER NOT NULL.
 void setViewName(java.lang.String aViewName)
          This method provides access to the PROCMSGVW.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.
 

Constructor Detail

ProcurementMessageViewBean

public ProcurementMessageViewBean()
Method Detail

getErrorView

public java.lang.String getErrorView()

This method provides access to the PROCMSGVW.ERRORVIEW column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The error task name to be used if any error conditions occur.

Returns:
java.lang.String

getMessageName

public java.lang.String getMessageName()

This method provides access to the PROCMSGVW.MSGNAME column of DB2 type VARCHAR(200) NOT NULL.

The following is a description of this column:

Name of the message to be composed and sent to the procurement system.

Returns:
java.lang.String

getOrganizationId

public java.lang.Long getOrganizationId()

This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Buyer organization reference number.

Returns:
java.lang.Long

getProtocolId

public java.lang.Integer getProtocolId()

This method provides access to the PROCMSGVW.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

getViewName

public java.lang.String getViewName()

This method provides access to the PROCMSGVW.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

The view task name to be used to compose the response.

Returns:
java.lang.String

setErrorView

public void setErrorView(java.lang.String aErrorView)

This method provides access to the PROCMSGVW.ERRORVIEW column of DB2 type VARCHAR(254) NULL.

The following is a description of this column:

The error task name to be used if any error conditions occur.

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

setMessageName

public void setMessageName(java.lang.String aMessageName)

This method provides access to the PROCMSGVW.MSGNAME column of DB2 type VARCHAR(200) NOT NULL.

The following is a description of this column:

Name of the message to be composed and sent to the procurement system.

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

setOrganizationId

public void setOrganizationId(java.lang.Long aOrganizationId)

This method provides access to the PROCMSGVW.ORGENTITY_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

Buyer organization reference number.

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

setProtocolId

public void setProtocolId(java.lang.Integer aProtocolId)

This method provides access to the PROCMSGVW.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

setViewName

public void setViewName(java.lang.String aViewName)

This method provides access to the PROCMSGVW.VIEWNAME column of DB2 type VARCHAR(254) NOT NULL.

The following is a description of this column:

The view task name to be used to compose the response.

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