|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
com.ibm.commerce.order.objects.OrderMessagingExtensionBean
This bean provides access to the ORDMEEXTN table.
The following is a description of this table:
This table contains procurement system specific order information.
Constructor Summary | |
OrderMessagingExtensionBean()
|
Method Summary | |
java.lang.String |
getBuyerOrderId()
This method provides access to the ORDMEEXTN.BUYERORDERID column of DB2 type CHAR(32) NULL. |
java.lang.String |
getComments1()
This method provides access to the ORDMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getComments2()
This method provides access to the ORDMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL. |
java.lang.String |
getField1()
This method provides access to the ORDMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField2()
This method provides access to the ORDMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL. |
java.lang.String |
getField3()
This method provides access to the ORDMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL. |
java.lang.Long |
getOrderId()
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getOrderType()
This method provides access to the ORDMEEXTN.ORDERTYPE column of DB2 type CHAR(2) NULL. |
java.lang.String |
getPayloadId()
This method provides access to the ORDMEEXTN.PAYLOADID column of DB2 type VARCHAR(128) NULL. |
java.sql.Timestamp |
getRequestedShipTime()
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
java.sql.Timestamp |
getRequestedTime()
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL. |
void |
setBuyerOrderId(java.lang.String aBuyerOrderId)
This method provides access to the ORDMEEXTN.BUYERORDERID column of DB2 type CHAR(32) NULL. |
void |
setComments1(java.lang.String aComments1)
This method provides access to the ORDMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL. |
void |
setComments2(java.lang.String aComments2)
This method provides access to the ORDMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL. |
void |
setField1(java.lang.String aField1)
This method provides access to the ORDMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL. |
void |
setField2(java.lang.String aField2)
This method provides access to the ORDMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL. |
void |
setField3(java.lang.String aField3)
This method provides access to the ORDMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL. |
void |
setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL. |
void |
setOrderType(java.lang.String aOrderType)
This method provides access to the ORDMEEXTN.ORDERTYPE column of DB2 type CHAR(2) NULL. |
void |
setPayloadId(java.lang.String aPayloadId)
This method provides access to the ORDMEEXTN.PAYLOADID column of DB2 type VARCHAR(128) NULL. |
void |
setRequestedShipTime(java.sql.Timestamp aRequestedShipTime)
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL. |
void |
setRequestedTime(java.sql.Timestamp aRequestedTime)
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL. |
Constructor Detail |
public OrderMessagingExtensionBean()
Method Detail |
public java.lang.String getBuyerOrderId()
This method provides access to the ORDMEEXTN.BUYERORDERID column of DB2 type CHAR(32) NULL.
The following is a description of this column:
The order number defined by the system of the buying organization.
public java.lang.String getComments1()
This method provides access to the ORDMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comments.
public java.lang.String getComments2()
This method provides access to the ORDMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comments.
public java.lang.String getField1()
This method provides access to the ORDMEEXTN.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 ORDMEEXTN.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 ORDMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
public java.lang.Long getOrderId()
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order reference number. Primary key.
public java.lang.String getOrderType()
This method provides access to the ORDMEEXTN.ORDERTYPE column of DB2 type CHAR(2) NULL.
The following is a description of this column:
Code to designate whether the order is a blanket or stand alone order. Valid values are BK = blanket order or SA = stand alone order.
public java.lang.String getPayloadId()
This method provides access to the ORDMEEXTN.PAYLOADID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Unique identification generated by the procurement system like Ariba to track the order request.
public java.sql.Timestamp getRequestedShipTime()
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order ship time.
public java.sql.Timestamp getRequestedTime()
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
This is the time the order was requested by the buying organization at the procurement system.
public void setBuyerOrderId(java.lang.String aBuyerOrderId)
This method provides access to the ORDMEEXTN.BUYERORDERID column of DB2 type CHAR(32) NULL.
The following is a description of this column:
The order number defined by the system of the buying organization.
aBuyerOrderId
- java.lang.Stringpublic void setComments1(java.lang.String aComments1)
This method provides access to the ORDMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comments.
aComments1
- java.lang.Stringpublic void setComments2(java.lang.String aComments2)
This method provides access to the ORDMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL.
The following is a description of this column:
Comments.
aComments2
- java.lang.Stringpublic void setField1(java.lang.String aField1)
This method provides access to the ORDMEEXTN.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 ORDMEEXTN.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 ORDMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL.
The following is a description of this column:
Customizable.
aField3
- java.lang.Stringpublic void setOrderId(java.lang.Long aOrderId)
This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Order reference number. Primary key.
aOrderId
- java.lang.Longpublic void setOrderType(java.lang.String aOrderType)
This method provides access to the ORDMEEXTN.ORDERTYPE column of DB2 type CHAR(2) NULL.
The following is a description of this column:
Code to designate whether the order is a blanket or stand alone order. Valid values are BK = blanket order or SA = stand alone order.
aOrderType
- java.lang.Stringpublic void setPayloadId(java.lang.String aPayloadId)
This method provides access to the ORDMEEXTN.PAYLOADID column of DB2 type VARCHAR(128) NULL.
The following is a description of this column:
Unique identification generated by the procurement system like Ariba to track the order request.
aPayloadId
- java.lang.Stringpublic void setRequestedShipTime(java.sql.Timestamp aRequestedShipTime)
This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
Requested order ship time.
aRequestedShipTime
- java.sql.Timestamppublic void setRequestedTime(java.sql.Timestamp aRequestedTime)
This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL.
The following is a description of this column:
This is the time the order was requested by the buying organization at the procurement system.
aRequestedTime
- java.sql.Timestamp
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |