com.ibm.commerce.order.objects
Class OrderMessagingExtensionAccessBean

java.lang.Object
  |
  +--com.ibm.ivj.ejb.runtime.AbstractAccessBean
        |
        +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
              |
              +--com.ibm.commerce.order.objects.OrderMessagingExtensionAccessBean
All Implemented Interfaces:
OrderMessagingExtensionAccessBeanData, java.io.Serializable

public class OrderMessagingExtensionAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements OrderMessagingExtensionAccessBeanData

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

Fields inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
DEFAULT_NAMESERVICE_PROVIDER_URL, DEFAULT_NAMESERVICE_TYPE, ejbRef
 
Constructor Summary
OrderMessagingExtensionAccessBean()
          Default constructor.
OrderMessagingExtensionAccessBean(javax.ejb.EJBObject object)
          Creates an access bean for the specified EJB.
OrderMessagingExtensionAccessBean(java.lang.Long anOrderId)
          Maps to a corresponding ejbCreate method in the home interface of the EJB
 
Method Summary
 void commitCopyHelper()
          Update(flush) data to the EJBObject (persistent storage).
 java.util.Enumeration findByPayloadId(java.lang.String aPayloadId)
          Retrieves the OrderMessagingExtensionAccessBean with the specified PayloadId.
 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.String getOrderId()
          This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL.
 java.lang.Long getOrderIdInEJBType()
          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.lang.String getRequestedShipTime()
          This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getRequestedShipTimeInEJBType()
          This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
 java.lang.String getRequestedTime()
          This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL.
 java.sql.Timestamp getRequestedTimeInEJBType()
          This method provides access to the ORDMEEXTN.REQUESTEDTIME column of DB2 type TIMESTAMP NULL.
 void refreshCopyHelper()
          Load data from the EJBObject.
 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 setInitKey_iOrderId(java.lang.String aInitKey_iOrderId)
          Set the primary key for this object
 void setOrderId(java.lang.Long aOrderId)
          This method provides access to the ORDMEEXTN.ORDERS_ID column of DB2 type BIGINT NOT NULL.
 void setOrderId(java.lang.String 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.lang.String aRequestedShipTime)
          This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
 void setRequestedShipTime(java.sql.Timestamp aRequestedShipTime)
          This method provides access to the ORDMEEXTN.REQUESTEDSHIPTIME column of DB2 type TIMESTAMP NULL.
 void setRequestedTime(java.lang.String aRequestedTime)
          This method provides access to the ORDMEEXTN.REQUESTEDTIME 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.
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
__getCache, __getCache, __getKey, __setCache, __setCache, __setKey, commitCopyHelper, createAccessBeans, createAccessBeans, instantiateEJBByPrimaryKey, refreshCopyHelper, setEJBRef
 
Methods inherited from class com.ibm.ivj.ejb.runtime.AbstractAccessBean
defaultJNDIName, defaultNameServiceType, defaultNameServiceURL, getEJBRef, getGlobalHome, getHome, getInit_GlobalNameServiceTypeName, getInit_GlobalNameServiceURLName, getInit_JNDIName, getInit_NameServiceTypeName, getInit_NameServiceURLName, getInitContext, getInitContext, instantiateEJB, resetEJBRef, resetHomeCache, setInit_GlobalNameServiceTypeName, setInit_GlobalNameServiceURLName, setInit_JNDIName, setInit_NameServiceTypeName, setInit_NameServiceURLName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderMessagingExtensionAccessBean

public OrderMessagingExtensionAccessBean()

Default constructor.


OrderMessagingExtensionAccessBean

public OrderMessagingExtensionAccessBean(javax.ejb.EJBObject object)
                                  throws java.rmi.RemoteException

Creates an access bean for the specified EJB.

Parameters:
object - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception

OrderMessagingExtensionAccessBean

public OrderMessagingExtensionAccessBean(java.lang.Long anOrderId)
                                  throws javax.naming.NamingException,
                                         javax.ejb.CreateException,
                                         java.rmi.RemoteException,
                                         javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
anOrderId - java.lang.Long
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Overrides:
commitCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

findByPayloadId

public java.util.Enumeration findByPayloadId(java.lang.String aPayloadId)
                                      throws java.rmi.RemoteException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

Retrieves the OrderMessagingExtensionAccessBean with the specified PayloadId.

The SQL query used to fetch the requested rows from the ORDMEEXTN table is:

SELECT * FROM ORDMEEXTN T1 WHERE (T1.PAYLOADID = ?)

Parameters:
aPayloadId - java.lang.String
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getBuyerOrderId

public java.lang.String getBuyerOrderId()
                                 throws java.rmi.RemoteException,
                                        javax.ejb.CreateException,
                                        javax.ejb.FinderException,
                                        javax.naming.NamingException

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.

Specified by:
getBuyerOrderId in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getComments1

public java.lang.String getComments1()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the ORDMEEXTN.COMMENTS1 column of DB2 type VARCHAR(1024) NULL.

The following is a description of this column:

Comments.

Specified by:
getComments1 in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getComments2

public java.lang.String getComments2()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the ORDMEEXTN.COMMENTS2 column of DB2 type VARCHAR(1024) NULL.

The following is a description of this column:

Comments.

Specified by:
getComments2 in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField1

public java.lang.String getField1()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the ORDMEEXTN.FIELD1 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField1 in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField2

public java.lang.String getField2()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the ORDMEEXTN.FIELD2 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField2 in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getField3

public java.lang.String getField3()
                           throws java.rmi.RemoteException,
                                  javax.ejb.CreateException,
                                  javax.ejb.FinderException,
                                  javax.naming.NamingException

This method provides access to the ORDMEEXTN.FIELD3 column of DB2 type VARCHAR(64) NULL.

The following is a description of this column:

Customizable.

Specified by:
getField3 in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderId

public java.lang.String getOrderId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

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.

Specified by:
getOrderId in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderIdInEJBType

public java.lang.Long getOrderIdInEJBType()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getOrderType

public java.lang.String getOrderType()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

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.

Specified by:
getOrderType in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getPayloadId

public java.lang.String getPayloadId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

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.

Specified by:
getPayloadId in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestedShipTime

public java.lang.String getRequestedShipTime()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

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.

Specified by:
getRequestedShipTime in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestedShipTimeInEJBType

public java.sql.Timestamp getRequestedShipTimeInEJBType()
                                                 throws java.rmi.RemoteException,
                                                        javax.ejb.CreateException,
                                                        javax.ejb.FinderException,
                                                        javax.naming.NamingException

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestedTime

public java.lang.String getRequestedTime()
                                  throws java.rmi.RemoteException,
                                         javax.ejb.CreateException,
                                         javax.ejb.FinderException,
                                         javax.naming.NamingException

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.

Specified by:
getRequestedTime in interface OrderMessagingExtensionAccessBeanData
Returns:
java.lang.String
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

getRequestedTimeInEJBType

public java.sql.Timestamp getRequestedTimeInEJBType()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

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
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Overrides:
refreshCopyHelper in class com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
Returns:
void
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

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.

Specified by:
setBuyerOrderId in interface OrderMessagingExtensionAccessBeanData
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.

Specified by:
setComments1 in interface OrderMessagingExtensionAccessBeanData
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.

Specified by:
setComments2 in interface OrderMessagingExtensionAccessBeanData
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.

Specified by:
setField1 in interface OrderMessagingExtensionAccessBeanData
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.

Specified by:
setField2 in interface OrderMessagingExtensionAccessBeanData
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.

Specified by:
setField3 in interface OrderMessagingExtensionAccessBeanData
Parameters:
aField3 - java.lang.String
Returns:
void

setInitKey_iOrderId

public void setInitKey_iOrderId(java.lang.String aInitKey_iOrderId)

Set the primary key for this object

Parameters:
aInitKey_iOrderId - 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

setOrderId

public void setOrderId(java.lang.String 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.

Specified by:
setOrderId in interface OrderMessagingExtensionAccessBeanData
Parameters:
aOrderId - java.lang.String
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.

Specified by:
setOrderType in interface OrderMessagingExtensionAccessBeanData
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.

Specified by:
setPayloadId in interface OrderMessagingExtensionAccessBeanData
Parameters:
aPayloadId - java.lang.String
Returns:
void

setRequestedShipTime

public void setRequestedShipTime(java.lang.String 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.

Specified by:
setRequestedShipTime in interface OrderMessagingExtensionAccessBeanData
Parameters:
aRequestedShipTime - 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.lang.String 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.

Specified by:
setRequestedTime in interface OrderMessagingExtensionAccessBeanData
Parameters:
aRequestedTime - java.lang.String
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