|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.me.objects.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 |
public ProcurementMessageViewBean()
Method Detail |
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.
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.
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.
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.
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.
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.
aErrorView
- java.lang.Stringpublic 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.
aMessageName
- java.lang.Stringpublic 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.
aOrganizationId
- java.lang.Longpublic 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.
aProtocolId
- java.lang.Integerpublic 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.
aViewName
- java.lang.String
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |