com.ibm.commerce.order.objects
Class OrderMessagingExtensionBean

com.ibm.commerce.order.objects.OrderMessagingExtensionBean
All Implemented Interfaces:
java.io.Serializable

public class OrderMessagingExtensionBean
implements java.io.Serializable

This bean provides access to the ORDMEEXTN table.

The following is a description of this table:

This table contains procurement system specific order information.

See Also:
Serialized Form

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

OrderMessagingExtensionBean

public OrderMessagingExtensionBean()
Method Detail

getBuyerOrderId

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.

Returns:
java.lang.String

getComments1

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.

Returns:
java.lang.String

getComments2

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.

Returns:
java.lang.String

getField1

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.

Returns:
java.lang.String

getField2

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.

Returns:
java.lang.String

getField3

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.

Returns:
java.lang.String

getOrderId

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.

Returns:
java.lang.Long

getOrderType

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.

Returns:
java.lang.String

getPayloadId

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.

Returns:
java.lang.String

getRequestedShipTime

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.

Returns:
java.sql.Timestamp

getRequestedTime

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.

Returns:
java.sql.Timestamp

setBuyerOrderId

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.

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

setComments1

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

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

setComments2

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

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

setField1

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

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

setField2

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

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

setField3

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

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

setOrderId

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

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

setOrderType

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

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

setPayloadId

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

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

setRequestedShipTime

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

Parameters:
aRequestedShipTime - java.sql.Timestamp
Returns:
void

setRequestedTime

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

Parameters:
aRequestedTime - java.sql.Timestamp
Returns:
void